Group Tests When Running In Github CI#236
Merged
GuyAv46 merged 12 commits intoRedisLabsModules:masterfrom Dec 8, 2025
Merged
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #236 +/- ##
==========================================
+ Coverage 32.46% 32.56% +0.10%
==========================================
Files 17 17
Lines 2597 2641 +44
==========================================
+ Hits 843 860 +17
- Misses 1754 1781 +27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bdb4b35 to
02d8376
Compare
…dules#237) * add depth and message for Query, and some related fixes * remove unused import
* split nightly from generic CI * version bump actions * update poetry lock * remove usage of pkg_resources * bump poetry version * update toml and poetry lock again * fix whitespace * Rename nightly-build job to build in biweekly.yml * support version on python 3.7 * run CI on older and newer python version * add old versions back and lock poetry * fix run * another attempt * another attempt * another attempt * another attempt * another attempt * another attempt * another attempt * fix poetry lock * CI improvement * improve comment and concurrency group * add failure notification
* refactor to use cluster slots to ensure agreement * expose to Env * wait for both OK and same topo * minor improvements
02d8376 to
1baa5fa
Compare
nafraf
reviewed
Dec 3, 2025
GuyAv46
reviewed
Dec 7, 2025
GuyAv46
previously approved these changes
Dec 8, 2025
GuyAv46
reviewed
Dec 8, 2025
GuyAv46
previously approved these changes
Dec 8, 2025
Co-authored-by: GuyAv46 <47632673+GuyAv46@users.noreply.github.com>
GuyAv46
approved these changes
Dec 8, 2025
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.
When we have a lot of tests then the outpus size can be massive and it is hard to find the problematic tests.

When running in github group all tests under a single group, print the summary outside of the group.