Commit 5e9d7b9
committed
fix: Add sequential testing workaround for parallel test issue
Workaround for Issue #62: Parallel test execution causes intermittent
TenantKey unwrap failures (~1-10% failure rate).
This temporary solution:
- Checks for .preflight-sequential-tests marker file
- Uses sequential testing if marker exists
- Allows PR #61 to proceed while proper fix developed
See: #62
Will be removed when Issue #62 is properly fixed with per-process
KEK files or test isolation improvements.1 parent 1b47539 commit 5e9d7b9
File tree
3 files changed
+19
-2
lines changed- scripts
3 files changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
71 | 80 | | |
72 | 81 | | |
73 | | - | |
| 82 | + | |
74 | 83 | | |
75 | | - | |
| 84 | + | |
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
| |||
0 commit comments