jaegertracing / jaeger-openshift

Support for deploying Jaeger into OpenShift
https://jaegertracing.io/
Apache License 2.0
57 stars 37 forks source link

Issue 55 Update test to create edge route and test using it #66

Closed pavolloffay closed 6 years ago

pavolloffay commented 6 years ago

Supersedes #57, to properly run CI Related to #55

Signed-off-by: Kevin Earls kearls@redhat.com

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#1: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#2: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#3: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#4: Console log: external, internal

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#5: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#6: Console log: external, internal

pavolloffay commented 6 years ago

It seems that tests for this are not stable see https://jenkins-jaeger-test.147.75.90.227.nip.io/blue/organizations/jenkins/Jaeger%20Openshift%20Templates%20Test/detail/PR-66/6/pipeline and before it passed.

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#7: Console log: external, internal

kevinearls commented 6 years ago

@pavolloffay I think there is a timing issue in those tests that occurs so infrequently I've not been able to fix it. Generally when it occurs if I go look at the Jaeger UI afterwards all of the correct spans are there. I've rerun the tests and it passed this time.

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#8: Console log: external, internal

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#9: Console log: external, internal

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#10: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#11: Console log: external, internal

pavolloffay commented 6 years ago

Looking at the reported CI statuses. It's pretty unstable

@kevinearls could you fix the issue in the tests:

Failed tests:   spanWithChildrenTest(io.jaegertracing.qe.tests.FirstJaegerTest): expected:<3> but was:<2>

it also happens for production-elastic: functional test task

kevinearls commented 6 years ago

@pavolloffay the test failure should be fixed by https://github.com/Hawkular-QE/jaeger-java-test/pull/17 . Please try again.

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#12: Console log: external, internal

pavolloffay commented 6 years ago

@kevinearls thanks, now it passed