Commit 83652e0
authored
Fix unitTest task not running the test source set (#2074)
* Fix unitTest task not running the test source set
Signed-off-by: Logan Kennedy <kennedylogan22@gmail.com>
* Add src/test/java to the java21 source set
Signed-off-by: Logan Kennedy <kennedylogan22@gmail.com>
* Also add the test source set output to unitTest testClassesDirs
Signed-off-by: Logan Kennedy <kennedylogan22@gmail.com>
* Drop srcDir in favor of testClassesDirs to avoid duplicate classes
Signed-off-by: Logan Kennedy <kennedylogan22@gmail.com>
* Fix timing-flaky BulkIngester flush tests
Signed-off-by: Logan Kennedy <kennedylogan22@gmail.com>
---------
Signed-off-by: Logan Kennedy <kennedylogan22@gmail.com>1 parent a34b558 commit 83652e0
3 files changed
Lines changed: 23 additions & 7 deletions
File tree
- java-client
- src/test/java/org/opensearch/client/opensearch/_helpers/bulk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
Lines changed: 21 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
226 | 241 | | |
227 | 242 | | |
228 | 243 | | |
| |||
237 | 252 | | |
238 | 253 | | |
239 | 254 | | |
240 | | - | |
241 | | - | |
| 255 | + | |
| 256 | + | |
242 | 257 | | |
243 | 258 | | |
244 | | - | |
| 259 | + | |
245 | 260 | | |
246 | 261 | | |
247 | 262 | | |
| |||
299 | 314 | | |
300 | 315 | | |
301 | 316 | | |
302 | | - | |
303 | | - | |
| 317 | + | |
| 318 | + | |
304 | 319 | | |
305 | 320 | | |
306 | | - | |
| 321 | + | |
307 | 322 | | |
308 | 323 | | |
309 | 324 | | |
| |||
0 commit comments