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

Structures Module Test Fail #388

Closed
eric-bodhi opened this issue Dec 30, 2023 · 0 comments · Fixed by #390
Closed

Structures Module Test Fail #388

eric-bodhi opened this issue Dec 30, 2023 · 0 comments · Fixed by #390

Comments

@eric-bodhi
Copy link
Contributor

eric-bodhi commented Dec 30, 2023

/home/eric/github/faker-cxx/cmake-build-debug/faker-cxx-UT --gtest_filter=* --gtest_color=no
Testing started at 2:32 PM ...
Running main() from /home/eric/github/faker-cxx/externals/googletest/googletest/src/gtest_main.cc
/home/eric/github/faker-cxx/src/modules/structure/StructureTest.cpp:95: Failure
Value of: std::ranges::any_of(titles, [tokens](const std::string& title) { return title == tokens.at(3); })
  Actual: false
Expected: true

Failing on shouldGenerateCSV test
This is on the main branch of Faker-Cxx (as of writing this commit #387).

Replicable: Yes, I'm compiling this on gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 and you just have to run faker-cxx-UT and you'll get this error every ~5 times run.

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

Successfully merging a pull request may close this issue.

1 participant