Skip to content

Commit

Permalink
Update JWT in tests and add flaky reruns to common failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Jan 11, 2022
1 parent a905154 commit fed389d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImtpZCI6IjAwMDEifQ.eyJuYW1lIjoiUXVvdGF0aW9uIFN5c3RlbSIsInN1YiI6InF1b3RlcyIsImV4cCI6IjE2NDE3MTY1NDkiLCJpc3MiOiJNeSBBUEkgR2F0ZXdheSJ9.wXHR9Tkvfup893mYQy2RssnsXJT9UW2aNrzVNF38_cM
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImtpZCI6IjAwMDEifQ.eyJuYW1lIjoiUXVvdGF0aW9uIFN5c3RlbSIsInN1YiI6InF1b3RlcyIsImlzcyI6Ik15IEFQSSBHYXRld2F5In0.E4Onuo44Qjz1rSNEKLqMFGCAesui2ELx3C79Aa0_XpY
1 change: 1 addition & 0 deletions tests/suite/test_v_s_route_focused_canary.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def fin():
return VSRAdvancedRoutingSetup(ns_1, vs_host, vs_name, route, backends_url)


@pytest.mark.flaky(max_runs=3)
@pytest.mark.vsr
@pytest.mark.parametrize('crd_ingress_controller, vsr_canary_setup',
[({"type": "complete", "extra_args": [f"-enable-custom-resources"]},
Expand Down
1 change: 1 addition & 0 deletions tests/suite/test_virtual_server_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def test_connect_grpc_backend(self, kube_apis, ingress_controller_prerequisites,
print(e.details())
pytest.fail("RPC error was not expected during call, exiting...")

@pytest.mark.flaky(max_runs=3)
@pytest.mark.parametrize("backend_setup", [{"app_type": "grpc-vs"}], indirect=True)
def test_grpc_error_intercept(self, kube_apis, ingress_controller_prerequisites, crd_ingress_controller,
backend_setup, virtual_server_setup):
Expand Down

0 comments on commit fed389d

Please sign in to comment.