Skip to content

[TEST-ONLY]#2138

Closed
ReToCode wants to merge 36 commits intoopenshift-knative:mainfrom
ReToCode:multitenant_tests_reto
Closed

[TEST-ONLY]#2138
ReToCode wants to merge 36 commits intoopenshift-knative:mainfrom
ReToCode:multitenant_tests_reto

Conversation

@ReToCode
Copy link
Copy Markdown
Contributor

@ReToCode ReToCode commented Jul 6, 2023

Additional stuff to #2126 for testing.

/hold

@openshift-ci openshift-ci bot requested review from nak3 and pierDipi July 6, 2023 06:55
@ReToCode ReToCode removed request for nak3 and pierDipi July 6, 2023 06:55
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Jul 6, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ReToCode

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Jul 6, 2023
@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 6, 2023

/test 4.12-upstream-e2e-mesh-aws-ocp-412

2 similar comments
@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 6, 2023

/test 4.12-upstream-e2e-mesh-aws-ocp-412

@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 7, 2023

/test 4.12-upstream-e2e-mesh-aws-ocp-412

@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 7, 2023

/retest

/test 4.12-upstream-e2e-mesh-aws-ocp-412

@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 7, 2023

/test 4.12-upstream-e2e-mesh-aws-ocp-412

1 similar comment
@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 7, 2023

/test 4.12-upstream-e2e-mesh-aws-ocp-412

kind: PeerAuthentication
metadata:
name: default
namespace: eventing-e2e0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note. eventing-e2e0 - eventing-e2e4 are namespaces used by upgrade tests. These tests do not run by default in CI with Service Mesh. We might need to define some rules for these namespaces as well.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The working theory is, that adding it to istio-system will apply it to the whole mesh automatically. At least upstream istio does that and documents it. I'll ask the SM team if we can also use that.

@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 7, 2023

Still 503s, but not really consistent Oo:

    stream.go:305: E 08:22:51.418 activator-67cf5b64d8-kp2pd [activator] [serving-tests/revision-timeout-does-not-excee-wfxtxfne-00001] Failed to probe clusterIP 172.30.242.135:80 err=unexpected status code: want [200], got 503

/test 4.12-upstream-e2e-mesh-aws-ocp-412

@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 7, 2023

/test 4.12-upstream-e2e-mesh-aws-ocp-412

tests/b-y-o-certificate-qwjpahix-00001 (depth: 1)
    stream.go:305: W 09:46:23.913 activator-67cf5b64d8-bdhsd [activator] [serving-tests/b-y-o-certificate-qwjpahix-00001] Failed probing pods err=unexpected status code: want [200], got 503

@ReToCode
Copy link
Copy Markdown
Contributor Author

ReToCode commented Jul 7, 2023

Local run

Running go test with args: -race -count=1 -tags=e2e -failfast -timeout=60m -parallel=1 ./test/servinge2e/ ./test/servinge2e/servicemesh/ --kubeconfigs /Users/rlehmann/Documents/kubeconfig-noingress,/Users/rlehmann/code/openshift-knative/serverless-operator/user3.kubeconfig,/Users/rlehmann/code/openshift-knative/serverless-operator/user1.kubeconfig,/Users/rlehmann/code/openshift-knative/serverless-operator/user2.kubeconfig --imagetemplate {{- with .Name }}
{{- if eq . "httpproxy" }}quay.io/openshift-knative/serving/{{.}}:v1.9
{{- else if eq . "recordevents" }}quay.io/openshift-knative/eventing/{{.}}:v1.9
{{- else if eq . "wathola-forwarder" }}quay.io/openshift-knative/eventing/{{.}}:v1.9
{{- else if eq . "kafka" }}strimzi/kafka:0.16.2-kafka-2.4.0
{{- else }}quay.io/openshift-knative/{{.}}:multiarch{{end -}}
{{end -}}
PASS test/servinge2e.TestKnConsoleCLIDownload (0.13s)
PASS test/servinge2e
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/cross-tenant-via-ingress-via-activator (30.43s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/cross-tenant-via-activator (20.47s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/cross-tenant-via-ingress-no-activator (20.30s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/cross-tenant-directly (20.29s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/same-tenant-via-ingress-via-activator (20.23s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/same-tenant-via-ingress-no-activator (20.26s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/same-tenant-via-activator (20.30s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh/same-tenant-directly (20.25s)
PASS test/servinge2e/servicemesh.TestMultiTenancyWithServiceMesh (0.00s)
PASS test/servinge2e/servicemesh

=== Skipped
=== SKIP: test/servinge2e TestTraceStartedAtActivator (0.18s)
time="2023-07-07T11:23:15+02:00" level=info msg="Loading kube client config from path \"/Users/rlehmann/Documents/kubeconfig-noingress\""
time="2023-07-07T11:23:15+02:00" level=info msg="Loading kube client config from path \"/Users/rlehmann/code/openshift-knative/serverless-operator/user3.kubeconfig\""
time="2023-07-07T11:23:15+02:00" level=info msg="Loading kube client config from path \"/Users/rlehmann/code/openshift-knative/serverless-operator/user1.kubeconfig\""
time="2023-07-07T11:23:15+02:00" level=info msg="Loading kube client config from path \"/Users/rlehmann/code/openshift-knative/serverless-operator/user2.kubeconfig\""
    tracing_test.go:46: ServiceMesh installed, skipping tracing test.

=== SKIP: test/servinge2e TestTraceStartedAtQueueProxy (0.00s)
    tracing_test.go:38: Activator is always on the path. See SRVKS-784

DONE 12 tests, 2 skipped in 177.791s
Finished run, return code is 0
XML report written to /var/folders/cr/k3mnt3d56_v06ywwstjgkywr0000gn/T/tmp.Ee4Z2Jm3a1/junit_jjkI4iuM.xml
Test log (JSONL) written to /var/folders/cr/k3mnt3d56_v06ywwstjgkywr0000gn/T/tmp.Ee4Z2Jm3a1/go_test_jjkI4iuM.jsonl
Test log (ANSI) written to /var/folders/cr/k3mnt3d56_v06ywwstjgkywr0000gn/T/tmp.Ee4Z2Jm3a1/go_test_jjkI4iuM-ansi.log
Test log (HTML) written to /var/folders/cr/k3mnt3d56_v06ywwstjgkywr0000gn/T/tmp.Ee4Z2Jm3a1/go_test_jjkI4iuM.html
SUCCESS 11:26:11.189 🌟 Tests have passed 🌟
EMPTY test/conformance/api/shared
PASS test/conformance/api/v1.TestServiceAccountValidation (0.12s)
PASS test/conformance/api/v1.TestConfigurationGetAndList (19.42s)
PASS test/conformance/api/v1.TestServiceCreateListAndDelete (20.41s)
PASS test/conformance/api/v1.TestRouteGetAndList (20.25s)
PASS test/conformance/api/v1.TestRevisionGetAndList (20.55s)
PASS test/e2e/domainmapping.TestBYOCertificate (52.65s)
PASS test/conformance/api/v1.TestServiceBYOName (55.06s)
PASS test/e2e/domainmapping
PASS test/conformance/api/v1.TestAnnotationPropagation (57.73s)
PASS test/conformance/api/v1.TestSecretVolume (65.61s)
PASS test/conformance/api/v1.TestCustomResourcesLimits (66.84s)
PASS test/conformance/api/v1.TestProjectedSecretVolume (70.58s)
PASS test/e2e/initcontainers.TestInitContainers (70.33s)
PASS test/conformance/runtime.TestShouldHaveStdinEOF (69.41s)
PASS test/e2e/pvc.TestPersistentVolumeClaims (71.26s)
PASS test/conformance/runtime.TestMustNotContainerConstraints/TestArbitraryPortName (0.40s)
PASS test/conformance/api/v1.TestConfigMapVolume (71.14s)
PASS test/conformance/runtime.TestMustNotContainerConstraints/TestMountPropagation (0.50s)
PASS test/conformance/runtime.TestMustNotContainerConstraints (0.01s)
PASS test/conformance/api/v1.TestServiceCreateWithEmptyDir (71.33s)
PASS test/conformance/api/v1.TestProjectedServiceAccountToken (71.38s)
PASS test/e2e/initcontainers
PASS test/e2e/pvc
PASS test/conformance/api/v1.TestServiceCreateWithMultipleContainers (75.33s)
PASS test/conformance/api/v1.TestProjectedConfigMapVolume (75.54s)
PASS test/conformance/api/v1.TestSingleConcurrency (85.13s)
PASS test/conformance/api/v1.TestUpdateConfigurationMetadata (29.41s)
PASS test/e2e.TestDestroyPodTimely (104.68s)
PASS test/conformance/api/v1.TestServiceGenerateName (61.28s)
PASS test/conformance/api/v1.TestRouteAndConfigGenerateName (68.26s)
PASS test/conformance/runtime.TestShouldHaveCgroupReadOnly (79.03s)
PASS test/conformance/runtime.TestShouldEnvVars (83.56s)
PASS test/conformance/runtime.TestMustRunAsUser (83.57s)
PASS test/conformance/runtime.TestShouldRunAsUserContainerDefault (83.65s)
PASS test/conformance/runtime.TestShouldHaveSysctlReadOnly (83.84s)
PASS test/conformance/runtime.TestMustEnvVars (83.85s)
PASS test/conformance/runtime.TestProtocols/http1 (83.97s)
PASS test/conformance/runtime.TestWorkingDirService (88.57s)
PASS test/conformance/runtime.TestProtocols/default (88.42s)
PASS test/conformance/runtime.TestProtocols (0.00s)
PASS test/conformance/runtime.TestMustHaveCgroupConfigured (88.88s)
PASS test/conformance/runtime.TestShouldHaveHeadersSet (89.19s)
PASS test/conformance/api/v1.TestContainerExitingMsg (122.11s)
PASS test/conformance/runtime.TestMustHaveFiles (93.73s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestPrestopHook (0.10s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestHostPort (0.07s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestInvalidUID (0.08s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestStdinOnce (0.15s)
PASS test/conformance/runtime.TestShouldHaveFiles (94.14s)
PASS test/conformance/runtime.TestCmdArgs (94.20s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestMultiplePorts (0.19s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestStdin (0.16s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestTTY (0.25s)
PASS test/conformance/runtime.TestMustHaveHeadersSet (94.41s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints/TestPoststartHook (0.08s)
PASS test/conformance/runtime.TestShouldNotContainerConstraints (0.01s)
PASS test/conformance/api/v1.TestRouteCreation (126.84s)
PASS test/conformance/api/v1.TestRevisionTimeout/exceeds_timeout_seconds (99.41s)
PASS test/conformance/api/v1.TestRevisionTimeout/does_not_exceed_timeout_seconds (100.36s)
PASS test/conformance/runtime.TestProbeRuntime/httpGet (108.39s)
PASS test/conformance/api/v1.TestProjectedComplex (179.81s)
PASS test/conformance/api/v1.TestRevisionTimeout/writes_first_byte_before_timeout (113.63s)
PASS test/conformance/api/v1.TestRevisionTimeout (0.01s)
PASS test/conformance/api/v1.TestBlueGreenRoute (151.06s)
PASS test/conformance/api/v1.TestServiceCreateAndUpdate (221.74s)
PASS test/conformance/runtime.TestProbeRuntime/tcpSocket-period=1 (81.43s)
PASS test/conformance/runtime.TestProbeRuntime/exec (82.24s)
PASS test/conformance/runtime.TestProbeRuntime/httpGet-period=1 (87.34s)
PASS test/e2e.TestDestroyPodWithRequests (138.92s)
PASS test/conformance/api/v1.TestServiceWithTrafficSplit (244.61s)
PASS test/conformance/api/v1
PASS test/conformance/runtime.TestSecretsViaEnv/envFrom (91.47s)
PASS test/conformance/runtime.TestProbeRuntime/tcpSocket (92.39s)
PASS test/conformance/runtime.TestSecretsViaEnv/env (97.57s)
PASS test/conformance/runtime.TestSecretsViaEnv (0.01s)
PASS test/conformance/runtime.TestProbeRuntime/exec-period=1 (102.07s)
PASS test/conformance/runtime.TestProbeRuntime (0.01s)
PASS test/conformance/runtime.TestConfigsViaEnv/env (97.32s)
PASS test/conformance/runtime.TestConfigsViaEnv/envFrom (97.26s)
PASS test/conformance/runtime.TestConfigsViaEnv (0.02s)
PASS test/e2e.TestWebSocket (18.24s)
PASS test/conformance/api/v1beta1.TestDomainMapping (271.10s)
PASS test/conformance/api/v1beta1
PASS test/e2e.TestWebSocketViaActivator (15.51s)
PASS test/conformance/runtime.TestProbeRuntimeAfterStartup/periodSeconds=1 (100.31s)
PASS test/conformance/runtime.TestProbeRuntimeAfterStartup/periodSeconds=0 (120.44s)
PASS test/conformance/runtime.TestProbeRuntimeAfterStartup (0.00s)
PASS test/conformance/runtime
PASS test/conformance/api/v1alpha1.TestDomainMapping (281.09s)
PASS test/conformance/api/v1alpha1
PASS test/e2e.TestWebSocketBlueGreenRoute (23.39s)
PASS test/e2e.TestWebSocketWithTimeout/does_not_exceed_timeout_seconds (10.18s)
PASS test/e2e.TestWebSocketWithTimeout/exceeds_timeout_seconds (17.20s)
PASS test/e2e.TestWebSocketWithTimeout/does_not_exceed_response_start_timeout_seconds (10.23s)
PASS test/e2e.TestWebSocketWithTimeout/exceeds_response_start_timeout_seconds (17.92s)
PASS test/e2e.TestWebSocketWithTimeout/does_not_exceed_idle_timeout_seconds (9.25s)
PASS test/e2e.TestWebSocketWithTimeout/exceeds_idle_timeout_seconds (16.17s)
PASS test/e2e.TestWebSocketWithTimeout (80.97s)
PASS test/e2e.TestRoutesNotReady (2.20s)
PASS test/e2e.TestPodScheduleError (4.12s)
PASS test/e2e.TestSubrouteVisibilityPrivateToPublic (29.33s)
PASS test/e2e.TestSubrouteVisibilityPublicToPrivate (32.36s)
PASS test/e2e.TestResourceQuotaError (39.11s)
PASS test/e2e.TestConflictingRouteService (35.30s)
PASS test/e2e.TestServiceValidationWithInvalidPodSpec (0.30s)
PASS test/e2e.TestHelloWorld (60.37s)
PASS test/e2e.TestEmptyDir (60.43s)
PASS test/e2e.TestInitScalePositive (61.21s)
PASS test/e2e.TestMultiContainer (61.28s)
PASS test/e2e.TestQueueSideCarResourceLimit (65.60s)
PASS test/e2e.TestEgressTraffic (70.37s)
PASS test/e2e.TestRollbackBYOName (72.54s)
FAIL test/e2e.TestDestroyPodInflight (94.56s)
PASS test/e2e.TestRequestLogs (70.61s)
PASS test/e2e.TestRouteVisibilityChanges/Route_visibility_changes_from_public_to_private_with_both_tagged_and_non-tagged_traffic (44.42s)
PASS test/e2e.TestRouteVisibilityChanges/Route_visibility_changes_from_public_to_private_with_single_traffic (54.49s)
PASS test/e2e.TestRouteVisibilityChanges/Route_visibility_changes_from_public_to_private_with_tag_only (50.44s)
PASS test/e2e.TestRouteVisibilityChanges (0.01s)
PASS test/e2e.TestGradualRollout (115.54s)
PASS test/e2e.TestImagePullError (122.11s)
PASS test/e2e.TestReadinessAlternatePort (84.31s)
PASS test/e2e.TestMinScale (112.54s)
PASS test/e2e.TestMultipleNamespace (123.91s)
PASS test/e2e.TestRevisionTimeout/writes_response_before_idle_timeout (90.45s)
PASS test/e2e.TestRevisionTimeout/exceeds_idle_timeout (95.68s)
PASS test/e2e.TestRevisionTimeout/writes_response_before_response_start_timeout (96.38s)
PASS test/e2e.TestRevisionTimeout/exceeds_response_start_timeout (107.81s)
PASS test/e2e.TestRevisionTimeout/exceeds_timeout_seconds (97.34s)
PASS test/e2e.TestRevisionTimeout/does_not_exceed_timeout_seconds (82.10s)
PASS test/e2e.TestRevisionTimeout (0.01s)
PASS test/e2e.TestServiceToServiceCall/short (97.29s)
PASS test/e2e.TestServiceToServiceCall/shortest (105.45s)
PASS test/e2e.TestServiceToServiceCall/fqdn (110.42s)
PASS test/e2e.TestServiceToServiceCall (20.14s)
PASS test/e2e.TestCallToPublicService/local_address (102.24s)
PASS test/e2e.TestSubrouteLocalSTS/shortest (104.19s)
PASS test/e2e.TestCallToPublicService/external_address (80.59s)
PASS test/e2e.TestCallToPublicService (24.17s)
PASS test/e2e.TestSubrouteLocalSTS/short (112.27s)
PASS test/e2e.TestSubrouteLocalSTS/fqdn (117.00s)
PASS test/e2e.TestSubrouteLocalSTS (22.15s)
...
DONE 143 tests, 2 skipped, 1 failures in 795.182s

Need to dig a bit more to check

FAIL test/e2e.TestDestroyPodInflight (94.56s)

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.12-upstream-e2e-mesh-aws-ocp-412

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Jul 14, 2023

@ReToCode: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

  • /test 4.10-images
  • /test 4.10-operator-e2e-aws-ocp-410
  • /test 4.10-ui-tests
  • /test 4.12-aws-ovn-images
  • /test 4.12-azure-images
  • /test 4.12-gcp-images
  • /test 4.12-hypershift-images
  • /test 4.12-osd-images
  • /test 4.12-single-node-images
  • /test 4.12-vsphere-images
  • /test 4.13-images
  • /test 4.13-operator-e2e-aws-ocp-413
  • /test 4.13-ui-tests
  • /test ocp4.14-lp-interop-images
  • /test unit-test

The following commands are available to trigger optional jobs:

  • /test 4.10-e2e-kitchensink-ocp-410
  • /test 4.10-upgrade-kitchensink-ocp-410
  • /test 4.10-upgrade-tests-aws-ocp-410
  • /test 4.10-upstream-e2e-aws-ocp-410
  • /test 4.10-upstream-e2e-kafka-aws-ocp-410
  • /test 4.10-upstream-e2e-mesh-aws-ocp-410
  • /test 4.13-e2e-kitchensink-ocp-413
  • /test 4.13-upgrade-kitchensink-ocp-413
  • /test 4.13-upgrade-tests-aws-ocp-413
  • /test 4.13-upstream-e2e-aws-ocp-413
  • /test 4.13-upstream-e2e-kafka-aws-ocp-413
  • /test 4.13-upstream-e2e-mesh-aws-ocp-413

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-knative-serverless-operator-main-4.10-images
  • pull-ci-openshift-knative-serverless-operator-main-4.12-aws-ovn-images
  • pull-ci-openshift-knative-serverless-operator-main-4.12-azure-images
  • pull-ci-openshift-knative-serverless-operator-main-4.12-gcp-images
  • pull-ci-openshift-knative-serverless-operator-main-4.12-hypershift-images
  • pull-ci-openshift-knative-serverless-operator-main-4.12-osd-images
  • pull-ci-openshift-knative-serverless-operator-main-4.12-single-node-images
  • pull-ci-openshift-knative-serverless-operator-main-4.12-vsphere-images
  • pull-ci-openshift-knative-serverless-operator-main-4.13-images
  • pull-ci-openshift-knative-serverless-operator-main-4.13-operator-e2e-aws-ocp-413
  • pull-ci-openshift-knative-serverless-operator-main-4.13-upgrade-tests-aws-ocp-413
  • pull-ci-openshift-knative-serverless-operator-main-4.13-upstream-e2e-aws-ocp-413
  • pull-ci-openshift-knative-serverless-operator-main-4.13-upstream-e2e-kafka-aws-ocp-413
  • pull-ci-openshift-knative-serverless-operator-main-ocp4.14-lp-interop-images
  • pull-ci-openshift-knative-serverless-operator-main-unit-test
Details

In response to this:

/test 4.12-upstream-e2e-mesh-aws-ocp-412

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

This is now using an updated version of net-istio

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

1 similar comment
@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode ReToCode force-pushed the multitenant_tests_reto branch from bcea076 to 5a2a481 Compare July 17, 2023 11:01
@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

1 similar comment
@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

Hm first try was better, the second has new flakes, that are not there locally:

PASS test/e2e.TestRevisionTimeout/exceeds_timeout_seconds (15.21s)
PASS test/e2e.TestRevisionTimeout/exceeds_response_start_timeout (12.23s)
PASS test/e2e.TestRevisionTimeout/exceeds_idle_timeout (12.16s)
PASS test/e2e.TestRevisionTimeout/writes_response_before_idle_timeout (7.14s)
PASS test/e2e.TestRevisionTimeout/does_not_exceed_timeout_seconds (7.21s)
PASS test/e2e.TestRevisionTimeout/writes_response_before_response_start_timeout (9.17s)
PASS test/e2e.TestRevisionTimeout (0.06s)
PASS test/e2e

Moore digging...

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

Eventing test flakes.

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

/retest

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Jul 19, 2023

@ReToCode: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/4.12-upstream-e2e-mesh-aws-ocp-412 61ff571 link false /test 4.12-upstream-e2e-mesh-aws-ocp-412
ci/prow/4.12-aws-ovn-images 45ae9e6 link true /test 4.12-aws-ovn-images
ci/prow/4.12-azure-images 45ae9e6 link true /test 4.12-azure-images
ci/prow/4.12-hypershift-images 45ae9e6 link true /test 4.12-hypershift-images
ci/prow/4.12-gcp-images 45ae9e6 link true /test 4.12-gcp-images
ci/prow/4.12-single-node-images 45ae9e6 link true /test 4.12-single-node-images
ci/prow/4.12-vsphere-images 45ae9e6 link true /test 4.12-vsphere-images
ci/prow/4.12-osd-images 45ae9e6 link true /test 4.12-osd-images
ci/prow/4.10-upgrade-kitchensink-ocp-410 3b24aaf link false /test 4.10-upgrade-kitchensink-ocp-410
ci/prow/4.10-upstream-e2e-mesh-aws-ocp-410 3b24aaf link false /test 4.10-upstream-e2e-mesh-aws-ocp-410
ci/prow/4.13-upgrade-kitchensink-ocp-413 3b24aaf link false /test 4.13-upgrade-kitchensink-ocp-413
ci/prow/4.13-upstream-e2e-mesh-aws-ocp-413 3b24aaf link false /test 4.13-upstream-e2e-mesh-aws-ocp-413

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@ReToCode
Copy link
Copy Markdown
Contributor Author

/test 4.13-upstream-e2e-mesh-aws-ocp-413

@ReToCode
Copy link
Copy Markdown
Contributor Author

Closing this approach in favour of the one with mtls: true config:
#2171

@ReToCode ReToCode closed this Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants