Commit f31c053
committed
chore: Bump Gradle wrapper to 9.4.1 and exclude @ignore classes
Bump Gradle wrapper from 9.2.0 to 9.4.1 to satisfy the minimum version
required by opensearch-build-tools 3.7.0-SNAPSHOT (GlobalBuildInfoPlugin).
Exclude 24 @Ignore-annotated test classes from integTest at the Gradle
layer to work around a Gradle 9.4.1+ bug where
TestEventReporterAsListener crashes with ClassCastException when
encountering class-level @ignore annotations. These classes were already
skipped by JUnit; this moves the skip earlier to avoid the buggy bridge.
Not fixed as of Gradle 9.5.0.
Refs: opensearch-project/OpenSearch#21153, #5406
Signed-off-by: Chen Dai <daichen@amazon.com>1 parent c0ac784 commit f31c053
2 files changed
Lines changed: 31 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
549 | 578 | | |
550 | 579 | | |
551 | 580 | | |
| |||
0 commit comments