-
Notifications
You must be signed in to change notification settings - Fork 90
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
Testing/354 jar system test #398
Conversation
Blocked on Mesos 0.25 issue. #338 |
…emTest # Conflicts: # system-test/build.gradle
…st. Should not fail.
cluster.start(); | ||
} | ||
|
||
@After |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe sort the @BeforeClass
, @Before
, @Rule
, @After
, @AfterClass
in the order they're being executed?
I like it! |
/** | ||
* A system test to ensure that the framework can run as a JAR, not using docker. | ||
*/ | ||
@SuppressWarnings({"PMD.TooManyMethods", "PMD.AvoidUsingHardCodedIP"}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like that a Test can have too many methods…
Pass again, ready for merge: https://ci.infra.container-solutions.com/view/All/job/ElasticsearchPullRequests/210/console |
Testing/354 jar system test
No description provided.