| [sig-storage] Backup Full Backup with source VirtualMachine 2 backups to the same PVC should succeed |
tests/storage/backup.go:109
Timed out after 180.001s.
Expected
<string>: VirtualMachineBackupStatus
to match fields: {
.Conditions:
Expected
<[]v1alpha1.Condition | len:2, cap:2>: [
{
Type: "Progressing",
Status: "False",
LastProbeTime: {
Time: 0001-01-01T00:00:00Z,
},
LastTransitionTime: {
Time: 2026-02-24T18:34:12Z,
},
Reason: "Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')",
Message: "",
},
{
Type: "Done",
Status: "True",
LastProbeTime: {
Time: 0001-01-01T00:00:00Z,
},
LastTransitionTime: {
Time: 2026-02-24T18:34:12Z,
},
Reason: "Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')",
Message: "",
},
]
to contain elements
<[]*gstruct.FieldsMatcher | len:2, cap:2>: [
{
Fields: {
"Type": <*matchers.EqualMatcher | 0xc0020deae0>{
Expected: <v1alpha1.ConditionType>"Done",
},
"Status": <*matchers.EqualMatcher | 0xc0020deaf0>{
Expected: <v1.ConditionStatus>"True",
},
"Reason": <*matchers.ContainSubstringMatcher | 0xc001815170>{
Substr: "Successfully completed VirtualMachineBackup",
Args: nil,
},
},
IgnoreExtras: true,
IgnoreUnexportedExtras: false,
IgnoreMissing: false,
failures: [
<*errors.NestedError | 0xc0067e16a0>{
Path: ".Reason",
Err: <*errors.errorString | 0xc0008ed070>{
s: "Expected\n <string>: Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')\nto contain substring\n <string>: Successfully completed VirtualMachineBackup",
},
},
],
},
{
Fields: {
"Type": <*matchers.EqualMatcher | 0xc0020deb60>{
Expected: <v1alpha1.ConditionType>"Progressing",
},
"Status": <*matchers.EqualMatcher | 0xc0020deb70>{
Expected: <v1.ConditionStatus>"False",
},
},
IgnoreExtras: true,
IgnoreUnexportedExtras: false,
IgnoreMissing: false,
failures: [
<*errors.NestedError | 0xc0067e16c0>{
Path: ".Type",
Err: <*errors.errorString | 0xc0008edd40>{
s: "Expected\n <v1alpha1.ConditionType>: Done\nto equal\n <v1alpha1.ConditionType>: Progressing",
},
},
<*errors.NestedError | 0xc0067e16e0>{
Path: ".Status",
Err: <*errors.errorString | 0xc000388300>{
s: "Expected\n <v1.ConditionStatus>: True\nto equal\n <v1.ConditionStatus>: False",
},
},
],
},
]
the missing elements were
<[]*gstruct.FieldsMatcher | len:1, cap:1>: [
{
Fields: {
"Type": <*matchers.EqualMatcher | 0xc0020deae0>{
Expected: <v1alpha1.ConditionType>"Done",
},
"Status": <*matchers.EqualMatcher | 0xc0020deaf0>{
Expected: <v1.ConditionStatus>"True",
},
"Reason": <*matchers.ContainSubstringMatcher | 0xc001815170>{
Substr: "Successfully completed VirtualMachineBackup",
Args: nil,
},
},
IgnoreExtras: true,
IgnoreUnexportedExtras: false,
IgnoreMissing: false,
failures: [
<*errors.NestedError | 0xc0067e16a0>{
Path: ".Reason",
Err: <*errors.errorString | 0xc0008ed070>{
s: "Expected\n <string>: Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')\nto contain substring\n <string>: Successfully completed VirtualMachineBackup",
},
},
],
},
]
}
tests/storage/backup.go:808
|