Skip to content

Commit

Permalink
added sacura tests to keda test job (#3783)
Browse files Browse the repository at this point in the history
* added sacura tests run in keda-reconciler-tests.sh

Signed-off-by: Neeraj Nagure <[email protected]>

* added run=KafkaSource flag and checked if the environment is LOCAL_DEVELOPMENT or not before running sacura tests

Signed-off-by: Neeraj Nagure <[email protected]>

* Formatted sacura test run

Co-authored-by: Pierangelo Di Pilato <[email protected]>

---------

Signed-off-by: Neeraj Nagure <[email protected]>
Co-authored-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
NeerajNagure and pierDipi authored Mar 28, 2024
1 parent 7ba16b2 commit df52988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/keda-reconciler-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ header "Running tests"

go_test_e2e -timeout=1h -run=KafkaSource ./test/e2e_new/... || fail_test "E2E (new) suite failed"

if ! ${LOCAL_DEVELOPMENT}; then
go_test_e2e -run=KafkaSource -tags=sacura -timeout=40m ./test/e2e/... || fail_test "E2E sacura tests failed"
fi

success

0 comments on commit df52988

Please sign in to comment.