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

Quick bug fixes #54

Merged
merged 4 commits into from
May 7, 2024
Merged

Quick bug fixes #54

merged 4 commits into from
May 7, 2024

Conversation

schuylermartin45
Copy link
Collaborator

@schuylermartin45 schuylermartin45 commented May 7, 2024

A few quick bug fixes I found and fixed today.

Also includes some minor spelling corrections that happen on occasion. They don't happen a lot but it's weird they happen more than once.

Also fixes an issue where the integration tests may silently fail to meet the testing threshold. The pipefail shell option was not enabled, causing tee to always return 0

- The `ignore_run_exports` transformation was completely bugged and was
  conditionalized on the wrong path
- Adds the missing `run_constrained` -> `run_constraints` transformation
- Bumps integration testing metrics
- Fixes an issue where the integration tests may silently fail to meet the
  testing threshold. The `pipefail` shell option was not enabled, causing
  `tee` to always return `0`
@schuylermartin45 schuylermartin45 marked this pull request as ready for review May 7, 2024 15:21
@schuylermartin45 schuylermartin45 requested a review from a team as a code owner May 7, 2024 15:21
Comment on lines +204 to +206
# "If I had a nickel for every time `skip` was misspelled, I would have several nickels. Which isn't a lot, but
# it is weird that it has happened multiple times."
# - Dr. Doofenshmirtz, probably
Copy link
Member

Choose a reason for hiding this comment

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

Ha! 😆

Copy link
Member

@beeankha beeankha left a comment

Choose a reason for hiding this comment

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

👍

@schuylermartin45 schuylermartin45 merged commit 5b34181 into main May 7, 2024
11 checks passed
@schuylermartin45 schuylermartin45 deleted the smartin_quick_bug_fixes branch May 7, 2024 16:43
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