[
https://issues.apache.org/jira/browse/ARTEMIS-4076?focusedWorklogId=821040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-821040
]
ASF GitHub Bot logged work on ARTEMIS-4076:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Oct/22 15:04
Start Date: 27/Oct/22 15:04
Worklog Time Spent: 10m
Work Description: gemmellr commented on code in PR #4273:
URL: https://github.com/apache/activemq-artemis/pull/4273#discussion_r1007003158
##########
artemis-unit-test-support/src/main/java/org/apache/activemq/artemis/utils/ThreadLeakCheckRule.java:
##########
@@ -244,7 +244,7 @@ private boolean isExpectedThread(Thread thread) {
return true;
} else if (threadName.contains("Attach Listener")) {
return true;
- } else if ((javaVendor.contains("IBM") || isSystemThread) &&
threadName.equals("process reaper")) {
+ } else if ((javaVendor.contains("IBM") || isSystemThread) &&
(threadName.equals("process reaper") || threadName.startsWith("process reaper
(pid"))) {
Review Comment:
But yes we could use 'starts with' for both if you prefer.
Issue Time Tracking
-------------------
Worklog Id: (was: 821040)
Time Spent: 50m (was: 40m)
> add JDK 19 run to CI jobs
> -------------------------
>
> Key: ARTEMIS-4076
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4076
> Project: ActiveMQ Artemis
> Issue Type: Task
> Components: Tests
> Reporter: Robbie Gemmell
> Assignee: Robbie Gemmell
> Priority: Major
> Fix For: 2.27.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Resolve any issues needed and then add a run on Java 19 in the basic push/PR
> etc CI jobs in addition to the existing runs on 11 and 17.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)