mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 20:36:38 +00:00
12 lines
428 B
JSON
12 lines
428 B
JSON
{
|
|
"protocolVersion": "v1",
|
|
"fixtureSet": "heartbeat",
|
|
"fixture": "overflow",
|
|
"description": "Values beyond frozen bounds are rejected before persistence.",
|
|
"vectors": [
|
|
{"field": "sequence", "value": 9007199254740992, "maximum": 9007199254740991},
|
|
{"field": "coarseNodeSummary.total", "value": 4097, "maximum": 4096}
|
|
],
|
|
"expected": {"decision": "REJECT", "httpStatus": 422, "status": "INVALID_ARGUMENT"}
|
|
}
|