Raid v2 - #1008
Open
maximeroucher wants to merge 49 commits into
Open
Conversation
warix8
reviewed
May 30, 2026
|
The CI checks are currently failing: Could you please check the linting and formatting issues please ? |
Member
Author
|
Everything fixed, comment taken into accounts, if you want to check the changes. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1008 +/- ##
==========================================
- Coverage 84.61% 83.96% -0.66%
==========================================
Files 214 217 +3
Lines 15523 16014 +491
==========================================
+ Hits 13135 13446 +311
- Misses 2388 2568 +180 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…hine Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…machine Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…olunteers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…teers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…lunteer lookup Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… completeness Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…dition scoping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…d volunteer flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…er flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ther track Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ion deletion Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The 8 xdist workers each drop and re-create ~126 tables plus indexes and FKs in a single transaction, which brushes past the default max_locks_per_transaction=64 * max_connections=100 lock-table size and sporadically fails with "out of shared memory / You might need to increase max_locks_per_transaction". Append the tuned values to postgresql.conf, restart the service container, and wait for readiness before running tests. GHA services can't set command args directly, so we name the container and docker exec into it after startup.
Member
|
Main coverage drop by 0.8%, it could be great to add a few additionnal tests, especially given the complexity of the module |
… comments, manual schema instantiation, use exclude_unset
…stAPI dependencies
…ns_and_state - Seed core_school, core_user, raid_participant, raid_team, raid_document, raid_security_file, raid_invite with data matching pre-migration schema - Add assertions in test_upgrade to verify migration produces expected state - Fix column names (birthday, uploaded_at, type enum values, difficulty, meeting_place) - Remove make_user_external from core_user (column doesn't exist in this revision) - Add is_minor to raid_participant (required NOT NULL column)
…ke_user_external - Add make_user_external field to CoreUser model - Update 17-external_user_email_migration.py pre_test_upgrade to use make_user_external - Update 61-raid_editions_and_state.py pre_test_upgrade to use make_user_external Co-authored-by: Claude <noreply@anthropic.com>
- Use make_user_external instead of external in 17-external_user_email_migration.py - Use make_user_external instead of external in 61-raid_editions_and_state.py Co-authored-by: Claude <noreply@anthropic.com>
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.
Description
Summary
Restructuring some of raid registering to match challenger idea :
Classification
Type of Change
Impact & Scope
Testing
Documentation
"Docstrings#Inline comments