Commit 5fd01cf
Improve test worker isolation by overriding APPLIED_MIGRATIONS_KEY
Simplify the worker isolation approach by overriding the class constant
APPLIED_MIGRATIONS_KEY instead of overriding individual methods. This ensures
all methods that use the constant (including status()) use worker-specific keys.
The previous approach missed that status() -> get_applied() -> uses APPLIED_MIGRATIONS_KEY
causing cross-worker contamination in migration state tracking.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 929a22c commit 5fd01cf
1 file changed
+3
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 114 | + | |
| 115 | + | |
129 | 116 | | |
130 | 117 | | |
131 | 118 | | |
132 | | - | |
133 | | - | |
| 119 | + | |
134 | 120 | | |
135 | 121 | | |
136 | 122 | | |
| |||
0 commit comments