linz / postgresql-tableversion

PostgreSQL table versioning management software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed test 143: relation "t" already exists

strk opened this issue · comments

When running make check in master branch, I get an error:

Loading table_version 1.8.0 in contrib_regression.table_version (EXT_MODE off)
Using template file ./table_version-1.8.0.sql.tpl
NOTICE:  Setting revision_id_seq value to 1000
NOTICE:  event trigger "_ver_abort_drop_of_versioned_table" does not exist, skipping
pg_prove -d contrib_regression test/sql
test/sql/base.pg ..... 68/181
# Failed test 143
#     died: 42P07: relation "t" already exists
#         CONTEXT:
#             SQL statement "CREATE TABLE t (k int primary key, v text)"
#             PL/pgSQL function lives_ok(text,text) line 14 at EXECUTE

It works on github-action so I dunno what it is.
I'm building and running against PostgreSQL-9.6

Closing as non reproducible