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

Use SNAPSHOT in bwc tests to run tests with latest commits #3024

Merged
merged 3 commits into from
Jul 18, 2023

Conversation

cwperks
Copy link
Member

@cwperks cwperks commented Jul 18, 2023

Description

The BWC Tests are not currently referring to a SNAPSHOT version when running testclusters which causes the distribution downloader to look for release or release-candidate versions of the minimum distribution as @saratvemulapalli describes here. This PR appends -SNAPSHOT to the versions supplied to testclusters to instruct testclusters to download a SNAPSHOT which will always have the most up-to-date changes included.

  • Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)

Test fix

Issues Resolved

#3020

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Craig Perkins <craig5008@gmail.com>
Signed-off-by: Craig Perkins <craig5008@gmail.com>
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #3024 (53c0fec) into main (37aacdc) will decrease coverage by 0.12%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #3024      +/-   ##
============================================
- Coverage     62.40%   62.29%   -0.12%     
+ Complexity     3377     3370       -7     
============================================
  Files           267      267              
  Lines         19772    19772              
  Branches       3355     3355              
============================================
- Hits          12339    12317      -22     
- Misses         5789     5812      +23     
+ Partials       1644     1643       -1     

see 7 files with indirect coverage changes

Signed-off-by: Craig Perkins <craig5008@gmail.com>
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.

3 participants