You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of habit, I used make check after compiling and installing the package. That told me to run make installcheck instead, so I did that. However, I got this:
perhan: system_stats 0$ make installcheck
"Platform is: linux"
/home/alvherre/Code/pgsql-install/REL_11_STABLE/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --inputdir=./ --bindir='/home/alvherre/Code/pgsql-install/REL_11_STABLE/bin' --dbname=contrib_regression system_stats
(using postmaster on Unix socket, port 55442)
============== dropping database "contrib_regression" ==============
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries ==============
test system_stats ... /bin/sh: 1: cannot open /home/alvherre/Code/system_stats/sql/system_stats.sql: No such file
The sql/system_stats.sql file does indeed not exist and it has never existed in the repository.
The text was updated successfully, but these errors were encountered:
@dpage-edb I didn't find anywhere locally and I also checked in current project structure there is no system_stats.sql file, I am not sure why it is complaining.
Out of habit, I used
make check
after compiling and installing the package. That told me to runmake installcheck
instead, so I did that. However, I got this:The
sql/system_stats.sql
file does indeed not exist and it has never existed in the repository.The text was updated successfully, but these errors were encountered: