OpenSearch/test/framework
Zachary Tong 1e97184519 Automatically close releasables after test (#24687)
This moves the releasing logic to the base test, so that individual test cases don't need
to worry about releasing the aggregators.  It's not a big deal for individual aggs,
but once tests start using sub-aggs, it can become tricky to free (without double-freeing)
all the aggregators.
2017-05-16 09:01:38 -04:00
..
src Automatically close releasables after test (#24687) 2017-05-16 09:01:38 -04:00
build.gradle Add task to look for tests in src/main (#24298) 2017-04-25 21:11:47 -04:00