We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d375b commit 6a2f259Copy full SHA for 6a2f259
projects/client/Unit/src/unit/TestConnectionRecovery.cs
@@ -180,21 +180,6 @@ public void TestBasicConnectionRecoveryWithEndpointList()
180
}
181
182
183
- [Test]
184
- public void TestBasicConnectionRecoveryErrorEvent()
185
- {
186
- Assert.IsTrue(Conn.IsOpen);
187
- using(var c = CreateAutorecoveringConnection())
188
189
- var latch = new AutoResetEvent(false);
190
- c.ConnectionRecoveryError += (o, _args) => latch.Set();
191
- StopRabbitMQ();
192
- latch.WaitOne(30000);
193
- StartRabbitMQ();
194
- WaitForRecovery(c);
195
- }
196
197
-
198
[Test]
199
public void TestBasicConnectionRecoveryStopsAfterManualClose()
200
{
0 commit comments