commit | aac6cac5d8ebaf0940984493a8d9f91a1d3477ad | [log] [tgz] |
---|---|---|
author | Ben Schwartz <bemasc@google.com> | Tue Jul 24 12:20:56 2018 -0400 |
committer | Ben Schwartz <bemasc@google.com> | Tue Sep 11 14:33:23 2018 -0400 |
tree | 3b0bcd944409063ceb20c1c1b721ef1c2390ec28 | |
parent | 1737e82559e33e206d61b5542b165f701047d5ee [diff] |
Use a faster approach to testing query ID reuse The old test tried 100,000 queries in sequence to test for leaks. This normally took about 10 seconds, but was sometimes observed to take much longer for unknown reasons. This new test is much narrower, but largely covers the same functionality and completes in about 10ms. Test: New test passes Change-Id: I2fd70f73c2877ce7d49579bb299592fc1acab408