Skip to content

Commit 9eef2c0

Browse files
sondavidbcoderbirju
authored andcommitted
Use rabbitmqImage in FUSE failure test
On ARM instances, pinnedRabbitmqImage does not work for this test due to some issues with xattr/whiteout dir detection. This is either a bug in the image or our code, but to get around CI for now we will just use a regular rabbitmq image. Signed-off-by: David Son <[email protected]>
1 parent 7025601 commit 9eef2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/metrics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ log_fuse_operations = true
198198
},
199199
{
200200
name: "image with valid-formatted but invalid-data ztocs causes a fuse failure",
201-
image: pinnedRabbitmqImage,
201+
image: rabbitmqImage,
202202
indexDigestFn: func(t *testing.T, sh *shell.Shell, image imageInfo) string {
203203
indexDigest, err := buildIndexByManipulatingZtocData(sh, buildIndex(sh, image, withMinLayerSize(0)), manipulateZtocMetadata)
204204
if err != nil {

0 commit comments

Comments
 (0)