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

ostream_log_test failure on Mac #1187

Closed
esigo opened this issue Jan 31, 2022 · 1 comment · Fixed by #1208
Closed

ostream_log_test failure on Mac #1187

esigo opened this issue Jan 31, 2022 · 1 comment · Fixed by #1208
Labels
bug Something isn't working help wanted Good for taking. Extra help will be provided by maintainers

Comments

@esigo
Copy link
Member

esigo commented Jan 31, 2022

Describe your environment

Bazel on MacOS CI job

Steps to reproduce
There is a typo in Bazel on MacOS CI job, so the log and metrics are not compiled in the CI job for Mac. By fixing the typo ostream_log_test tests fail

What is the expected behavior?
unit test pass
What is the actual behavior?
unit test fails
Additional context
Add any other context about the problem here.

@esigo esigo added bug Something isn't working help wanted Good for taking. Extra help will be provided by maintainers labels Jan 31, 2022
@esigo esigo mentioned this issue Feb 4, 2022
3 tasks
@esigo
Copy link
Member Author

esigo commented Feb 13, 2022

The issue is because of std::unordered_map that is used for printing. The order in printing is not guaranteed, so the test fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Good for taking. Extra help will be provided by maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant