AydarZaynutdinov commented on a change in pull request #15926:
URL: https://github.com/apache/beam/pull/15926#discussion_r747424034



##########
File path: playground/backend/cmd/server/controller_test.go
##########
@@ -448,6 +453,58 @@ func TestPlaygroundController_GetRunError(t *testing.T) {
        }
 }
 
+func TestPlaygroundController_Cancel(t *testing.T) {

Review comment:
       Yes, this is a good point. However, when I tried to use this library for 
our tests some tests were failed. It seems that during the processing of the 
tests, we are creating additional goroutines (for local storage and to send 
requests to the backend), so this library will find them as additional 
goroutines.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to