mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-16 06:52:54 +00:00
Merge pull request '[v7.0/forgejo] [FEAT] Mark database errors in tests as failure' (#2978) from bp-v7.0/forgejo-2dabd20 into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2978 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
a89e146cb0
2 changed files with 10 additions and 1 deletions
|
@ -357,6 +357,9 @@ var ignoredErrorMessage = []string{
|
|||
|
||||
// TestRenameInvalidUsername
|
||||
`TrString() [E] Missing translation "form.Name"`,
|
||||
|
||||
// TestDatabaseCollation
|
||||
`[E] [Error SQL Query] INSERT INTO test_collation_tbl (txt) VALUES ('main') []`,
|
||||
}
|
||||
|
||||
func (w *testLoggerWriterCloser) recordError(msg string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue