You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "ksankeerth (via GitHub)" <gi...@apache.org> on 2023/04/23 12:35:00 UTC

[GitHub] [pulsar-client-go] ksankeerth commented on pull request #1011: [feature] Message payload processor PIP-96

ksankeerth commented on PR #1011:
URL: https://github.com/apache/pulsar-client-go/pull/1011#issuecomment-1519057271

   Hi Team,
   
   I have fixed one test that was failing and addressed lint issues in the codebase. However, there is still another test that is failing in the latest CI run:
   
   https://github.com/apache/pulsar-client-go/actions/runs/4721764498/jobs/8446233403?pr=1011#step:5:9785
   
   I am working on fixing this test as well, but I wanted to bring to your attention that it is also failing on the upstream master branch(when testing locally).I haven't made any changes to the code related to this test.
   
   Could you please assist me in identifying the root cause of this failure? I appreciate your help.
   
   ```console
   --- FAIL: TestBatchIndexAck (1.00s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_true_Cumulative_true_AckGroupingOption_1000_10 (0.10s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_true_Cumulative_false_AckGroupingOption_1000_10 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_false_Cumulative_true_AckGroupingOption_1000_10 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_false_Cumulative_false_AckGroupingOption_1000_10 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_true_Cumulative_true_AckGroupingOption_0_0 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_true_Cumulative_false_AckGroupingOption_0_0 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_false_Cumulative_true_AckGroupingOption_0_0 (0.09s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_false_Cumulative_false_AckGroupingOption_0_0 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_true_Cumulative_true_AckGroupingOption_1000_0 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_true_Cumulative_false_AckGroupingOption_1000_0 (0.08s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_false_Cumulative_true_AckGroupingOption_1000_0 (0.09s)
       --- FAIL: TestBatchIndexAck/TestBatchIndexAck_WithResponse_false_Cumulative_false_AckGroupingOption_1000_0 (0.08s)
   
   ```
   
   Thanks in advance!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org