diff --git a/internal/proxy/proxy_test.go b/internal/proxy/proxy_test.go index 258353c9a3..d13cde4ca2 100644 --- a/internal/proxy/proxy_test.go +++ b/internal/proxy/proxy_test.go @@ -1056,6 +1056,12 @@ func TestProxy(t *testing.T) { fmt.Println(len(a)) // HINT: the order of stopping service refers to the `roles.go` file log.Info("start to stop the services") + { + err := sn.Stop() + assert.NoError(t, err) + log.Info("stop StreamingNode") + } + { err := mix.Stop() assert.NoError(t, err)