mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01: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) ``` |
||
---|---|---|
.. | ||
src/main | ||
pom_template.xml |