Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-6312

Istio upstream integration test failures: Telemetry TestSuite

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • Project Sail

      After running the upstream integration test over OCP cluster like this:

      go test -p 1 -v -count=1 -tags=integ -vet=off -timeout 90m ./... \
      --istio.test.ci \
      --istio.test.pullpolicy=IfNotPresent \
      --istio.test.work_dir=/tmp/telemetry_result \
      --istio.test.skipTProxy=true \
      --istio.test.skipVM=true \
      --istio.test.kube.helm.values=profile=openshift,global.platform=openshift \
      --istio.test.istio.enableCNI=true \
      -skip 'TestProxyTracingOpenCensusMeshConfig|TestProxyTracingOpenTelemetryProvider|TestClientTracing|TestServerTracing'
      

      We need to skip these test cases because they are failing:

      • TestProxyTracingOpenCensusMeshConfig
      • TestProxyTracingOpenTelemetryProvider
      • TestClientTracing
      • TestServerTracing

      We need to get this test cases passing on OCP cluster to be able to run the entire suite

            Unassigned Unassigned
            frherrer@redhat.com Francisco Herrera Lira
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: