|
|
@@ -181,7 +181,7 @@ func TestMultipleProducer(t *testing.T) {
|
|
|
// happens correctly; that is, the first messages are retried before the next
|
|
|
// batch is allowed to submit.
|
|
|
func TestFailureRetry(t *testing.T) {
|
|
|
- t.Fatal("skip")
|
|
|
+ t.Skip("not yet working after mockbroker refactor")
|
|
|
|
|
|
mb1 := NewMockBroker(t, 1)
|
|
|
mb2 := NewMockBroker(t, 2)
|
|
|
@@ -271,7 +271,7 @@ func TestFailureRetry(t *testing.T) {
|
|
|
// * NoError for topic_a;
|
|
|
// * NoError for topic_b;
|
|
|
// * NoError for topic_c.
|
|
|
- sendMessage(t, producer, "topic_b", TestMessage, 3)
|
|
|
+ sendMessage(t, producer, "topic_b", TestMessage, 2)
|
|
|
// mb1: [__]
|
|
|
// mb2: [XX] <- flush!
|
|
|
// mb3: [X_]
|