Skip to content

Commit

Permalink
Merge pull request #964 from Aiven-Open/jjaakola-aiven-update-tests-t…
Browse files Browse the repository at this point in the history
…o-use-kafka-3.4.1

chore: update tests to use Kafka 3.4.1
  • Loading branch information
eliax1996 authored Oct 9, 2024
2 parents 18b46fd + c069395 commit dc7324d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pytest_plugins = "aiohttp.pytest_plugin"
KAFKA_BOOTSTRAP_SERVERS_OPT = "--kafka-bootstrap-servers"
KAFKA_VERION_OPT = "--kafka-version"
KAFKA_VERSION = "2.7.0"
KAFKA_VERSION = "3.4.1"
LOG_DIR_OPT = "--log-dir"
VERSION_REGEX = "([0-9]+[.])*[0-9]+"

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def fixture_kafka_description(request: SubRequest) -> KafkaDescription:
kafka_tgz=RUNTIME_DIR / kafka_tgz,
install_dir=kafka_dir,
download_url=kafka_url,
protocol_version="2.7",
protocol_version="3.4.1",
)


Expand Down

0 comments on commit dc7324d

Please sign in to comment.