WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fe76a90

Browse files
committed
chore: adjust retry counts for tests
1 parent 5541b11 commit fe76a90

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

.github/integ-config/integ-all.yml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ tests:
536536
category: auth
537537
sample_name: [javascript-auth]
538538
spec: functional-auth
539+
retry_count: 3
539540
browser: *minimal_browser_list
540541
backend: gen2
541542
- test_name: integ_react_auth_1_guest_to_authenticated_user_gen2
@@ -544,6 +545,7 @@ tests:
544545
category: auth
545546
sample_name: [guest-to-auth-user]
546547
spec: guest-to-auth-user
548+
retry_count: 3
547549
browser: *minimal_browser_list
548550
backend: gen2
549551
- test_name: integ_react_typescript_authentication_gen2
@@ -552,6 +554,7 @@ tests:
552554
category: auth
553555
sample_name: [typescript-auth]
554556
spec: functional-auth
557+
retry_count: 3
555558
browser: *minimal_browser_list
556559
backend: gen2
557560
- test_name: integ_react_auth_2_sign_in_after_sign_up_gen2
@@ -560,6 +563,7 @@ tests:
560563
category: auth
561564
sample_name: [auto-signin-after-signup]
562565
spec: auto-signin-after-signup
566+
retry_count: 3
563567
browser: *minimal_browser_list
564568
backend: gen2
565569
- test_name: integ_react_device_tracking_gen2
@@ -568,6 +572,7 @@ tests:
568572
category: auth
569573
sample_name: [device-tracking]
570574
spec: device-tracking
575+
retry_count: 3
571576
browser: *minimal_browser_list
572577
backend: gen2
573578
- test_name: integ_react_delete_user_gen2
@@ -576,6 +581,7 @@ tests:
576581
category: auth
577582
sample_name: [delete-user]
578583
spec: delete-user
584+
retry_count: 3
579585
browser: *minimal_browser_list
580586
backend: gen2
581587
- test_name: integ_next_auth_authenticator_and_ssr_page_gen2
@@ -584,6 +590,7 @@ tests:
584590
category: auth
585591
sample_name: [auth-ssr]
586592
spec: auth-ssr
593+
retry_count: 3
587594
browser: [chrome]
588595
backend: gen2
589596
- test_name: integ_next_auth_authenticator_and_rsc_page_gen2
@@ -592,6 +599,7 @@ tests:
592599
category: auth
593600
sample_name: [auth-rsc]
594601
spec: auth-rsc
602+
retry_count: 3
595603
browser: [chrome]
596604
backend: gen2
597605
- test_name: integ_next_sign_in_with_oauth_gen2
@@ -600,6 +608,7 @@ tests:
600608
category: auth
601609
sample_name: [sign-in-with-oauth]
602610
spec: sign-in-with-oauth
611+
retry_count: 3
603612
browser: [chrome]
604613
backend: gen2
605614
- test_name: integ_vue_sign_in_with_oauth_gen2
@@ -608,28 +617,31 @@ tests:
608617
category: auth
609618
sample_name: [sign-in-with-oauth]
610619
spec: sign-in-with-oauth
620+
retry_count: 3
611621
browser: [chrome]
612622
- test_name: subdomain_authentication
613623
desc: 'Sign-in with the OAuth flow and subdomains'
614624
framework: next
615625
category: auth
616626
sample_name: [subdomains]
617627
spec: subdomains
628+
retry_count: 3
618629
browser: [chrome]
619630
- test_name: integ_next_custom_auth
620631
desc: 'Sign-in with Custom Auth flow'
621632
framework: next
622633
category: auth
623634
sample_name: [custom-auth]
624635
spec: custom-auth
636+
retry_count: 5
625637
browser: *minimal_browser_list
626638
- test_name: integ_next_auth_sign_in_with_sms_mfa
627639
desc: 'Resumable sign in with SMS MFA flow'
628640
framework: next
629641
category: auth
630642
sample_name: [mfa]
631643
spec: sign-in-resumable-mfa
632-
retry_count: 10
644+
retry_count: 5
633645
browser: *minimal_browser_list
634646
env:
635647
NEXT_PUBLIC_BACKEND_CONFIG: resum-signin
@@ -878,6 +890,7 @@ tests:
878890
category: ssr-adapter
879891
sample_name: next-use-cases-14
880892
spec: next-use-cases
893+
retry_count: 3
881894
yarn_script: ci:next-use-cases-test
882895
yarn_script_args: '14'
883896
browser: [chrome]
@@ -887,6 +900,7 @@ tests:
887900
category: ssr-adapter
888901
sample_name: next-use-cases-15
889902
spec: next-use-cases
903+
retry_count: 3
890904
yarn_script: ci:next-use-cases-test
891905
yarn_script_args: '15'
892906
browser: [chrome]
@@ -896,6 +910,7 @@ tests:
896910
category: ssr-adapter
897911
sample_name: next-use-cases-server-auth-14
898912
spec: next-use-cases-server-auth
913+
retry_count: 3
899914
yarn_script: ci:next-use-cases-test
900915
yarn_script_args: server-auth-14
901916
browser: [chrome]
@@ -905,6 +920,7 @@ tests:
905920
category: ssr-adapter
906921
sample_name: next-use-cases-server-auth-15
907922
spec: next-use-cases-server-auth
923+
retry_count: 3
908924
yarn_script: ci:next-use-cases-test
909925
yarn_script_args: server-auth-15
910926
browser: [chrome]
@@ -914,7 +930,7 @@ tests:
914930
category: auth
915931
sample_name: [mfa]
916932
spec: mfa-req-email
917-
retry_count: 10
933+
retry_count: 5
918934
browser: *minimal_browser_list
919935
env:
920936
NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-email
@@ -924,7 +940,7 @@ tests:
924940
category: auth
925941
sample_name: [mfa]
926942
spec: mfa-req-phone
927-
retry_count: 10
943+
retry_count: 5
928944
browser: *minimal_browser_list
929945
env:
930946
NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-phone
@@ -934,7 +950,7 @@ tests:
934950
category: auth
935951
sample_name: [mfa]
936952
spec: mfa-opt-email
937-
retry_count: 10
953+
retry_count: 5
938954
browser: *minimal_browser_list
939955
env:
940956
NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-email
@@ -944,7 +960,7 @@ tests:
944960
category: auth
945961
sample_name: [mfa]
946962
spec: mfa-opt-phone
947-
retry_count: 10
963+
retry_count: 5
948964
browser: *minimal_browser_list
949965
env:
950966
NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-phone
@@ -954,7 +970,7 @@ tests:
954970
category: auth
955971
sample_name: [mfa]
956972
spec: mfa-setup
957-
retry_count: 10
973+
retry_count: 5
958974
browser: *minimal_browser_list
959975
env:
960976
NEXT_PUBLIC_BACKEND_CONFIG: mfa-setup
@@ -1004,6 +1020,7 @@ tests:
10041020
category: auth
10051021
sample_name: [mfa]
10061022
spec: passwordless/miscellaneous
1023+
retry_count: 3
10071024
browser: *minimal_browser_list
10081025
env:
10091026
NEXT_PUBLIC_BACKEND_CONFIG: pwl-misc
@@ -1013,6 +1030,7 @@ tests:
10131030
category: auth
10141031
sample_name: [mfa]
10151032
spec: passwordless/webauthn
1033+
retry_count: 3
10161034
# chrome only
10171035
# https://chromedevtools.github.io/devtools-protocol/tot/WebAuthn/
10181036
browser: [chrome]
@@ -1024,7 +1042,7 @@ tests:
10241042
category: auth
10251043
sample_name: [mfa]
10261044
spec: refresh-token-auth
1027-
retry_count: 10
1045+
retry_count: 5
10281046
browser: *minimal_browser_list
10291047
env:
10301048
NEXT_PUBLIC_BACKEND_CONFIG: misc-tokenref

0 commit comments

Comments
 (0)