Commit 289c930
authored
Fix broken main branch after Pulsar image was upgraded to 3.2.0 (#400)
The `apachepulsar/pulsar:latest` image was upgraded to 3.2.0 recently,
which results the following failed tests:
- ExtensibleLoadManagerTest: there are no more lookup requests after
namespace unload
- ClientTest.testWrongListener: the lookup error message from broker
does not contain the exception type1 parent 1f94dd9 commit 289c930
File tree
2 files changed
+4
-5
lines changed- lib
- tests/extensibleLM
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | 172 | | |
174 | | - | |
| 173 | + | |
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
| |||
0 commit comments