-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable OOB tests #2187
base: improvement/ZENKO-4414
Are you sure you want to change the base?
Enable OOB tests #2187
Conversation
Hello kerkesni,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
9179cff
to
ef5fc35
Compare
0efddbf
to
9055c5f
Compare
a4e8c1d
to
f46740b
Compare
e4c754b
to
6be55fc
Compare
8e060ea
to
5a84228
Compare
Issue: ZENKO-4286
A raft log entry is considered committed only after it has been replicated to the majority of the repds. Increasing OOB test timeout to allow this replication to happen. Issue: ZENKO-4286
Zenko gets reconciled just before launching the tests which makes the first two ingestion tests falky as the consumer group is not stable (rebalance state) when the tests are started. This causes the consumers to connect late to the topic (after the producer pushed the first message), which causes the first messages to be skipped (consumers are configured to start consuming from the latest offset when no offset is stored in Kafka) Issue: ZENKO-4286
"data" is the actual body of the response which does not contain the error code. Issue: ZENKO-4286
When a pod restarts the previous consumers are kept in the consumer group until the session times out, this can lead to the new consumer skipping some messages on the non assigned partitions as there is no offset stored for those initially (consumers are configured to start consuming from the latest offset). Issue: ZENKO-4286
6be55fc
to
c47e76d
Compare
|
||
|
||
if [ $ENABLE_RING_TESTS = true ]; then | ||
# wait for ingestion processor to start consuming from Kafka |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should (eventually) get baked into backbeat?
--> so we should probably add a ticket (and we can put it in the EPIC "cleanup kafka management" https://scality.atlassian.net/browse/ARTESCA-9180)
Issue: ZENKO-4286