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

Unstable test format_test.line_buffering #3897

Closed
phprus opened this issue Mar 16, 2024 · 3 comments
Closed

Unstable test format_test.line_buffering #3897

phprus opened this issue Mar 16, 2024 · 3 comments

Comments

@phprus
Copy link
Contributor

phprus commented Mar 16, 2024

The format_test.line_buffering test fails in some times:

https://github.com/phprus/fmt/actions/runs/8306754662/job/22735199633

[ RUN      ] format_test.line_buffering
/Users/runner/work/fmt/fmt/test/format-test.cc:1783: Failure
Expected equality of these values:
  cv.wait_for(lock, std::chrono::seconds(1))
    Which is: 4-byte object <01-00 00-00>
  std::cv_status::no_timeout
    Which is: 4-byte object <00-00 00-00>
libc++abi: terminating
@vitaut
Copy link
Contributor

vitaut commented Mar 19, 2024

Bumped the timeout which should fix the issue: 365c3fb. Thanks for reporting.

@vitaut vitaut closed this as completed Mar 19, 2024
@phprus
Copy link
Contributor Author

phprus commented Mar 19, 2024

Not fixed:
https://github.com/fmtlib/fmt/actions/runs/8345233418/job/22839647034

[ RUN      ] format_test.line_buffering
/Users/runner/work/fmt/fmt/test/format-test.cc:1783: Failure
Expected equality of these values:
  cv.wait_for(lock, std::chrono::minutes(1))
    Which is: 4-byte object <01-00 00-00>
  std::cv_status::no_timeout
    Which is: 4-byte object <00-00 00-00>
libc++abi: terminating

@vitaut vitaut reopened this Mar 19, 2024
@vitaut
Copy link
Contributor

vitaut commented Mar 20, 2024

Fixed in 5334789.

@vitaut vitaut closed this as completed Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants