From 79d866bf23cdd0c66791d85e2faf1d59a71c6bf8 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 30 Jul 2021 19:08:07 -0400 Subject: [PATCH] Temporarily disabling the k8s partitioning test --- kubernetes/runK8SAcceptanceTests.sh | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/kubernetes/runK8SAcceptanceTests.sh b/kubernetes/runK8SAcceptanceTests.sh index a1897cf..b82cdf3 100755 --- a/kubernetes/runK8SAcceptanceTests.sh +++ b/kubernetes/runK8SAcceptanceTests.sh @@ -275,26 +275,26 @@ then exit $BUILD_RETURN_VALUE fi -prepare_http_splitter_partitioned_log_with_kafka_binder - -pushd ../stream-applications-acceptance-tests - -../mvnw clean package -Dtest=PartitioningAcceptanceTests -Dmaven.test.skip=false -Dhttp.source.route=$HTTP_SOURCE_SERVER_URI -Dsplitter.processor.route=$SPLITTER_PROCESSOR_SERVER_URI -Dlog0.sink.route=$LOG0_SINK_SERVER_URI -Dlog1.sink.route=$LOG1_SINK_SERVER_URI -BUILD_RETURN_VALUE=$? - -popd - -delete_acceptance_test_components - -if [ "$BUILD_RETURN_VALUE" != 0 ] -then - echo "Early exit due to test failure in partitioning tests" - duration=$SECONDS - - echo "Total time: Build took $(($duration / 60)) minutes and $(($duration % 60)) seconds to complete." - delete_acceptance_test_infra - exit $BUILD_RETURN_VALUE -fi +#prepare_http_splitter_partitioned_log_with_kafka_binder +# +#pushd ../stream-applications-acceptance-tests +# +#../mvnw clean package -Dtest=PartitioningAcceptanceTests -Dmaven.test.skip=false -Dhttp.source.route=$HTTP_SOURCE_SERVER_URI -Dsplitter.processor.route=$SPLITTER_PROCESSOR_SERVER_URI -Dlog0.sink.route=$LOG0_SINK_SERVER_URI -Dlog1.sink.route=$LOG1_SINK_SERVER_URI +#BUILD_RETURN_VALUE=$? +# +#popd +# +#delete_acceptance_test_components +# +#if [ "$BUILD_RETURN_VALUE" != 0 ] +#then +# echo "Early exit due to test failure in partitioning tests" +# duration=$SECONDS +# +# echo "Total time: Build took $(($duration / 60)) minutes and $(($duration % 60)) seconds to complete." +# delete_acceptance_test_infra +# exit $BUILD_RETURN_VALUE +#fi prepare_http_router_log_with_kafka_binder