Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 987db50

Browse files
committed
On second thought, remove regex.linux.utf8 regression test altogether.
The code-coverage report says that this test doesn't increase coverage by one single line, which I now realize is because I made src/test/modules/test_regex/sql/test_regex_utf8.sql to cover all the code that this would. So really it's pointless and we should just drop it.
1 parent 72a3ebf commit 987db50

File tree

4 files changed

+1
-237
lines changed

4 files changed

+1
-237
lines changed

src/test/regress/expected/regex.linux.utf8.out

-171
This file was deleted.

src/test/regress/expected/regex.linux.utf8_1.out

-11
This file was deleted.

src/test/regress/parallel_schedule

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test: create_table_like alter_generic alter_operator misc async dbsize misc_func
9494
# rules cannot run concurrently with any test that creates
9595
# a view or rule in the public schema
9696
# collate.*.utf8 tests cannot be run in parallel with each other
97-
test: rules psql psql_crosstab amutils stats_ext collate.linux.utf8 regex.linux.utf8
97+
test: rules psql psql_crosstab amutils stats_ext collate.linux.utf8
9898

9999
# run by itself so it can run parallel workers
100100
test: select_parallel

src/test/regress/sql/regex.linux.utf8.sql

-54
This file was deleted.

0 commit comments

Comments
 (0)