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 skip running short tests in test.sh. #4002

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

danielmai
Copy link
Contributor

@danielmai danielmai commented Sep 16, 2019

As mentioned in #3992 (review), the plugin tests were being skipped when running tests via ./test.sh. This is because some tests were being skipped when the -short=true flag is set for go test, and in test.sh was always setting -short=true.

  • The -short=true setting is now an option for test.sh, settable via ./test.sh --short. It is not set by default, so short tests are not skipped.
  • Update usage text with all the current flags.
  • Rename the test tag :full: to :systest: since systest tests are what gets run.

This change is Reviewable

@danielmai danielmai added the area/testing Testing related issues label Sep 16, 2019
@danielmai danielmai requested review from manishrjain and a team as code owners September 16, 2019 23:20
Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

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

✅ A review job has been created and sent to the PullRequest network.


Check the status or cancel PullRequest code review here.

@danielmai danielmai merged commit e59e9c3 into master Sep 16, 2019
@danielmai danielmai deleted the danielmai/test-remove-default-short branch September 16, 2019 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related issues
Development

Successfully merging this pull request may close these issues.

1 participant