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

Don't cache test-robustness-reports #17756

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

serathius
Copy link
Member

@serathius serathius commented Apr 9, 2024

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
@@ -1,6 +1,6 @@
.PHONY: test-robustness-reports
test-robustness-reports:
cd ./tests && go test ./robustness/validate -v --run TestDataReports
cd ./tests && go test ./robustness/validate -v --count 1 --run TestDataReports
Copy link
Member

Choose a reason for hiding this comment

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

Is 1 the default value for --count?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

To be clearer, the default value for --count is 1 for sure. But there's a difference between providing it with the default value, or not providing it at all. Cache will be disabled in the first case.

@serathius serathius merged commit 8d3abed into etcd-io:main Apr 11, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants