Commit 2cd524b
Matthias Radestock
deal with race condition in testing for channel closure
The client may receive & process the channel.close before txCommit is
invoked, in which case an AlreadyClosedException is thrown rather than
the expected IOException (which is what you get when the channel.close is
handled later).1 parent dcdf070 commit 2cd524b
File tree
1 file changed
+4
-1
lines changed- test/src/com/rabbitmq/client/test/functional
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
259 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
260 | 263 | | |
261 | 264 | | |
262 | 265 | | |
| |||
0 commit comments