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

Fix filter for provider detection in legacy StepFunctions tests #10454

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dominikschubert
Copy link
Member

@dominikschubert dominikschubert commented Mar 13, 2024

Motivation

Noticed during my work on test selection, that the stepfunctions tests are executed particularly quickly. Looking at it in more detail I noticed that all tests are being skipped due to an issue in the conditional for the skipif marker.

======================= 14 skipped, 1 warning in 11.10s ========================

Changes

  • Fixes the skipif condition to actually evaluate instead of using the function itself as a truthy value... Python...

@dominikschubert dominikschubert self-assigned this Mar 13, 2024
@dominikschubert dominikschubert added the semver: patch Non-breaking changes which can be included in patch releases label Mar 13, 2024
Copy link

github-actions bot commented Mar 13, 2024

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   1h 38m 20s ⏱️ + 1m 54s
2 932 tests ±0  2 638 ✅ ±0  294 💤 ±0  0 ❌ ±0 
2 934 runs  ±0  2 638 ✅ ±0  296 💤 ±0  0 ❌ ±0 

Results for commit e10e494. ± Comparison against base commit 7917b4a.

♻️ This comment has been updated with latest results.

@alexrashed
Copy link
Member

@MEPalma It looks like the filter now works correctly, but the tests are failing. Could you take a look at this?

@alexrashed alexrashed added this to the 3.3 milestone Mar 19, 2024
@MEPalma MEPalma modified the milestones: 3.3, 3.4 Mar 27, 2024
@alexrashed alexrashed modified the milestones: 3.4, 3.5 Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants