[sig-storage] Volumes update with migration Update volumes with the migration updateVolumesStrategy should cancel the migration and clear the volume migration state |
tests/storage/migration.go:758
Timed out after 120.001s.
The volumes migrated should be set
Expected
<[]v1.StorageMigratedVolumeInfo | len:0, cap:0>: nil
to contain element matching
<v1.StorageMigratedVolumeInfo>: {
VolumeName: "volume",
SourcePVCInfo: {
ClaimName: "test-datavolume-wpn9fngt2twd",
AccessModes: nil,
VolumeMode: "Filesystem",
Capacity: nil,
Requests: nil,
Preallocated: false,
FilesystemOverhead: nil,
},
DestinationPVCInfo: {
ClaimName: "dest-mrghv",
AccessModes: nil,
VolumeMode: "Filesystem",
Capacity: nil,
Requests: nil,
Preallocated: false,
FilesystemOverhead: nil,
},
}
tests/storage/migration.go:774
|