Skip to content

Commit f770a75

Browse files
committed
[ci] Update readme with tests ran on different environments
1 parent b46d5dc commit f770a75

File tree

1 file changed

+24
-26
lines changed

1 file changed

+24
-26
lines changed

README.md

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -37,38 +37,36 @@ Tests
3737

3838
Mybatis-3 code runs more expressive testing depending on jdk usage and platform.
3939

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').
4341

4442
When we run on ci platform, we further make adjustments as needed. See [here](.github/workflows/ci.yaml) for details.
4543

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.
4745

4846
without adjusting settings (ie use as is, platform does not matter)
4947

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
5553

5654
our adjustments for GH actions where platform does matter
5755

58-
- windows + jdk 11 = 1730 tests
59-
- windows + jdk 17 = 1710 tests
60-
- windows + jdk 19 = 1710 tests
61-
- windows + jdk 20 = 1710 tests
62-
- windows + jdk 21 = 1710 tests
63-
64-
- linux + jdk 11 = 1765 tests
65-
- linux + jdk 17 = 1745 tests
66-
- linux + jdk 19 = 1745 tests
67-
- linux + jdk 20 = 1745 tests
68-
- linux + jdk 21 = 1745 tests
69-
70-
- mac + jdk 11 = 1730 tests
71-
- mac + jdk 17 = 1710 tests
72-
- mac + jdk 19 = 1710 tests
73-
- mac + jdk 20 = 1710 tests
74-
- mac + jdk 21 = 1710 tests
56+
- windows + jdk 17 = 1899 tests
57+
- windows + jdk 21 = 1899 tests
58+
- windows + jdk 23 = 1899 tests
59+
- windows + jdk 24 = 1899 tests
60+
- windows + jdk 25 = 1899 tests
61+
62+
- linux + jdk 17 = 1934 tests
63+
- linux + jdk 21 = 1934 tests
64+
- linux + jdk 23 = 1934 tests
65+
- linux + jdk 24 = 1934 tests
66+
- linux + jdk 25 = 1934 tests
67+
68+
- mac + jdk 17 = 1899 tests
69+
- mac + jdk 21 = 1899 tests
70+
- mac + jdk 23 = 1899 tests
71+
- mac + jdk 24 = 1899 tests
72+
- mac + jdk 25 = 1899 tests

0 commit comments

Comments
 (0)