Skip to content

Commit

Permalink
fix TestMsgJrpcRepeated sometimes failure
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf2 committed Jul 1, 2023
1 parent 477f8ff commit 942c339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/msg_jrpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func TestMsgJrpcDoAndSubmitBusiFailed(t *testing.T) {
func TestMsgJrpcRepeated(t *testing.T) {
msg := genJrpcMsg(dtmimp.GetFuncName())
msg.Submit()
assert.Equal(t, StatusSubmitted, getTransStatus(msg.Gid))
waitTransProcessed(msg.Gid)
assert.Equal(t, []string{StatusSucceed, StatusSucceed}, getBranchesStatus(msg.Gid))
assert.Equal(t, StatusSucceed, getTransStatus(msg.Gid))
Expand Down

0 comments on commit 942c339

Please sign in to comment.