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

#136 Run C++ tests in random order #147

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

vityaman
Copy link
Contributor

@vityaman vityaman commented Aug 7, 2024

CTest runs tests independently and then does not catch test cases dependency bugs.

@vityaman vityaman changed the title #136 Run tests in random order #136 Run C++ tests in random order Aug 7, 2024
@vityaman vityaman force-pushed the 136-port-cpp-shuffle-tests branch from d0b5ef9 to b503f7c Compare August 7, 2024 08:09
@vityaman vityaman force-pushed the 136-port-cpp-shuffle-tests branch from b503f7c to 2cac0e6 Compare August 7, 2024 08:10
Comment on lines +5 to +8
CLANG_FORMAT="clang-format"
if command -v clang-format-18 > /dev/null 2>&1; then
CLANG_FORMAT="clang-format-18"
fi
Copy link
Contributor Author

@vityaman vityaman Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To run locally if you are not an Ubuntu user. I had clang toolchain v18 by default.

@vityaman vityaman marked this pull request as ready for review August 7, 2024 08:16
@mike-lischke mike-lischke merged commit 5f7b5c5 into mike-lischke:main Aug 8, 2024
6 checks passed
@vityaman vityaman deleted the 136-port-cpp-shuffle-tests branch December 5, 2024 05:06
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 this pull request may close these issues.

2 participants