This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from 3c058e98f1 ARTEMIS-3622 MQTT can deadlock on client cxn/discxn
     new 98e1389a6e ARTEMIS-4778: clean up configuration test heirarchy, remove 
hundreds of duplicate tests, isolate parameterized tests
     new 3e20687cf3 ARTEMIS-4778: replace various assertEquals checks with more 
apropriate assertTrue / assertFalse / assertNull
     new 243ea9aa01 ARTEMIS-4778: remove spawn check rule, not needed as the 
tests dont spawn
     new 3c84f26413 ARTEMIS-4778: split two Nested test classes (one 
parameterized, other not) into their own class files
     new 7849e2dcbf ARTEMIS-4778: extract base class and classes from 
parameterized test with subclass that skips to de-parameterize itself
     new f64d918406 ARTEMIS-4778: rework tests manipulating Xxe config so it is 
reset after class, and not updated at all for skipped tests

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../activemq/artemis/utils/XmlProviderTest.java    |  41 +-
 .../config/impl/AbstractConfigurationTestBase.java | 490 +++++++++++++++++++++
 .../core/config/impl/ConfigurationImplTest.java    | 473 +-------------------
 .../config/impl/DefaultsFileConfigurationTest.java |  24 +-
 ...ConfigurationBrokerConnectionEncryptedTest.java |  34 +-
 .../impl/FileConfigurationDbEncryptedPassTest.java |  37 +-
 .../impl/FileConfigurationSecurityPluginTest.java  |  37 +-
 .../core/config/impl/FileConfigurationTest.java    | 102 ++++-
 .../config/impl/FileXIncludeConfigurationTest.java |  28 +-
 .../impl/FileXIncludeSchemaConfigurationTest.java  |  34 +-
 .../activemq/ActiveMQXAConnectionFactoryTest.java  |   2 +-
 .../activemq/command/ActiveMQMessageTest.java      |   2 +-
 .../amqp/AmqpFlowControlFailDispositionTests.java  | 103 +++++
 .../amqp/AmqpFlowControlFailOrdinaryTests.java     |  94 ++++
 .../integration/amqp/AmqpFlowControlFailTest.java  | 175 --------
 ...ibutionTest.java => NettyFailoverInVMTest.java} |   7 +-
 ...ibutionTest.java => NettyFailoverJdbcTest.java} |   7 +-
 ...ailoverTest.java => NettyFailoverTestBase.java} |  18 +-
 .../failover/NettyReplicatedFailoverTest.java      |   2 +-
 .../artemis/amqpJMS/JoramAMQPAggregationTest.java  |   6 -
 .../artemis/jms/JoramCoreAggregationTest.java      |   5 -
 .../message/properties/JMSXPropertyTest.java       |   8 +-
 .../properties/MessagePropertyConversionTest.java  |   6 +-
 .../message/properties/MessagePropertyTest.java    |   2 +-
 .../jms/conform/session/QueueSessionTest.java      |   8 +-
 .../jtests/jms/conform/session/SessionTest.java    |  20 +-
 .../jms/conform/session/TopicSessionTest.java      |   4 +-
 27 files changed, 982 insertions(+), 787 deletions(-)
 create mode 100644 
artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/AbstractConfigurationTestBase.java
 create mode 100644 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFlowControlFailDispositionTests.java
 create mode 100644 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFlowControlFailOrdinaryTests.java
 delete mode 100644 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFlowControlFailTest.java
 copy 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/{SharedStoreDistributionTest.java
 => NettyFailoverInVMTest.java} (85%)
 copy 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/{SharedStoreDistributionTest.java
 => NettyFailoverJdbcTest.java} (85%)
 rename 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/{NettyFailoverTest.java
 => NettyFailoverTestBase.java} (93%)

Reply via email to