Skip to content

Commit

Permalink
refac: Add test comment and rename the test func
Browse files Browse the repository at this point in the history
Signed-off-by: Noble Mittal <[email protected]>
  • Loading branch information
beingnoble03 committed Oct 18, 2024
1 parent deb6975 commit ccc95ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go/vt/vtctl/workflow/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,9 @@ func createReadVReplicationWorkflowFunc(t *testing.T, workflowType binlogdatapb.
}
}

func TestGetWorkflowsSingleStream(t *testing.T) {
// Test checks that we don't include logs from non-existent streams in the result.
// Ensures that we just skip the logs from non-existent streams and include the rest.
func TestGetWorkflowsStreamLogs(t *testing.T) {
ctx := context.Background()

sourceKeyspace := "source_keyspace"
Expand Down

0 comments on commit ccc95ad

Please sign in to comment.