mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
[Streaming] Streaming Python API (#6755)
This commit is contained in:
@@ -23,8 +23,7 @@ bazel test //streaming/java:all --test_tag_filters="checkstyle" --build_tests_on
|
||||
|
||||
echo "Running streaming tests."
|
||||
java -cp "$ROOT_DIR"/../../bazel-bin/streaming/java/all_streaming_tests_deploy.jar\
|
||||
org.testng.TestNG -d /tmp/ray_streaming_java_test_output "$ROOT_DIR"/testng.xml
|
||||
exit_code=$?
|
||||
org.testng.TestNG -d /tmp/ray_streaming_java_test_output "$ROOT_DIR"/testng.xml || exit_code=$?
|
||||
echo "Streaming TestNG results"
|
||||
cat /tmp/ray_streaming_java_test_output/testng-results.xml
|
||||
# exit_code == 2 means there are skipped tests.
|
||||
|
||||
Reference in New Issue
Block a user