Commit 8a25165
authored
build: fix auth library native tests and flaky test (#12881)
The `google-auth-library-java` migration to the monorepo inadvertently
enabled GraalVM native testing for the credentials module because the
generic `graalvm-single` job type runs tests on all modules in the
subdirectory. In the original repository, this job was scoped to only
test the `oauth2_http` module.
This change adds `<skipNativeTests>true</skipNativeTests>` to the
credentials and appengine module POMs to skip native tests, resolving
the failure when the plugin cannot find test configuration files. It
also stabilizes a flaky concurrent test in cab-token-generator.
Fixes #128591 parent 26fe0f9 commit 8a25165
4 files changed
Lines changed: 28 additions & 1 deletion
File tree
- .kokoro/presubmit
- google-auth-library-java
- appengine
- cab-token-generator/javatests/com/google/auth/credentialaccessboundary
- credentials
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| 617 | + | |
617 | 618 | | |
618 | 619 | | |
619 | 620 | | |
620 | 621 | | |
621 | 622 | | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
622 | 628 | | |
623 | 629 | | |
624 | 630 | | |
625 | 631 | | |
626 | 632 | | |
| 633 | + | |
627 | 634 | | |
628 | 635 | | |
629 | 636 | | |
630 | 637 | | |
631 | 638 | | |
632 | | - | |
633 | 639 | | |
634 | 640 | | |
635 | 641 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
0 commit comments