fixup! oversubscription: Add MemoryMaxMB to internal structs

This commit is contained in:
Mahmood Ali
2021-03-31 08:52:20 -04:00
parent 43549b46fc
commit 699cd7a120

View File

@@ -4626,6 +4626,12 @@ func TestTaskDiff(t *testing.T) {
Old: "100",
New: "100",
},
{
Type: DiffTypeNone,
Name: "Cores",
Old: "0",
New: "0",
},
{
Type: DiffTypeNone,
Name: "DiskMB",