Commit 30920ea
Fix BlockTransferManagerTests to extend OpenSearchTestCase instead of LuceneTestCase (#21363)
BlockTransferManagerTests was extending LuceneTestCase directly which causes
sysout check failures since the test uses loggers that print to console.
Changed to extend OpenSearchTestCase which already includes
@SuppressSysoutChecks and follows the project convention for all server tests.
Signed-off-by: Mayank Harsh <mayankmh@amazon.com>
Co-authored-by: Mayank Harsh <mayankmh@amazon.com>1 parent 3cd9aa6 commit 30920ea
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments