Skip to content

Commit

Permalink
build: add retries on realtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Jun 10, 2022
1 parent cc121cf commit 2efa366
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/manual/alarms/subscribe/alarms_subscribe.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/reubenmiller/commander/feat/handle-nested-files/schema.json

config:
retries: 3

tests:
It watches alarms for a time period:
command: ./manual/alarms/subscribe/subscribe_tests.sh alarms 1
Expand Down
5 changes: 5 additions & 0 deletions tests/manual/events/subscribe/events_subscribe.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/reubenmiller/commander/feat/handle-nested-files/schema.json

config:
retries: 3

tests:
It watches events for a time period:
command: ./manual/events/subscribe/subscribe_tests.sh events 1
Expand Down
5 changes: 5 additions & 0 deletions tests/manual/inventory/subscribe/inventory_subscribe.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/reubenmiller/commander/feat/handle-nested-files/schema.json

config:
retries: 3

tests:
It watches managed objects for a time period:
command: ./manual/inventory/subscribe/subscribe_tests.sh inventory 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/reubenmiller/commander/feat/handle-nested-files/schema.json

config:
retries: 3

tests:
It watches measurements for a time period:
command: ./manual/measurements/subscribe/subscribe_tests.sh measurements 1
Expand Down
5 changes: 5 additions & 0 deletions tests/manual/operations/subscribe/operations_subscribe.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/reubenmiller/commander/feat/handle-nested-files/schema.json

config:
retries: 3

tests:
It watches operations for a time period:
command: ./manual/operations/subscribe/subscribe_tests.sh operations 1
Expand Down
5 changes: 5 additions & 0 deletions tests/manual/realtime/subscribe/realtime_subscribe.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/reubenmiller/commander/feat/handle-nested-files/schema.json

config:
retries: 3

tests:
It watches managed objects for a time period:
command: ./manual/realtime/subscribe/subscribe_tests.sh realtime 1
Expand Down
5 changes: 5 additions & 0 deletions tests/manual/realtime/subscribeAll/realtime_subscribeAll.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/reubenmiller/commander/feat/handle-nested-files/schema.json

config:
retries: 3

tests:
It watches managed objects for a time period:
command: ./manual/realtime/subscribeAll/subscribe_tests.sh realtime 1
Expand Down

0 comments on commit 2efa366

Please sign in to comment.