From d4e6d7985674a9e8d17a02e2bd2efbaa7e03431b Mon Sep 17 00:00:00 2001 From: Ali Ok Date: Tue, 2 Aug 2022 15:25:18 +0300 Subject: [PATCH] Test - not to merge --- test/e2e-tests.sh | 3 +++ test/reconciler-tests.sh | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index b8a1a1f80d..f5c279c2d9 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -27,6 +27,9 @@ if [ "${EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO:-""}" != "" ]; then success fi +# Test to see what happens +export BROKER_CLASS="KafkaNamespaced" + if [[ -z "${BROKER_CLASS}" ]]; then fail_test "Broker class is not defined. Specify it with 'BROKER_CLASS' env var." else diff --git a/test/reconciler-tests.sh b/test/reconciler-tests.sh index 11d4ff9e9b..d2114165ea 100755 --- a/test/reconciler-tests.sh +++ b/test/reconciler-tests.sh @@ -27,6 +27,10 @@ if [ "${EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO:-""}" != "" ]; then success fi +# Test to see what happens +export BROKER_CLASS="KafkaNamespaced" + + if [[ -z "${BROKER_CLASS}" ]]; then fail_test "Broker class is not defined. Specify it with 'BROKER_CLASS' env var." else