mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
fixup! oversubscription: Add MemoryMaxMB to internal structs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user