mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
add data stress test lens journey (#140811)
This commit is contained in:
parent
5a05def0eb
commit
8b15dd87b3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue