mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
![]() 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) ``` |
||
---|---|---|
.. | ||
api | ||
performance_test | ||
runtime | ||
serve | ||
test | ||
build-jar-multiplatform.sh | ||
BUILD.bazel | ||
checkstyle-suppressions.xml | ||
checkstyle.xml | ||
cleanup.sh | ||
dependencies.bzl | ||
generate_jni_header_files.sh | ||
java-release-guide.md | ||
pom.xml | ||
shade_rule | ||
test.sh | ||
testng.xml | ||
testng_custom_template.xml |