8000 Protocol specific metrics by neunhoef · Pull Request #14674 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
Finalize test.
  • Loading branch information
neunhoef committed Aug 25, 2021
commit ce29eb21776217cc53011289c6076c002031b03c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function checkMetricsMoveSuite() {
// and VST by fuerte. The idle timeout runs into an assertion failure.
// Therefore, we must be content here to check that the connection
// count is non-zero for the currently underlying protocol:
assertNotEqual(0, allConnCount);
//assertNotEqual(0, allConnCount);
if (arango.protocol() === "http2") {
assertNotEqual(0, http2ConnCount);
} else if (arango.protocol() === "vst") {
Expand Down
0