Commit 5b1070b
Fix caught exception type in rollback test
flushSync() wraps the NullPointerException from sendBinary()
on a null client in a LineSenderException via its
catch (Throwable) block. The test was catching the unwrapped
NullPointerException, which never arrived, causing the test
to fail with an unhandled LineSenderException.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7c7c4a3 commit 5b1070b
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments