-
Bug
-
Resolution: Fixed
-
P4
-
21, 22, 23
-
This error was most recently observed here: https://github.com/kdnilsen/jdk/actions/runs/8101038781
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8348377 | 21.0.7-oracle | Rashmi Biswal Biswal | P4 | Resolved | Fixed | b04 |
JDK-8348946 | 21.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8348375 | 17.0.15-oracle | Rashmi Biswal Biswal | P4 | Resolved | Fixed | b05 |
JDK-8348956 | 17.0.15 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8348376 | 11.0.27-oracle | Rashmi Biswal Biswal | P4 | Resolved | Fixed | b04 |
```
----------System.err:(10/590)----------
java.lang.AssertionError: gtest execution failed; exit code = 2. the failed tests: [LogSelectionList::combination_limit]
at GTestWrapper.main(GTestWrapper.java:98)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1575)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
```
which derives from:
```
TEST(LogSelectionList, combination_limit) {
size_t max_combinations = LogSelectionList::MaxSelections;
EXPECT_GT(max_combinations, LogTagSet::ntagsets())
<< "Combination limit not sufficient for configuring all available tag sets."
}
```
We need to increase the value of LogSelectionList::MaxSelections.
- backported by
-
JDK-8348375 GTest needs larger combination limit
-
- Resolved
-
-
JDK-8348376 GTest needs larger combination limit
-
- Resolved
-
-
JDK-8348377 GTest needs larger combination limit
-
- Resolved
-
-
JDK-8348946 GTest needs larger combination limit
-
- Resolved
-
-
JDK-8348956 GTest needs larger combination limit
-
- Resolved
-
- duplicates
-
JDK-8325508 Potential issue in GTest LogSelectionList.combination_limit
-
- Closed
-
-
JDK-8325490 gtest LogSelectionList::combination_limit Running out of LogTagSet
-
- Closed
-
- links to
-
Commit openjdk/jdk/c901da48
-
Commit(master) openjdk/jdk17u-dev/1a06a61f
-
Commit(master) openjdk/jdk21u-dev/c0242c70
-
Review openjdk/jdk/18083
-
Review(master) openjdk/jdk17u-dev/3240
-
Review(master) openjdk/jdk21u-dev/1354