[Bug]: Test testCreateStatefulPodWithTemplate are failing #11514
Closed
rlanhellas
started this conversation in
General
Replies: 2 comments 16 replies
-
Hi, did you do any change or something on |
Beta Was this translation helpful? Give feedback.
0 replies
-
@im-konge , the only thing I changed was this line because Intellij returns this error :
So I changed to ...
My java version is : 17.0.4 |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
The tests under testCreateStatefulPodWithTemplate are failing.
The tests are expecting to
strimzi.io/revision
to be equal to6458a317
but they are consistently equal to070283ab
no matter how much times you run it.Since we can't revert hash to original value, I can't find what is different in the
Pod
object to generate the correct hash. I can open a PR to change to the new hash but not sure if it's ok.Steps to reproduce
Just run the tests
testCreateStatefulPodWithTemplate
underWorkloadUtilsTest
.Expected behavior
The revision should be equal to expected by the tests.
Strimzi version
main
Kubernetes version
1.33
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions