Skip to content

8 tests fail when running tests locally on MacOS #291

@eolesinski

Description

@eolesinski

Affected Branch

Affected Branch: trunk

When running ./scripts/test.sh locally on macOS Sonoma 14.5, M3 Max 8 tests fail.

Specifically, when the test script completes, this is the result:

[----------] Global test environment tear-down
[==========] 257 tests from 37 test suites ran. (35554 ms total)
[  PASSED  ] 249 tests.
[  FAILED  ] 8 tests, listed below:
[  FAILED  ] tcp_rpc_test.echo_test
[  FAILED  ] tcp_rpc_test.response_error_test
[  FAILED  ] tcp_rpc_test.timeout_test
[  FAILED  ] tcp_rpc_test.no_callback_test
[  FAILED  ] tcp_rpc_test.cancel_test
[  FAILED  ] tcp_rpc_test.async_echo_test
[  FAILED  ] tcp_rpc_test.async_error_test
[  FAILED  ] sentinel_2pc_test.bad_rpc_server_endpoint

An isolated run of tcp_rpc_test.cancel_test returns:

Value of: server.listen(ep.first, ep.second)
  Actual: false
Expected: true

An isolated run of the last test sentinel_2pc_test.bad_rpc_server_endpoint returns:

Value of: ctl->init()
  Actual: true
Expected: false

An isolated run of the other six of the failing tests all return:

Value of: server.init()
  Actual: false
Expected: true

Basic Diagnostics

  • I've pulled the latest changes on the affected branch and the issue is still present.

  • The issue is reproducible in docker

Description

In order to reproduce the issue, follow these steps:

  1. Run ./scripts/test.sh

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

enhancement/testingIncreases test coverage or qualityfix/bugFixes errant behavior

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions