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

CASSANDRA-16625 (4.0): Add a CircleCI job to run some tests repeatedly #1002

Closed
wants to merge 1 commit into from

Conversation

adelapena
Copy link
Contributor

No description provided.

methods="-Dtest.methods=$REPEATED_UTEST_METHODS"
fi

# Run the test target as many times as requested, even if it fails, collecting the exit code.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe you can adjust this comment upon commit now that we have REPEATED_UTEST_STOP_ON_FAILURE

name: Run repeated utest
no_output_timeout: 15m
command: |
if [ "$REPEATED_UTEST_CLASS" == "<nil>" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Where does this <nil>come from?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's what CircleCI puts on empty env vars. I think that the nil comes from Go.

Copy link
Contributor

Choose a reason for hiding this comment

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

sgtm thx.

@adelapena adelapena closed this May 13, 2021
adelapena pushed a commit to adelapena/cassandra that referenced this pull request Feb 16, 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
2 participants