🧪 tools/dumping: run integration tests nightly - #7476
Open
GeigerJ2 wants to merge 1 commit into
Open
Conversation
📝 WalkthroughWalkthroughThe dumping integration test module is marked with ChangesDumping integration test scheduling
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
GeigerJ2
marked this pull request as ready for review
July 22, 2026 08:47
Collaborator
Author
|
@coderabbitai full review |
✅ Action performedFull review finished. |
`tests/tools/dumping/integration_tests.py` (26 tests, added in aiidateam#6723) matches neither of pytest's default `python_files` patterns (`test_*.py`, `*_test.py`), and nothing overrides them, so directory recursion never collected it. CI runs `pytest tests/`, so the whole suite has been silently skipped since it landed on 2025-06-06. Rename it to `test_integration.py` so the default collection finds it, and mark the module `nightly` so the slow, DB-heavy dumps run only in the nightly workflow rather than on every matrix job. No content changes; all 26 pass, including under parallel (`-n auto`) and randomized ordering.
GeigerJ2
force-pushed
the
test/enable-dumping-integration-tests
branch
from
July 22, 2026 08:48
d6ebba1 to
87beb89
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7476 +/- ##
==========================================
- Coverage 80.62% 80.61% -0.01%
==========================================
Files 581 581
Lines 46802 46802
==========================================
- Hits 37731 37724 -7
- Misses 9071 9078 +7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.