Skip to content

Commit

Permalink
Fix the core/object go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Sep 11, 2023
1 parent 23e6dcc commit 7a0eef3
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions core/object/testdata/instanceStatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"overall": "warn",
"placement": "nodes order",
"provisioned": "true",
"resources": [
{"rid": "fs#1",
"resources": {
"fs#1": {
"label": "fs.flag",
"provisioned": {
"mtime": "2020-03-04T16:33:23.16700383+01:00",
Expand All @@ -31,7 +31,7 @@
"status": "up",
"type": "fs.flag"
},
{ "rid": "fs#2",
"fs#2": {
"label": "fs.flag",
"log": [
"info: info msg",
Expand All @@ -45,8 +45,7 @@
"status": "up",
"type": "fs.flag"
},
{
"rid": "sync#i0",
"sync#i0": {
"label": "rsync svc config to nodes",
"log": [
"warn: need update"
Expand All @@ -55,24 +54,6 @@
"status": "down",
"type": "sync.rsync"
}
],
"status_group": {
"DEFAULT": "n/a",
"app": "n/a",
"certificate": "n/a",
"container": "n/a",
"disk": "n/a",
"expose": "n/a",
"fs": "up",
"hashpolicy": "n/a",
"ip": "n/a",
"route": "n/a",
"share": "n/a",
"subset": "n/a",
"sync": "warn",
"task": "n/a",
"vhost": "n/a",
"volume": "n/a"
},
"subsets": {},
"topology": "failover",
Expand Down

0 comments on commit 7a0eef3

Please sign in to comment.