Skip to content

Consume stream to finish in tests

Sami Hiltunen requested to merge smh-finish-stream into master
  • TestUserMergeBranch_failingHooks is not closing the stream in test scenarios that don't lead to an error. This causes unexpected behavior as the RPC is still open when the test ends. Avoid this by consuming the stream to finish in the test.

  • TestUserMergeBranch_failingHooks is not consuming the stream to finish. This causes unexpected behavior as the RPC is still open when the test ends. Avoid this by consuming the stream to finish in the test.

Merge request reports