We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fb8a1 commit c29a6c7Copy full SHA for c29a6c7
tests/system/run-tests.sh
@@ -155,6 +155,10 @@ fi
155
echo "Grabbing Vagrantfile.local"
156
cp $WORKSPACE/jenkins-common/scripts/system-tests/kafka-system-test/Vagrantfile.local $KAFKA_DIR
157
158
+# The client system tests only need about 12 workers, rather than
159
+# the default 30 (or so). This speeds up test start up times.
160
+sed -i=bak 's/^num_workers.*/num_workers = 12/g' $KAFKA_DIR/Vagrantfile.local
161
+
162
if [ "x$DESTROY_BEFORE" == "xtrue" ]; then
163
echo "Destroying Vagrant cluster before running tests..."
164
cd $KAFKA_DIR
0 commit comments