Closed jelly closed 1 week ago
Ding ding ding, fails in some cases still so this needs to be conditional
Ah, you are saying the "contains my-busybox" isn't specific enough? But the parent image shouldn't be shown in the "tr", just in the info below. 🤔 This smells funny, and also fails on some OSes. Let's figure out Monday.
The image has two tags, but which one is shown is not predictable which is the issue shown in the failing tests. Either the UI does not update or it is unpredicable.
Cool this works now
this looks like flake, /me leans on retry button
Ah, makes sense -- UI has the same order as .RepoTags
Yup, apparently that is not deterministic :D
testDownloadImage flaked a very often as the test succeeds when runs fast enough. Tagging an image to a new name in this case changes the image list name to
copybox
possibly because it is sorted beforemy-busybox
.Alternatively we can wait on either?