Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stats: integrate real symbol table into stats system #4980

Merged
merged 186 commits into from
Jun 28, 2020

Commits on Oct 31, 2018

  1. checkpoint

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ed31d09 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. got heap_stat_data_test working.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    1cd7a7b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. all tests working; but still taking locks in hot-path.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    d62f533 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    b3cad8a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    63138e8 View commit details
    Browse the repository at this point in the history
  4. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    524cf02 View commit details
    Browse the repository at this point in the history
  5. fix botched merge.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    bb84b90 View commit details
    Browse the repository at this point in the history
  6. perf test and tweaks

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f9c0441 View commit details
    Browse the repository at this point in the history
  7. formatting, comments, and tests.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7c5ac2f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    5e1c713 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. use std::make_unique for clang-tidy

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    bdbf340 View commit details
    Browse the repository at this point in the history
  2. Make a class for Http::CodeUtility::chargeResponseTiming et al, plumb…

    … it in, and preconstruct strings.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d70cb18 View commit details
    Browse the repository at this point in the history
  3. Use join() rather than fmt::format, and hold static strings in string…

    …_view rather than std::string.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    9c49dec View commit details
    Browse the repository at this point in the history
  4. fix router test (empty prefix) and use const string_view for member v…

    …ars.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    df7d7a1 View commit details
    Browse the repository at this point in the history
  5. add speed-test.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    da648b3 View commit details
    Browse the repository at this point in the history
  6. Remove libraries not needed by speed test.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ec66aaf View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    461471a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'http-code-stats-as-object' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    32ff476 View commit details
    Browse the repository at this point in the history
  9. checkpoint

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    b711b1b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. checkpoint

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    7723309 View commit details
    Browse the repository at this point in the history
  2. partially symbolize http-response-code stats.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    a892f70 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Virtualize SymbolTable (but not symbols or StatName) for use in mocks…

    …, to avoid plumbing one common SymbolTable through the object graph.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    5fadb96 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    3dacb8e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Pre-allocate symbols for 200s and 404s, alloc file-system stats per f…

    …ile-system not per-file, and add histogramming of symbol-table encodes.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    aaca920 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Finishing plumbing up Filesystem::Instance as an object via API and g…

    …et all tests working.
    
    I believe this eliminates symbol-table lock contention except for a
    few handful of cases on startup, which do not persist during runtime
    (as everyone is taking read locks).
    
    Although there are hidden brief contentions on ref-count atomics but
    that's true with the stats themselves anyway. Those contentions are
    not tracked by the absl contention tracker.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    e25f7cd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ec78dca View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ae0d345 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    1727daa View commit details
    Browse the repository at this point in the history
  2. revert API change - make an IsolatedStoreImpl in the RawConnectionDri…

    …ver instead.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    739bf06 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. force the SymbolTable backing MockIsolatedStore to be a singleton.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    8336650 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    c17cca9 View commit details
    Browse the repository at this point in the history
  3. comment out singleton symbol-table usage in MockIsolatedStatsStore.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    04cbc9c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. use globals

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    101e913 View commit details
    Browse the repository at this point in the history
  2. merge in globals

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    09d1b6e View commit details
    Browse the repository at this point in the history
  3. move file placed in wrong dir

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    cee54fe View commit details
    Browse the repository at this point in the history
  4. add missing file.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    6883d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    c353a34 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    1601f6f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. All tests working again.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    ac03dd9 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    0a2fbe8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    2c92ce7 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4bb7c0d View commit details
    Browse the repository at this point in the history
  3. prune dead code.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    b7acdd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    6b4cbb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    0cf3f92 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    0eb83f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d087924 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    af1d8d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Remove the symbol-table interface; just call symbol table directly.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    4014dde View commit details
    Browse the repository at this point in the history
  2. move toString to SymbolTable.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    346e9e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    1343181 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    889f819 View commit details
    Browse the repository at this point in the history
  3. fix tsan error (from a stale version of a test due to a botched git m…

    …erge).
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    cc87f92 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Re-order member variables in the hope of improving test flakes due to…

    … lifetime issues.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    f81f794 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    42bd6b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    c375cf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Move the aggregated stat-name storage mechanism out of MetricImpl and…

    … into its own SymbolTable helper class.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    5fe26f5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    3bdbdc2 View commit details
    Browse the repository at this point in the history
  3. Got compile to work.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    0b39814 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Get tests to work.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    665897f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    7c9471e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    ef23a21 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    40046c7 View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    1028dbe View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. all tests passing.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    45ef917 View commit details
    Browse the repository at this point in the history
  2. Use FakeSymbolTable in prod instances.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    fd8db0e View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    c6ec598 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Use FakeSymbolTableImpl in most tests too (except the SymbolTable uni…

    …t tests).
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    88f1f4d View commit details
    Browse the repository at this point in the history
  2. Don't pass SymbolTable in to stat Mocks but use the global; factor ou…

    …t the name lookup in the hystrix sink.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    94c5205 View commit details
    Browse the repository at this point in the history
  3. Remove comments and dead code.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    b8cbed3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    d53d7f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Go back to using real symbol tables in this client, and fix a content…

    …ion issue in the router.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    4a0d37d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Merge branch 'master' into integration-symtab (hystrix_test fails)

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    b2a1c9f View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    8bd401b View commit details
    Browse the repository at this point in the history
  3. All tests working.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    494f366 View commit details
    Browse the repository at this point in the history
  4. spelling

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    aa60638 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    8626e51 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9ffa66f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Backed out a few changes that are not needed.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    b312ecd View commit details
    Browse the repository at this point in the history
  2. simplify the router changes.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a0f0c9e View commit details
    Browse the repository at this point in the history
  3. Clean up router changes slightly.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    156434e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. checkpoint merge; does not compile.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    aa6ecff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    54d9307 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. everything compiles, all tests pass except StatsThreadLocalStoreTest.…

    …ScopeDelete
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    9e13376 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    59a36d7 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    33f36f3 View commit details
    Browse the repository at this point in the history
  3. Fix tests and resync with envoyproxy#6161 and envoyproxy#6504

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    64d94fa View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b1a7db0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a57a859 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    5ad3312 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    4f48459 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    7082921 View commit details
    Browse the repository at this point in the history
  2. fix functional issues from merge.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    4c89a6f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    788efb6 View commit details
    Browse the repository at this point in the history
  4. remove some detritus

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    27b9c06 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d27394c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 3, 2019
    Configuration menu
    Copy the full SHA
    214d3a0 View commit details
    Browse the repository at this point in the history
  3. get build to work again.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 3, 2019
    Configuration menu
    Copy the full SHA
    60b82cf View commit details
    Browse the repository at this point in the history
  4. fix merge conflicts.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 3, 2019
    Configuration menu
    Copy the full SHA
    9d2d673 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 3, 2019
    Configuration menu
    Copy the full SHA
    9e3986c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Remove stale test file.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 6, 2019
    Configuration menu
    Copy the full SHA
    49b8078 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 6, 2019
    Configuration menu
    Copy the full SHA
    3206f30 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 7, 2019
    Configuration menu
    Copy the full SHA
    aa15d73 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 7, 2019
    Configuration menu
    Copy the full SHA
    47a3219 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 10, 2019
    Configuration menu
    Copy the full SHA
    81b9779 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f242443 View commit details
    Browse the repository at this point in the history
  2. clean up commented-out code.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 13, 2019
    Configuration menu
    Copy the full SHA
    afbb94a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 21, 2019
    Configuration menu
    Copy the full SHA
    dfbe16b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 21, 2019
    Configuration menu
    Copy the full SHA
    76ac2aa View commit details
    Browse the repository at this point in the history
  3. Skip over empty StatNames.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 21, 2019
    Configuration menu
    Copy the full SHA
    95c82b2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Remove superfluous changes.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 22, 2019
    Configuration menu
    Copy the full SHA
    64f8099 View commit details
    Browse the repository at this point in the history
  2. Remove superfluous comments.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 22, 2019
    Configuration menu
    Copy the full SHA
    801b1b6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 28, 2019
    Configuration menu
    Copy the full SHA
    843a35a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 28, 2019
    Configuration menu
    Copy the full SHA
    86aa06c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    647fd6d View commit details
    Browse the repository at this point in the history
  2. get CI mostly working; I think there's an unrelated problem in hotres…

    …tart_test.sh.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    ce7417d View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    713d97d View commit details
    Browse the repository at this point in the history
  4. updated memory usage

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    5980a10 View commit details
    Browse the repository at this point in the history
  5. fix comment

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    199ef47 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    137315e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    8028807 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    fe153be View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    15034e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    e0c4711 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. cleanup tests.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    c831e37 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. fix expected value.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    3cb2b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    3e931f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    1e69649 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    bd95076 View commit details
    Browse the repository at this point in the history
  2. shared the main symbol-table with the isolated stats used for cluster…

    … info.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    1016ae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Update memory usage to account for isolated stats sharing symbol tables.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    e45e905 View commit details
    Browse the repository at this point in the history
  2. pedantic spelling

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    e1787cb View commit details
    Browse the repository at this point in the history
  3. update PR #

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    600977e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'shared-cluster-isolated-stats' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    5f48598 View commit details
    Browse the repository at this point in the history
  5. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    44bd5a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    9b075bb View commit details
    Browse the repository at this point in the history
  2. Add option to switch between fake and real symbol-tables on the comma…

    …nd-line.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    d4744bd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Add command-line option to switch between real/fake symbol tables, an…

    …d helper class to create based on that option.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    313d591 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into symbol-table-option

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    bee7b67 View commit details
    Browse the repository at this point in the history
  3. use configured symbol-table impl in integration tests.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    56ab602 View commit details
    Browse the repository at this point in the history
  4. clang-tidy error

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    a0e1d7c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Cover both real & fake symbol tables in symbol-table memory test.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    92442ef View commit details
    Browse the repository at this point in the history
  2. cleanups

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    96f4e85 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into symbol-table-option

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    f9c4f82 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    2a2f1a0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'symbol-table-option' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    53ba649 View commit details
    Browse the repository at this point in the history
  6. convert more tests to use the symbol-table creator rather than hard-c…

    …oding FakeSymbolTable.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    08f444e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'symbol-table-option' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    ef57468 View commit details
    Browse the repository at this point in the history
  8. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    1c08f0a View commit details
    Browse the repository at this point in the history
  9. use real symbol tables by default.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    25367f6 View commit details
    Browse the repository at this point in the history
  10. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    6551dee View commit details
    Browse the repository at this point in the history
  11. swap default

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    8a6521c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    347cb3c View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    a17e17c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. back out some earlier attempts at patching in the options PR.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    bf6fcd1 View commit details
    Browse the repository at this point in the history
  2. update byte-size golds.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    dc690b2 View commit details
    Browse the repository at this point in the history
  3. back out the sharing of symbol tables for upstream cluster isolated s…

    …tats.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    71e0fcd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    f5d1dbb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    b9a9ccc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b9b26d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    bf022f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    8be749b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    b855889 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    91f0f92 View commit details
    Browse the repository at this point in the history
  2. remove superfluous check.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    5ff494a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    eb79c95 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. switch another default to use real symbol tables.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b8dfdc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    141e711 View commit details
    Browse the repository at this point in the history
  2. move version history where it belongs.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    f834e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    52eca10 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7c3ce33 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed May 5, 2020
    Configuration menu
    Copy the full SHA
    febd650 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    9c79dc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Instantiate a TestSymboLTable so that mocks reference the same one.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    16077ab View commit details
    Browse the repository at this point in the history
  2. reformat with clang-10.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    dcabf96 View commit details
    Browse the repository at this point in the history
  3. improve assert message for dynamic/symbolic mismatch, and don't check…

    … the value of an uninitialized counter in the grpc tests.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c0e45c6 View commit details
    Browse the repository at this point in the history
  4. clean up the config_test so it has minimal documnted changes from the…

    … previous state.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f954e35 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c3bf36d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3193beb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    55e2060 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    4d3043e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. try to avoid race by waiting for a timeout stat rather than just stro…

    …bing it.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5695a17 View commit details
    Browse the repository at this point in the history
  2. Declare ads_integregion_test as enormous to try to avoid tsan timeouts.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    9d33cce View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. remove superfluous line, that probably was from a merge.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    96e2c6c View commit details
    Browse the repository at this point in the history
  2. back out accidental commit

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    141c716 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into integration-symtab

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    fabc533 View commit details
    Browse the repository at this point in the history