You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-26Lines changed: 24 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -37,38 +37,36 @@ Tests
37
37
38
38
Mybatis-3 code runs more expressive testing depending on jdk usage and platform.
39
39
40
-
By default, we set ```<excludedGroups>TestcontainersTests</excludedGroups>``` which will exclude a subset of tests with @Tag('TestcontainersTests'). Further, if pre jdk 16, we will further exclude record classes from executions further reducing tests.
41
-
42
-
When using jdk 16+, we adjust the rule to ```<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>```.
40
+
By default, we set ```<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>``` which will exclude a subset of tests with @Tag('TestcontainersTests') and @Tag('RequireIllegalAccess').
43
41
44
42
When we run on ci platform, we further make adjustments as needed. See [here](.github/workflows/ci.yaml) for details.
45
43
46
-
As of 2/20/2023, using combined system + jdk will result in given number of tests ran. This will change as tests are added or removed over time.
44
+
As of 12/28/2024, using combined system + jdk will result in given number of tests ran. This will change as tests are added or removed over time.
47
45
48
46
without adjusting settings (ie use as is, platform does not matter)
49
47
50
-
- any OS + jdk 11 = 1730 tests
51
-
- any OS + jdk 17 = 1710 tests
52
-
- any OS + jdk 19 = 1710 tests
53
-
- any OS + jdk 20 = 1710 tests
54
-
- any OS + jdk 21 = 1710 tests
48
+
- any OS + jdk 17 = 1899 tests
49
+
- any OS + jdk 21 = 1899 tests
50
+
- any OS + jdk 23 = 1899 tests
51
+
- any OS + jdk 24 = 1899 tests
52
+
- any OS + jdk 25 = 1899 tests
55
53
56
54
our adjustments for GH actions where platform does matter
0 commit comments