Skip to content

Commit

Permalink
Smoke/CO: Update zap
Browse files Browse the repository at this point in the history
fix UnitTesting cluster
  • Loading branch information
hare-siterwell committed Jun 30, 2023
1 parent d769525 commit 4607dab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1797,6 +1797,9 @@ server cluster UnitTesting = 4294048773 {
BOOLEAN arg3 = 2;
}

command Test(): DefaultSuccess = 0;
command TestNotHandled(): DefaultSuccess = 1;
command TestSpecific(): TestSpecificResponse = 2;
command TestEmitTestEventRequest(TestEmitTestEventRequestRequest): TestEmitTestEventResponse = 20;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7013,23 +7013,23 @@
"code": 0,
"mfgCode": null,
"source": "client",
"incoming": 0,
"incoming": 1,
"outgoing": 1
},
{
"name": "TestNotHandled",
"code": 1,
"mfgCode": null,
"source": "client",
"incoming": 0,
"incoming": 1,
"outgoing": 1
},
{
"name": "TestSpecific",
"code": 2,
"mfgCode": null,
"source": "client",
"incoming": 0,
"incoming": 1,
"outgoing": 1
},
{
Expand Down

0 comments on commit 4607dab

Please sign in to comment.