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

Disable the windows 2019 ruby 3.2 acceptance test #1407

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

gavindidrichsen
Copy link
Contributor

@gavindidrichsen gavindidrichsen commented Oct 23, 2024

Summary

This PR disables the windows 2019, ruby 3.2 acceptance test in the nightly.yml. The main reason for this is that it can potentially hide actual failures as the nightly is always red. Therefore, I've created an internal ticket CAT-2122 to fix the issue and then rollback this PR.


For example, 3 days ago our nightly.yml looked like this, which was what we'd come to expect over the last lot of weeks:

image

However, 2 days ago nightly revealed further errors (and hidden)

image

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.49%. Comparing base (302c910) to head (aa692c8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1407   +/-   ##
=======================================
  Coverage   88.49%   88.49%           
=======================================
  Files         127      127           
  Lines        5320     5320           
=======================================
  Hits         4708     4708           
  Misses        612      612           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gavindidrichsen gavindidrichsen force-pushed the maint_disable_win_ruby32_accep_test branch from 4ca3489 to ef6caa9 Compare October 23, 2024 14:27
…test.

Our current daily nightly summary includes a failure on the pdk acceptance test that has been occurring for some months, specifically the windows 2019, ruby 3.2 one.  Although we are aware that this error is indeed outstanding and occurs every day, the problem is that it can easily “hide” a valid error that we need to fix.  This PR temporarily disables this test until the CAT-2122 ticket addresses and fixes the test.   When fixed, then this PR will be rolled back.

Signed-off-by: Gavin Didrichsen <[email protected]>
@gavindidrichsen gavindidrichsen force-pushed the maint_disable_win_ruby32_accep_test branch from ec6c6c4 to aa692c8 Compare October 23, 2024 15:10
@gavindidrichsen
Copy link
Contributor Author

Testing the nightly produces output without the Windows 2019, ruby 3.2 (as below). Note that all acceptance tests are failing as expected with the new error that needs to be fixed.

image

@gavindidrichsen gavindidrichsen marked this pull request as ready for review October 23, 2024 16:02
@gavindidrichsen gavindidrichsen requested a review from a team as a code owner October 23, 2024 16:02
@david22swan david22swan merged commit 2d2d7a1 into main Oct 23, 2024
10 of 22 checks passed
@david22swan david22swan deleted the maint_disable_win_ruby32_accep_test branch October 23, 2024 16:05
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