81b89fe3ba
Backporting #62205 to 7.x branch. This is similar to what happens for indices. Initially we decided to let each test cleanup the data streams it created. The reason behind this was that client yaml test runners would need to be modified to do this too and because data steams were new, we waited with that and let each test cleanup the data stream it created. However we sometimes have very hard to debug test failures, because many tests fail because another test failed mid way and didn't clean up the data streams it created. Given that and data streams exist in the code base for a while now, we should automatically delete all data streams after each yaml test. Relates to #62190 * preserve data streams for rolling upgrade yaml tests |
||
---|---|---|
.. | ||
src/test | ||
build.gradle |