You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Wathola Tracing for upgrade tests (knative#6219)
* wathola exposing trace information
* Run update-deps.sh
* Fix license
* Fix import
* Ensure backwards compatibility
* Assert ParentID not nil in test
* Separate old and new events sender APIs
* Make loggingCfg in client private
* Wait only 1 second for flushing tracing info
The Reporter is created with a default batch interval 1 second. So, it
should be enough to wait just 1 second because the data is flushed every
1 second.
* Increase the sleep time to 1.5 seconds to be safe
* The ticker runs every 100ms so it could be 1100 ms until the buffer
really flushes.
* Use Log.Fatal when tracing is not set up properly
* Increase the sleep time to 5 seconds and reference knative/pkg issue
* Process empty tracing config in test images (knative#6289)
* Print traces for missed events in upgrade tests (knative#6249)
* Upgrade tests reporting Trace information for missed events
* TMP: Induce missed event
* Revert "TMP: Induce missed event"
This reverts commit 2fec7c7.
* Report trace also for Duplicated events
* TMP: Induce missed event
* TMP: Simulate duplicate events
* Fix readme
* Unify path for duplicate and missed events
* Revert "TMP: Simulate duplicate events"
This reverts commit c126521.
* Revert "TMP: Induce missed event"
This reverts commit fcd9185.
* Do not fail upgrade tests if tracing is not configured (knative#6299)
* Do not fail upgrade tests if tracing is not configured
* TMP: Do not deploy Knative Monitoring
* Revert "TMP: Do not deploy Knative Monitoring"
This reverts commit 086a8f9.
* Limit the number of exported traces (knative#6329)
Exporting traces for a large number of events can exceed the timeout of
the whole test suite, leading to all upgrade tests being reported as
failed.
* Cleanup Zipkin tracing only once in upgrade test suite (knative#6331)
* NPE fix (knative#6343)
Co-authored-by: Chris Suszynski <[email protected]>
0 commit comments