apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

fix(server): change the arthas bind ip #2429

Closed SunnyBoy-WYH closed 3 months ago

SunnyBoy-WYH commented 8 months ago

image

sometime arthas test failed, see https://github.com/apache/incubator-hugegraph/actions/runs/7652616070/job/20852745753?pr=2408

javeme commented 7 months ago

ci error:

[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hugegraph.api.ApiTestSuite
Error:  Tests run: 98, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 22.391 s <<< FAILURE! - in org.apache.hugegraph.api.ApiTestSuite
Error:  testArthasApi(org.apache.hugegraph.api.ArthasApiTest)  Time elapsed: 4.222 s  <<< FAILURE!
java.lang.AssertionError: Response with status 200 and content {"body":{"command":"version","jobId":2,"jobStatus":"TERMINATED","results":[{"jobId":2,"type":"version","version":"3.7.1"},{"jobId":2,"statusCode":0,"type":"status"}],"timeExpired":false},"sessionId":"84ec7575-e343-4d61-8b36-e0e1da8b276c","state":"SUCCEEDED"} expected:<401> but was:<200>
    at org.apache.hugegraph.api.ArthasApiTest.testArthasApi(ArthasApiTest.java:56)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.28%. Comparing base (506850c) to head (552dcb8).

:exclamation: Current head 552dcb8 differs from pull request most recent head fae15ca

Please upload reports for the commit fae15ca to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2429 +/- ## ============================================ + Coverage 56.94% 66.28% +9.34% - Complexity 827 829 +2 ============================================ Files 612 511 -101 Lines 49672 42622 -7050 Branches 6681 5947 -734 ============================================ - Hits 28284 28251 -33 + Misses 18572 11563 -7009 + Partials 2816 2808 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.