add data stress test lens journey (#140811)

This commit is contained in:
Baturalp Gurdin 2022-09-15 16:46:00 +03:00 committed by GitHub
parent 5a05def0eb
commit 8b15dd87b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"