test(compare): trace monthly pre-update boundary
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"action": "PreUpdateMonthly",
|
||||
"environment": {
|
||||
"year": 200,
|
||||
"month": 12,
|
||||
"startyear": 190
|
||||
},
|
||||
"setup": {
|
||||
"syncEnvironment": true,
|
||||
"resetGenerals": true,
|
||||
"deleteOtherGenerals": true,
|
||||
"keepGeneralIds": [1, 2],
|
||||
"general": [
|
||||
{"id": 1, "values": {"makelimit": 2}},
|
||||
{"id": 2, "values": {"makelimit": 0}}
|
||||
],
|
||||
"generalAccessLog": [
|
||||
{"generalId": 1, "refreshScoreTotal": 101},
|
||||
{"generalId": 2, "refreshScoreTotal": 1}
|
||||
],
|
||||
"nation": [
|
||||
{
|
||||
"id": 1,
|
||||
"values": {
|
||||
"rate": 35,
|
||||
"rate_tmp": 10,
|
||||
"strategic_cmd_limit": 2,
|
||||
"surlimit": 1,
|
||||
"spy": "{\"1\":1,\"2\":2}"
|
||||
}
|
||||
}
|
||||
],
|
||||
"city": [
|
||||
{"id": 1, "values": {"state": 31, "term": 1, "conflict": {"1": 10}}},
|
||||
{"id": 2, "values": {"state": 32, "term": 2, "conflict": {"1": 20}}},
|
||||
{"id": 3, "values": {"state": 33, "term": 0, "conflict": {"1": 30}}},
|
||||
{"id": 4, "values": {"state": 34, "term": 3, "conflict": {"1": 40}}},
|
||||
{"id": 5, "values": {"state": 41, "term": 1, "conflict": {"1": 50}}},
|
||||
{"id": 6, "values": {"state": 42, "term": 2, "conflict": {"1": 60}}},
|
||||
{"id": 7, "values": {"state": 43, "term": 3, "conflict": {"1": 70}}}
|
||||
]
|
||||
},
|
||||
"observe": {
|
||||
"generalIds": [1, 2],
|
||||
"nationIds": [1],
|
||||
"cityIds": [1, 2, 3, 4, 5, 6, 7],
|
||||
"accessGeneralIds": [1, 2]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user