Skip to content

Commit b13d7f5

Browse files
committed
Update tests-manylinux and test-osx with required group.id setting
1 parent 30eb00a commit b13d7f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/test-manylinux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function run_single_in_docker {
5959
# TODO: revisit to avoid hardcoding dependencies
6060
pip install "futures;python_version=='2.7'"
6161
pip install "enum34;python_version=='2.7'"
62+
pip install requests avro
6263

6364
pip install confluent_kafka --no-index -f $wheelhouse
6465

@@ -78,7 +79,7 @@ p = confluent_kafka.Producer({"ssl.cipher.suites":"DEFAULT",
7879
python -c '
7980
from confluent_kafka import Consumer
8081
81-
c = Consumer({"plugin.library.paths": "monitoring-interceptor"})
82+
c = Consumer({"group.id": "test-linux", "plugin.library.paths": "monitoring-interceptor"})
8283
'
8384

8485
pushd /io/tests

tools/test-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ echo "Verifying Interceptor installation"
4848
python -c '
4949
from confluent_kafka import Consumer
5050
51-
Consumer({"plugin.library.paths": "monitoring-interceptor"})
51+
Consumer({"group.id": "test-osx", "plugin.library.paths": "monitoring-interceptor"})
5252
'
5353

5454
echo "Running tests"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy