Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
Some of the versioned API tests currently fail and/or are flaky. The problematic tests are:
/versioned_api/test-commands-deprecation-errors
|
/versioned_api/test-commands-strict-mode
|
/versioned_api/runcommand-helper-no-api-version-declared
|
They all produces this error:
Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
|
The tests are currently being skipped, so to work on them, it will first be necessary to remove them from .evergreen/skip-tests.txt and run a patch build to determine the current failure mode(s).