Skip to content

Commit

Permalink
roachtest: refactor github post create tests as datadriven
Browse files Browse the repository at this point in the history
The test now renders the issues in markdown.
  • Loading branch information
DarrylWong committed Oct 17, 2024
1 parent c591473 commit 8b62d5f
Show file tree
Hide file tree
Showing 35 changed files with 1,125 additions and 636 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/bazci/githubpost/issues/formatter_unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (unitTestFormatterTyp) Body(r *Renderer, data TemplateData) error {
r.A("Improve this report!",
"https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/bazci/githubpost/issues",
)
r.Escaped("\n")
r.Escaped("\n\n")
})
return nil
}
Expand Down
Loading

0 comments on commit 8b62d5f

Please sign in to comment.