-
-
Notifications
You must be signed in to change notification settings - Fork 632
chore: add tracking plan for issue #2472 #2480
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Issue #2472 Tracking Plan | ||
|
|
||
| - Issue: https://github.com/shakacode/react_on_rails/issues/2472 | ||
| - Title: Improve uploadRaceCondition.test.ts to verify truly concurrent asset writes | ||
| - Status: Draft tracking PR opened to attach implementation work. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The status says "Draft tracking PR opened to attach implementation work" but this PR uses
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Closing the issue with only a planning document is premature. The PR description marks this as closing issue 🤖 Prompt for AI Agents |
||
|
|
||
| ## Plan | ||
|
|
||
| 1. Reproduce current test behavior and identify where writes are effectively serialized. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The existing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The existing |
||
| 2. Update the test to create truly concurrent write paths and assert race-condition resilience. | ||
| 3. Validate with focused test runs and update documentation/comments as needed. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing success criteria. What does "validated" look like? Consider adding: which test commands to run, what assertion failures would indicate the race condition is properly exercised, and whether any CI job specifically covers this test file. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The status says "Draft tracking PR" but the PR body contains
Closes #2472, which will close the issue on merge — before the actual implementation work is done. This is likely unintentional. Consider changing toRelated to #2472so the issue stays open until the implementation PR lands.