test(e2e): select docs dry-run checks - #2365
Conversation
Change-Id: Ic7f0bc608fca1eab359eeba81fa4c59466c058f4
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Change-Id: I8f95007ffc6fba27063c96709b249be0adcba0b5
|
|
Summary
Root cause
The e2e-dry-run job selects tests by
DryRun|Regression, while these cases did not match the selector.Validation
go test -v -count=1 -timeout=5m ./tests/cli_e2e/docs -run '^(TestDocsFetchCommentsFlagRejectedDryRun|TestDocsCommandsFormatCompatibilityDryRun)$'\n-go test ./tests/cli_e2e/docs -list 'DryRun|Regression'\n-git diff --check