[
https://issues.apache.org/jira/browse/ARTEMIS-3599?focusedWorklogId=690152&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-690152
]
ASF GitHub Bot logged work on ARTEMIS-3599:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Dec/21 16:28
Start Date: 03/Dec/21 16:28
Worklog Time Spent: 10m
Work Description: gemmellr commented on pull request #3872:
URL: https://github.com/apache/activemq-artemis/pull/3872#issuecomment-985656531
The 500 failures you saw on your first run look like they would be unrelated
to this. That looked to be the same situation I saw once before, essentially a
LibaioContext instance was not closed and caused all following test classes
[that subclass ActiveMQTestBase] that verify a count during cleanup to be
marked as failed after 30 seconds wait.
https://issues.apache.org/jira/browse/ARTEMIS-3435 has some more details, I
used it to make changes to have it fail the overall run several hours faster if
it happened again, and give some pointers to help give an idea where it went
pop, which might possibly allow isolating why it happened.
It failed again that way yesterday for the first time since that change,
first in a run of mine, and then also in yours on the next run. In my case it
appears it happened during ReplicatedPagedFailoverTest, whereas in yours it
either happened in ClusteredGroupingTest or in another before that started
(need to check the output to see).
Your second run did still have a few failures though in
CloseConnectionOnGCTest which I expect are very much related to this change
given the name of the test, which probably just needs deleting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 690152)
Time Spent: 20m (was: 10m)
> Remove finalize() usage
> -----------------------
>
> Key: ARTEMIS-3599
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3599
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)