Commit 78e691a
fix: correct locking system integration test logic
- Fix test that incorrectly expected same operation to proceed after being started
- Update test to properly validate conflict detection behavior:
- Check operation can proceed before starting
- Verify same operation is blocked after starting (self-conflict)
- Confirm operation can proceed again after completion
- Test now correctly validates the WRITE-vs-WRITE conflict detection
- All 773 tests now pass with 100% success rate
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 14c8fef commit 78e691a
File tree
1 file changed
+9
-2
lines changed- src/test/kotlin/io/github/jpicklyk/mcptask/integration
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
226 | 230 | | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
232 | | - | |
233 | | - | |
| 236 | + | |
| 237 | + | |
234 | 238 | | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
238 | 245 | | |
239 | 246 | | |
240 | 247 | | |
| |||
0 commit comments