-
Notifications
You must be signed in to change notification settings - Fork 7k
[Java] Refine tests and fix single-process mode #4265
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
Conversation
|
Test FAILed. |
|
Test FAILed. |
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.
Also log the current mode in this log?
==== Running test: A.b [Cluster]
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.
probably not very useful. we can also find the mode from the command.
|
Test FAILed. |
|
Test FAILed. |
25c5aa0 to
715e135
Compare
|
Test FAILed. |
guoyuhong
left a comment
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.
LGTM. I left a question.
java/test.sh
Outdated
| # Skip compiling the binaries if `--skip-compile` is passed in. | ||
| if [[ "$@" != *--skip-compile* ]]; then | ||
| echo "Compiling binaries." | ||
| $ROOT_DIR/../build.sh -l python,java |
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.
This line seems not to install python ray (just build) and which ray may still be missing.
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 added ./ci/travis/install-ray.sh in the java job, which will install ray. However these 2 commands will do build.sh twice. I'll merge them in the next PR.
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.
nvm, fixed in this PR.
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
What do these changes do?
SkipExceptioncannot be thrown fromsetUp, otherwise all remaining tests will be skipped. We didn't catch a bug because of this.MultiLanguageClusterTestisn't actually running in Travis.Related issue number