hal / testsuite.next

Testsuite for HAL
Apache License 2.0
2 stars 26 forks source link

HAL-1603: Add tests to configure messaging clusters behind http load balancers #126

Closed hpehl closed 4 years ago

hpehl commented 5 years ago

https://issues.jboss.org/browse/HAL-1603

spriadka commented 5 years ago

According to the requirements in the analysis document, I think the tests should also cover the /subsystem=messaging-activemq/connection-factory=* and /subsystem=messaging-activemq/pooled-connection-factory=* configuration

hpehl commented 5 years ago

These tests are almost identical to /subsystem=messaging-activemq/server=*/connection-factory=* and /subsystem=messaging-activemq/server=*/pooled-connection-factory=*.

Code freeze is is just around the corner and I'm actually already on PTO. Can we please merge anyway?

spriadka commented 5 years ago

According to the analysis document the use-topology-for-load-balancing attribute is present in following resources:

The document's test plan is:

Since the document's test plan is being applied to all of the exposed resources, not some of the resources I don't think this MR can be merged without 100% coverage of the requirements.

hpehl commented 4 years ago

Additional tests are hard to implement and need a bigger refactoring. Manual testing showed no errors. That's why I decided to merge this anyway.