This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch fix_integration_tests_partitions_permissions
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 35b13ad2f update simulator store_consumer_offset req
add ab7825f05 fix(bdd): make ./scripts/run-bdd-tests.sh actually support
FEATURE flag (#3384)
add f1a881a77 Merge branch 'master' into
fix_integration_tests_partitions_permissions
No new revisions were added by this update.
Summary of changes:
.github/config/components.yml | 2 +
bdd/README.md | 40 ++++--
bdd/docker-compose.cluster.yml | 125 ++++++++++++++++
bdd/docker-compose.coverage.yml | 33 +++--
bdd/docker-compose.server.yml | 89 ++++++++++++
bdd/docker-compose.yml | 240 ++++---------------------------
bdd/go/Dockerfile | 1 -
bdd/go/tests/suite_test.go | 47 ++++--
bdd/scenarios/basic_messaging.feature | 1 +
bdd/scenarios/leader_redirection.feature | 1 -
scripts/run-bdd-tests.sh | 88 +++++++++---
11 files changed, 398 insertions(+), 269 deletions(-)
create mode 100644 bdd/docker-compose.cluster.yml
create mode 100644 bdd/docker-compose.server.yml