This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a change to branch pat-fix
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from c17df6ef0 fix(server): broadcast PAT events from HTTP handlers to all 
shards
     add d0cb3d44a test(server): add API tests for message retrieval (#2537)
     add df0c88db8 Merge branch 'master' into pat-fix

No new revisions were added by this update.

Summary of changes:
 core/integration/tests/server/message_retrieval.rs | 152 +++++++
 core/integration/tests/server/mod.rs               |   1 +
 .../server/scenarios/get_messages_by_offset_api.rs | 424 +++++++++++++++++++
 .../scenarios/get_messages_by_timestamp_api.rs     | 449 +++++++++++++++++++++
 core/integration/tests/server/scenarios/mod.rs     |   2 +
 5 files changed, 1028 insertions(+)
 create mode 100644 core/integration/tests/server/message_retrieval.rs
 create mode 100644 
core/integration/tests/server/scenarios/get_messages_by_offset_api.rs
 create mode 100644 
core/integration/tests/server/scenarios/get_messages_by_timestamp_api.rs

Reply via email to