Skip to content

Commit c21928c

Browse files
committed
Revert "Avoid tests for kafka version 0.10.x"
This reverts commit 31dbb21.
1 parent 31dbb21 commit c21928c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Versions available for testing via binary distributions
4-
OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1"
4+
OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1"
55

66
# Useful configuration vars, with sensible defaults
77
if [ -z "$SCALA_VERSION" ]; then

run_itest.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ export KAFKA_VERSION='0.9.0.1'
66
tox -e py27
77
tox -e py35
88
tox -e pypy
9+
10+
export KAFKA_VERSION='0.10.0.0'
11+
./build_integration.sh
12+
tox -e py27
13+
tox -e py35
14+
tox -e pypy

0 commit comments

Comments
 (0)