X Tutup
Skip to content

[Tests-Only] Support skipOnFedOcV tags in acceptance tests #37836

Closed
phil-davis wants to merge 4 commits intomasterfrom
support-skipOnFedOcV-tags
Closed

[Tests-Only] Support skipOnFedOcV tags in acceptance tests #37836
phil-davis wants to merge 4 commits intomasterfrom
support-skipOnFedOcV-tags

Conversation

@phil-davis
Copy link
Contributor

Description

Currently on top of #37835

Sometimes a fix is known to be not compatible with older federated server versions. In that case we need to be able to skip a scenario when running against an older federated server.

When running tests with a federated server, tags are automatically added for the federated server under test, in the form:

@skipOnFedOcV10.5
@skipOnFedOcV10.5.0

So these tags can be added to scenarios as necessary.

How Has This Been Tested?

CI

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@phil-davis phil-davis self-assigned this Aug 24, 2020
@phil-davis
Copy link
Contributor Author

Implemented in #37837

@phil-davis phil-davis closed this Aug 24, 2020
@phil-davis phil-davis deleted the support-skipOnFedOcV-tags branch August 24, 2020 04:22
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

X Tutup