Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Apr 3, 2024
1 parent 6847740 commit cf1ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ blocks:
- examples/rdkafka_example -X builtin.features
- ldd src/librdkafka.so.1
- ldd src-cpp/librdkafka++.so.1
- export TEST_CONSUMER_GROUP_PROTOCOL=consumer
- make -j -C tests build
- make -C tests run_local_quick
- DESTDIR="$PWD/dest" make install
- export TEST_CONSUMER_GROUP_PROTOCOL=consumer
- export TEST_KAFKA_VERSION=3.7.0
- (cd tests && python3 broker_version_tests.py trunk --kraft
--conf '{"conf":["group.coordinator.rebalance.protocols=classic,consumer"]}'
Expand Down

0 comments on commit cf1ad35

Please sign in to comment.