skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

Test failure — update_v1_5_4_test — assertion AppliesTo(test.curVersion #1707

Closed hash-d closed 1 month ago

hash-d commented 1 month ago

Describe the bug The test TestSkupperNetworkStatusVolumeUpdate/older-version is failing consistently since Sep/24, with the following error, when executed on main:

23:41:10  === RUN   TestSkupperNetworkStatusVolumeUpdate/older-version
23:41:10      update_v1_5_4_test.go:78: New version: 1.5.3 - current mock site version: 1.5.4
23:41:10      update_v1_5_4_test.go:81: assertion failed: expression is false: updateSkupperNetworkVolumeTask.AppliesTo(test.curVersion) == test.applies

How To Reproduce

Run the system tests against main; not sure if -use-cluster comes into play, but it was used when the test failed.

Expected behavior

Test pass :)

Environment details

Additional context N/A

hash-d commented 1 month ago

@fgiorgetti, FYI