Commit 45d2e7a
committed
Clear query cache for QueryCacheExpiryTest as well
- This solves failure of order dependent tests when tests from
QueryCacheExpiryTest class are run before the tests from
QueryCacheTest class.
- In above scenario, the warmed cache created by tests from
QueryCacheExpiryTest class is never cleared before running first test
from QueryCacheTest class. So first test from QueryCacheTest class was
always failing.
- Reproduction `bundle exec ruby -Itest test/cases/query_cache_test.rb --seed 60165 -v`1 parent d91ca77 commit 45d2e7a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
391 | 395 | | |
392 | 396 | | |
393 | 397 | | |
| |||
0 commit comments