seokjin0414 commented on PR #3046:
URL: https://github.com/apache/iggy/pull/3046#issuecomment-4163536270

   Tests not added:
   
   **send_messages:**
   - Is there a limit on how many messages can be sent in total, or in a single 
batch? — need to investigate the actual server limit first
   - Property-based testing — used manual cases (null bytes, UTF-8, binary) 
instead
   
   **poll_messages:**
   - Invalid or non-existent partition ID — overlooked, will add
   - count = 0 — overlooked, will add
   - Limit on how many messages can be requested in a single poll — need to 
investigate the actual server limit first
   - Polling without specifying a partition — overlooked, will add
   - Timestamp strategy (before/between/after) — overlooked, will add
   - Monotonic offset verification across multiple polls — overlooked, will add
   - Consumer vs consumer_group offset independence — pending #2988
   - Multiple consumers in same consumer group — pending #2988
   - Property-based testing — used manual cases instead
   
   I can add the overlooked ones now.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to