ray/java
Kai Yang ba642dd271
[Java] Make Java test more stable (#26282)
If compile Ray in debug mode,

* run `MetricsTest:: testAddHistogram` will crash with below error message:

```
BucketBoundaries::Explicit called with non-monotonic boundary list.
java: external/io_opencensus_cpp/opencensus/stats/internal/bucket_boundaries.cc:64: opencensus::stats::BucketBoundaries::Explicit(std::__debug::vector<double>)::<lambda()>: Assertion `false && "0"' failed.
```

*  run `NamespaceTest::testIsolationInTheSameNamespaces` can fail with great possibility with below error message:

```
java.util.NoSuchElementException: No value present
	at java.util.Optional.get(Optional.java:135)
	at io.ray.test.NamespaceTest.lambda$testIsolationInTheSameNamespaces$2(NamespaceTest.java:39)
	at io.ray.test.NamespaceTest.testIsolation(NamespaceTest.java:116)
	at io.ray.test.NamespaceTest.testIsolationInTheSameNamespaces(NamespaceTest.java:36)
```
2022-07-05 11:18:19 +08:00
..
api [Java] Support getCurrentNodeId API for RuntimeContext (#26147) 2022-06-30 16:19:32 +08:00
performance_test [Core] Remove multiple core workers in one process 1/n. (#24147) 2022-05-19 00:36:22 +08:00
runtime [Java] Support getCurrentNodeId API for RuntimeContext (#26147) 2022-06-30 16:19:32 +08:00
serve [Serve] Start all Serve actors in the "serve" namespace only (#25575) 2022-06-13 10:31:28 -07:00
test [Java] Make Java test more stable (#26282) 2022-07-05 11:18:19 +08:00
build-jar-multiplatform.sh Remove streaming deploying process. (#21603) 2022-01-17 23:37:48 +08:00
BUILD.bazel [Cpp worker][Java worker]Support Java call Cpp Actor (#25933) 2022-06-29 14:33:32 +08:00
checkstyle-suppressions.xml [Java] Format ray java code (#13056) 2020-12-29 10:36:16 +08:00
checkstyle.xml [Java] Support parallel actor in experimental. (#21701) 2022-04-21 22:54:33 +08:00
cleanup.sh Shellcheck comments (#9595) 2020-07-21 16:47:09 -05:00
dependencies.bzl [Java] Bump jna to 5.8.0 to compile on M1 macs (#26180) 2022-06-29 11:47:07 -07:00
generate_jni_header_files.sh Use javac -h instead of javah. (#19311) 2021-10-12 22:37:14 +08:00
java-release-guide.md [Java] Add Java release guideline. (#22288) 2022-02-11 14:56:20 +08:00
pom.xml [Java] Support parallel actor in experimental. (#21701) 2022-04-21 22:54:33 +08:00
shade_rule [Java] Shade jackson to avoid conflict. (#24535) 2022-05-07 10:44:31 +08:00
test.sh [Java][API CHANGE] Rename mode SINGLE_PROCESS to LOCAL (#24714) 2022-05-19 10:17:24 +08:00
testng.xml [Serve] Define Java Backend (#16169) 2021-07-01 20:41:17 -07:00
testng_custom_template.xml [Java] Add entry to run custom test using bazel (#26073) 2022-06-27 11:40:16 +08:00