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

Remove loading psych gem early to fix cucumber spec #4381

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

TonyCTHsu
Copy link
Contributor

@TonyCTHsu TonyCTHsu commented Feb 13, 2025

What does this PR do?

Cucumber release 9.2.1 that break our CircleCI Ruby 3.3 tests

https://app.circleci.com/pipelines/github/DataDog/dd-trace-rb/19242/workflows/95bce82e-302e-463f-96f2-eb8fbbfe8e30

  1. Remove loading psych first to mitigate the failure (This solves the broken spec but not sure if this is inviting problems from 3.0 - 3.2 )
  2. Remove fetching from master branch since it is included in 9.2.1

Change log entry
None

@TonyCTHsu TonyCTHsu added the dev/testing Involves testing processes (e.g. RSpec) label Feb 13, 2025
@TonyCTHsu TonyCTHsu changed the title Fix cucumber spec Remove loading psych gem early to fix cucumber spec Feb 13, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.66%. Comparing base (4c87324) to head (5f59150).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4381      +/-   ##
==========================================
- Coverage   97.66%   97.66%   -0.01%     
==========================================
  Files        1351     1351              
  Lines       82697    82697              
  Branches     4198     4198              
==========================================
- Hits        80766    80764       -2     
- Misses       1931     1933       +2     

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

@TonyCTHsu TonyCTHsu marked this pull request as ready for review February 13, 2025 14:32
@TonyCTHsu TonyCTHsu requested a review from a team as a code owner February 13, 2025 14:32
@TonyCTHsu TonyCTHsu merged commit 001a8c4 into master Feb 13, 2025
290 checks passed
@TonyCTHsu TonyCTHsu deleted the tonycthsu/flaky-psysh branch February 13, 2025 15:06
@github-actions github-actions bot added this to the 2.11.0 milestone Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/testing Involves testing processes (e.g. RSpec)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants