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

Minor Integration test fixes #2966

Merged
merged 3 commits into from
Dec 8, 2023
Merged

Minor Integration test fixes #2966

merged 3 commits into from
Dec 8, 2023

Conversation

alextwoods
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

  1. To make sure we include your contribution in the release notes, please make sure to add description entry for your changes in the "unreleased changes" section of the CHANGELOG.md file (at corresponding gem). For the description entry, please make sure it lives in one line and starts with Feature or Issue in the correct format.

  2. For generated code changes, please checkout below instructions first:
    https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md

Thank you for your contribution!

gems/aws-sdk-support/features/smoke_step_definitions.rb Outdated Show resolved Hide resolved
# Exclude support smoke tests as these require account settings
# the logical or with not results in skipping tests marked with
# @support AND @smoke only.
tags = "-t 'not @veryslow' -t 'not @support or not @smoke'"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there another way to meet this condition?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure - this was the only way I could find to write this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did test that all other smoke tests are run. And that other support tests would be run (we don't have any. but if we wrote them in the future they would be run. I'm not sure if thats what we want or not. but I was trying to make a very selective filter).

@alextwoods alextwoods marked this pull request as ready for review December 7, 2023 01:01
@alextwoods alextwoods merged commit d12b821 into version-3 Dec 8, 2023
23 checks passed
@alextwoods alextwoods deleted the integ_tests branch December 8, 2023 16:41
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