Merge pull request #17945 from soheilhy/channelz-test

Update the channelz compaction test to use 300 entries.
pull/17931/head
Soheil Hassas Yeganeh 6 years ago committed by GitHub
commit 6d293e5bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/channel/channelz_registry_test.cc

@ -112,7 +112,7 @@ TEST_F(ChannelzRegistryTest, NullIfNotPresentTest) {
}
TEST_F(ChannelzRegistryTest, TestCompaction) {
const int kLoopIterations = 100;
const int kLoopIterations = 300;
// These channels that will stay in the registry for the duration of the test.
std::vector<UniquePtr<BaseNode>> even_channels;
even_channels.reserve(kLoopIterations);

Loading…
Cancel
Save