A community-developed, free, opensource, automated testing framework for microservices APIs, Kafka(Data Streams) and Load testing. Zerocode Open Source enables you to create, change and maintain your automated test scenarios via simple JSON or YAML files. Visit documentation below:
[x] Which issue or ticket was(will be) fixed in this PR?
fixes #645, #633
PR Branch
#ADD LINK TO THE PR BRANCH
Motivation and Context
Fixed issues in the CI where creation of multiple partition topics was not working correctly.
Handled edge cases around the seek timestamp mechanism and added more tests to verify the same.
Checklist:
[x] Unit tests added
[x] Integration tests added
[x] Test names are meaningful
[x] Feature manually tested
[ ] Branch build passed
[x] No 'package.*' in the imports
[ ] Relevant Wiki page updated with clear instruction for the end user
[ ] Not applicable. This was only a refactor change, no functional or behaviour changes were introduced
[x] Http test added to http-testing module(if applicable) ?
[x] Not applicable. The changes did not affect HTTP automation flow
[x] Kafka test added to kafka-testing module(if applicable) ?
[ ] Not applicable. The changes did not affect Kafka automation flow
Fixes Issue
PR Branch #ADD LINK TO THE PR BRANCH
Motivation and Context
Fixed issues in the CI where creation of multiple partition topics was not working correctly. Handled edge cases around the seek timestamp mechanism and added more tests to verify the same.
Checklist:
[x] Unit tests added
[x] Integration tests added
[x] Test names are meaningful
[x] Feature manually tested
[ ] Branch build passed
[x] No 'package.*' in the imports
[ ] Relevant Wiki page updated with clear instruction for the end user
[x] Http test added to
http-testing
module(if applicable) ?[x] Kafka test added to
kafka-testing
module(if applicable) ?