Start testing: fixture
----------------------------------------------------------
1/3 Testing: google_test
[ RUN      ] FooTest.Bar
/workspace/foo_test.cpp:42: Failure
Expected equality of these values:
  1
  actual
    Which is: 2
[  FAILED  ] FooTest.Bar (5 ms)
[==========] 1 test from 1 test suite ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] FooTest.Bar

2/3 Testing: native_assertion
native_assertion: /workspace/assert.cpp:17: int main(): Assertion 'ready' failed.
Subprocess aborted

3/3 Testing: tsan_test
WARNING: ThreadSanitizer: data race (pid=123)
  Write of size 4 at 0x7b0400000800 by thread T1:
    #0 worker /workspace/worker.cpp:9

SUMMARY: ThreadSanitizer: data race /workspace/worker.cpp:9 in worker
ThreadSanitizer: reported 1 warnings

End testing
