Skip to content

Commit

Permalink
add data stress test lens journey (#140811)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow authored Sep 15, 2022
1 parent 5a05def commit 8b15dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ curl --retry 120 \
--retry-all-errors \
-I -XGET "${TEST_ES_URL}/_cluster/health?wait_for_nodes=>=1&wait_for_status=yellow"

journeys=("login" "ecommerce_dashboard" "flight_dashboard" "web_logs_dashboard" "promotion_tracking_dashboard" "many_fields_discover")
journeys=("login" "ecommerce_dashboard" "flight_dashboard" "web_logs_dashboard" "promotion_tracking_dashboard" "many_fields_discover" "data_stress_test_lens")

for i in "${journeys[@]}"; do
echo "JOURNEY[${i}] is running"
Expand Down

0 comments on commit 8b15dd8

Please sign in to comment.