[ 
https://issues.apache.org/jira/browse/AMQ-9837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis Monteiro resolved AMQ-9837.
--------------------------------------
      Assignee: Jean-Louis Monteiro
    Resolution: Fixed

> Test stabilization: Other
> -------------------------
>
>                 Key: AMQ-9837
>                 URL: https://issues.apache.org/jira/browse/AMQ-9837
>             Project: ActiveMQ
>          Issue Type: Test
>            Reporter: Jean-Louis Monteiro
>            Assignee: Jean-Louis Monteiro
>            Priority: Major
>             Fix For: 6.3.0
>
>
> Affected tests and fixes:
> - 
> activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompTest.java:
>  Treat ERROR frames as acceptable completion to avoid false deadlock 
> failures. (59eb8315cb00 Batch of fixes (#1622), PR 
> https://github.com/apache/activemq/pull/1622)
> - activemq-http/src/test/java/org/apache/activemq/bugs/AMQ9255Test.java: Test 
> stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverterTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ4656Test.java: 
> Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/TransportBrokerTestSupport.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/auto/nio/AutoNIOJmsDurableTopicSendReceiveTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/auto/nio/AutoNIOJmsSendAndReceiveTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/auto/nio/AutoNIOPersistentSendAndReceiveTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/FailoverDurableSubTransactionTest.java:
>  Mark test ignored to avoid known flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/nio/NIOJmsDurableTopicSendReceiveTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/nio/NIOJmsSendAndReceiveTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/nio/NIOSSLLoadTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/nio/NIOTransportBrokerTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/transport/tcp/TransportUriTest.java:
>  Test stability tweaks to reduce flakiness. (928c40a85af9 Flaky tests GitHub 
> actions (#1621), PR https://github.com/apache/activemq/pull/1621)
> - 
> activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java:
>  Use createConnectionWithRetry in the large message test to improve 
> stability. (433c39569d98 [AMQ-8525] enable parallel tests execution for amqp 
> and kahadb-store modules (#1544), PR 
> https://github.com/apache/activemq/pull/1544)
> - 
> activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/ParallelTest.java:
>  Add a ParallelTest marker interface for the AMQP module. (433c39569d98 
> [AMQ-8525] enable parallel tests execution for amqp and kahadb-store modules 
> (#1544), PR https://github.com/apache/activemq/pull/1544)
> - 
> activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalCorruptionIndexRecoveryTest.java:
>  Drop the hardcoded broker data directory (use default); ParallelTest 
> annotation added. (433c39569d98 [AMQ-8525] enable parallel tests execution 
> for amqp and kahadb-store modules (#1544), PR 
> https://github.com/apache/activemq/pull/1544)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/broker/store/DefaultStoreBrokerTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2149Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2200Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2213Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2314Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2413Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2512Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2801Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3141Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3145Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3167Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3567Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3622Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ4485LowLimitTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java: 
> Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/MemoryUsageBlockResumeTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/MemoryUsageCleanupTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/RedeliveryPluginHeaderTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/TempStorageBlockedBrokerTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/bugs/TempStoreDataCleanupTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-unit-tests/src/test/java/org/apache/activemq/test/annotations/ParallelTest.java:
>  Test stability tweaks to reduce flakiness. (a6b11f7e8ed5 [AMQ-8525] Fix 
> random failures and run an eligible subset in parallel (#1542), PR 
> https://github.com/apache/activemq/pull/1542)
> - 
> activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/ParallelTest.java:
>  Add a ParallelTest marker interface for the stomp module. (f25bc526dc94 
> AMQ-8525: Execute tests in parallel when possible (#1540), PR 
> https://github.com/apache/activemq/pull/1540)
> - 
> activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompEmptyDestinationTest.java:
>  Test logic updates for issue coverage. (f25bc526dc94 AMQ-8525: Execute tests 
> in parallel when possible (#1540), PR 
> https://github.com/apache/activemq/pull/1540)",Task



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to