Checkpoint web parity through Chromium input tasks
This commit is contained in:
55
tests/golden/M13-04C/server-job-resource-budget-report.json
Normal file
55
tests/golden/M13-04C/server-job-resource-budget-report.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-04C",
|
||||
"operation": "SERVER_JOB_RESOURCE_BUDGET",
|
||||
"limits": {
|
||||
"cpuMs": 60000,
|
||||
"memoryBytes": 536870912,
|
||||
"processCount": 1,
|
||||
"fileCount": 1024,
|
||||
"wallMs": 300000,
|
||||
"outputBytes": 536870912
|
||||
},
|
||||
"accepted": {
|
||||
"schemaVersion": 1,
|
||||
"status": "SUCCEEDED",
|
||||
"budget": {
|
||||
"schemaVersion": 1,
|
||||
"cpuMs": 60000,
|
||||
"memoryBytes": 536870912,
|
||||
"processCount": 1,
|
||||
"fileCount": 1024,
|
||||
"wallMs": 300000,
|
||||
"outputBytes": 536870912
|
||||
},
|
||||
"usage": {
|
||||
"cpuMs": 10,
|
||||
"memoryBytes": 1024,
|
||||
"processCount": 1,
|
||||
"fileCount": 2,
|
||||
"wallMs": 20,
|
||||
"outputBytes": 512
|
||||
},
|
||||
"enforced": true,
|
||||
"exceeded": []
|
||||
},
|
||||
"blocked": {
|
||||
"cpuMs": "SERVER_JOB_BUDGET_EXCEEDED",
|
||||
"memoryBytes": "SERVER_JOB_BUDGET_EXCEEDED",
|
||||
"processCount": "SERVER_JOB_BUDGET_EXCEEDED",
|
||||
"fileCount": "SERVER_JOB_BUDGET_EXCEEDED",
|
||||
"wallMs": "SERVER_JOB_BUDGET_EXCEEDED",
|
||||
"outputBytes": "SERVER_JOB_BUDGET_EXCEEDED"
|
||||
},
|
||||
"invariants": {
|
||||
"cpuBounded": true,
|
||||
"memoryBounded": true,
|
||||
"processBounded": true,
|
||||
"fileBounded": true,
|
||||
"wallBounded": true,
|
||||
"outputBounded": true,
|
||||
"executionDisabled": true
|
||||
},
|
||||
"execution": "DISABLED",
|
||||
"nextTask": "M13-04D"
|
||||
}
|
||||
Reference in New Issue
Block a user