Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Intermittent failure of parallel_test.wait_for #452

Open
2 tasks done
dagardner-nv opened this issue Mar 11, 2024 · 0 comments
Open
2 tasks done

[BUG]: Intermittent failure of parallel_test.wait_for #452

dagardner-nv opened this issue Mar 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

Version

24.03

Which installation method(s) does this occur on?

Source

Describe the bug.

The parallel_test.wait_for fails intermittently

Minimum reproducible example

./build/cpp/mrc/tests/test_mrc.x --gtest_filter="*ParallelTests*"

Relevant log output

[----------] 9 tests from TestNode/ParallelTests
[ RUN      ] TestNode/ParallelTests.SourceMultiThread/0
[       OK ] TestNode/ParallelTests.SourceMultiThread/0 (10 ms)
[ RUN      ] TestNode/ParallelTests.SourceMultiThread/1
[       OK ] TestNode/ParallelTests.SourceMultiThread/1 (10 ms)
[ RUN      ] TestNode/ParallelTests.SourceMultiThread/2
[       OK ] TestNode/ParallelTests.SourceMultiThread/2 (11 ms)
[ RUN      ] TestNode/ParallelTests.SinkMultiThread/0
[       OK ] TestNode/ParallelTests.SinkMultiThread/0 (10 ms)
[ RUN      ] TestNode/ParallelTests.SinkMultiThread/1
[       OK ] TestNode/ParallelTests.SinkMultiThread/1 (10 ms)
[ RUN      ] TestNode/ParallelTests.SinkMultiThread/2
[       OK ] TestNode/ParallelTests.SinkMultiThread/2 (10 ms)
[ RUN      ] TestNode/ParallelTests.NodeMultiThread/0
[       OK ] TestNode/ParallelTests.NodeMultiThread/0 (10 ms)
[ RUN      ] TestNode/ParallelTests.NodeMultiThread/1
[       OK ] TestNode/ParallelTests.NodeMultiThread/1 (10 ms)
[ RUN      ] TestNode/ParallelTests.NodeMultiThread/2
/home/dagardner/work/mrc/cpp/mrc/tests/test_node.cpp:747: Failure
Value of: parallel_test.wait_for(250ms)
  Actual: false
Expected: true

/home/dagardner/work/mrc/cpp/mrc/tests/test_node.cpp:747: Failure
Value of: parallel_test.wait_for(250ms)
  Actual: false
Expected: true

/home/dagardner/work/mrc/cpp/mrc/tests/test_node.cpp:747: Failure
Value of: parallel_test.wait_for(250ms)
  Actual: false
Expected: true

[  FAILED  ] TestNode/ParallelTests.NodeMultiThread/2, where GetParam() = 4 (260 ms)
[----------] 9 tests from TestNode/ParallelTests (344 ms total)

Full env printout

No response

Other/Misc.

No response

Code of Conduct

  • I agree to follow MRC's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@dagardner-nv dagardner-nv added the bug Something isn't working label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant