Skip to content

Ci: run entry tests first #2175

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

Merged
merged 3 commits into from
Mar 21, 2025
Merged

Ci: run entry tests first #2175

merged 3 commits into from
Mar 21, 2025

Conversation

PProfizi
Copy link
Contributor

@PProfizi PProfizi commented Mar 18, 2025

Fix recent surge in instability for test_apply_context_remote.

Edit: after running the CI on this branch several times, it looks like the test does not fail anymore.

@moe-ad for context: the tests in test_entry.py are meant to test server start configurations and are marked as having to run first. Running them in parallel with other test modules probably creates conflicts. This is something to be investigated on our side but in the meantime I am separating them once again and running them first.

@PProfizi PProfizi added CI/CD Related to CI/CD tests Related to tests labels Mar 18, 2025
@PProfizi PProfizi self-assigned this Mar 18, 2025
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.84%. Comparing base (1453403) to head (bc3d325).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2175      +/-   ##
==========================================
- Coverage   84.08%   83.84%   -0.24%     
==========================================
  Files          90       90              
  Lines       10303    10303              
==========================================
- Hits         8663     8639      -24     
- Misses       1640     1664      +24     

@PProfizi PProfizi requested review from rafacanton and moe-ad March 21, 2025 09:24
@PProfizi PProfizi added this to the 0.13.7 milestone Mar 21, 2025
@moe-ad
Copy link
Contributor

moe-ad commented Mar 21, 2025

@PProfizi I guess this change will help with #2160

@moe-ad moe-ad merged commit bfe981f into master Mar 21, 2025
46 checks passed
@moe-ad moe-ad deleted the ci/run_entry_tests_first branch March 21, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related to CI/CD tests Related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants