Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-1532 Enable tests which are unintentionally skipped by Surefire #1683

Closed
wants to merge 3 commits into from

Conversation

jirkadanek
Copy link

This is not ready to be merged, because HAAutomaticBackupSharedStoreTest and testSystemPropertyOverride are failing after these changes.

@jirkadanek jirkadanek force-pushed the jd_skipped_tests branch 4 times, most recently from 535efb7 to f6daa92 Compare December 3, 2017 23:09
@clebertsuconic
Copy link
Contributor

Are you sure it was unintentional ?

I’m not on a computer now. But I remember a few tests that were commented out instead of removed to be checked later and we never got back to them.

These tests used to have a wrong name, so they weren't executed by
Surefire during a `mvn test` run.

After enablement, the following tests are now failing:

* org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStoreTest
* org.apache.activemq.artemis.tests.integration.ra.OutgoingConnectionNoJTATest
* org.apache.activemq.artemis.tests.unit.core.server.group.impl.SystemPropertyOverrideTest.testSystemPropertyOverride
@jirkadanek
Copy link
Author

jirkadanek commented Dec 4, 2017

Well, I might've guessed the intent wrong in one or two cases, I guess.

If I thought it is unintentional, I've either renamed the class (so that Surefire would pick it) or added the @test annotation. (First commit)

If I thought it is intentional, I've added @ignored annotation instead of whichever other method was used to disable that test. (Third commit)

@asfgit asfgit closed this in 43b7275 Dec 20, 2017
@michaelandrepearce
Copy link
Contributor

@mtaylor @clebertsuconic could we fix this up, seems this got merged with PR build broken, and since PR is constantly failing with this test testSystemPropertyOverride

@michaelandrepearce
Copy link
Contributor

Have sent in #1737 to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants