Table of Contents
Currently, Evergreen pgTAP tests expect a version of pgTAP (0.93) that is not yet available in the packages for most Linux distributions. Therefore, you will have to install pgTAP from source as follows:
Create the pgTAP extension in your Evergreen database. Using psql
,
connect to your Evergreen database and then issue the command:
CREATE EXTENSION pgtap;