Skip to content
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

test_kafka_server_fixture_rpunit failure #5466

Closed
NyaliaLui opened this issue Jul 14, 2022 · 7 comments · Fixed by #5496
Closed

test_kafka_server_fixture_rpunit failure #5466

NyaliaLui opened this issue Jul 14, 2022 · 7 comments · Fixed by #5496

Comments

@NyaliaLui
Copy link
Contributor

https://buildkite.com/redpanda/redpanda/builds/12540#0181fb6a-7985-4b78-9de5-f64b70eb40f4/6-5355

@NyaliaLui NyaliaLui added kind/bug Something isn't working ci-failure labels Jul 14, 2022
@BenPope BenPope self-assigned this Jul 14, 2022
BenPope added a commit to BenPope/redpanda that referenced this issue Jul 14, 2022
The probe requires access to members, topics, and partition_leaders.

* Start the probe after all dependencies have been started
* Stop the probe before its dependencies are stopped

Fix redpanda-data#5466

Signed-off-by: Ben Pope <ben@redpanda.com>
@BenPope
Copy link
Member

BenPope commented Jul 14, 2022

#5470 doesn't fix this error:

../../../src/v/kafka/server/tests/consumer_groups_test.cc(101): �[4;31;49mfatal error: in "join_empty_group_static_member": critical check resp.data.error_code == kafka::error_code::none has failed [{ error_code: not_coordinator [16] } != { error_code: none [0] }]�[0;39;49m

@LenaAn
Copy link
Contributor

LenaAn commented Jul 15, 2022

mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Jul 18, 2022
After changing default number of partitions for `__consumer_offsets`
topic we need to wait for particular group coordinator before requesting
consumer to join the group.

Fixes: redpanda-data#5495, redpanda-data#5466

Signed-off-by: Michal Maslanka <michal@redpanda.com>
mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Jul 18, 2022
After changing default number of partitions for `__consumer_offsets`
topic we need to wait for particular group coordinator before requesting
consumer to join the group.

Fixes: redpanda-data#5495, redpanda-data#5466

Signed-off-by: Michal Maslanka <michal@redpanda.com>
mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Jul 19, 2022
After changing default number of partitions for `__consumer_offsets`
topic we need to wait for particular group coordinator before requesting
consumer to join the group.

Fixes: redpanda-data#5495, redpanda-data#5466

Signed-off-by: Michal Maslanka <michal@redpanda.com>
@LenaAn
Copy link
Contributor

LenaAn commented Jul 19, 2022

@bharathv
Copy link
Contributor

@twmb
Copy link
Contributor

twmb commented Jul 20, 2022

@twmb
Copy link
Contributor

twmb commented Jul 20, 2022

@BenPope
Copy link
Member

BenPope commented Jul 20, 2022

Any thoughts, @mmaslankaprv ?
The test is: join_empty_group_static_member,consumer_offsets_fixture

../../../src/v/kafka/server/tests/consumer_groups_test.cc(103): �[4;31;49mfatal error: in "join_empty_group_static_member": critical check resp.data.error_code == kafka::error_code::none has failed [{ error_code: not_coordinator [16] } != { error_code: none [0] }]�[0;39;49m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants