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

[Java] Use BaseTest to instead of TestListener. #3577

Merged
merged 2 commits into from
Dec 22, 2018

Conversation

jovany-wang
Copy link
Contributor

@jovany-wang jovany-wang commented Dec 19, 2018

What do these changes do?

In this PR, we use BaseTest to instead of TestListener and MyRunner annotation.

  1. Before this changes, the program do Ray.init() only once when we run the command mvn test.
    This is not what we need.
    We expect it to do Ray.init() before each case.

  2. Make cleanUp more graceful.

Related issue number

N/A

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/10168/
Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/10264/
Test FAILed.

@robertnishihara robertnishihara merged commit 8393df2 into ray-project:master Dec 22, 2018
@raulchen raulchen deleted the java-base-test branch December 24, 2018 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants