Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-pgmq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-pgmq
Commits
9a869df2
Verified
Commit
9a869df2
authored
Jun 16, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] fix info about testing
parent
50bd57d1
Pipeline
#7674
failed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
9a869df2
...
...
@@ -12,7 +12,7 @@ for the basic module `Database.PGMQ.Simple`.
First, choose which container image to use:
```
shell
export
PGMQ_CONTAINER
=
docker.io/cgenie/pgmq:16-1.3.3.1
export
PGMQ_CONTAINER
=
quay.io/tembo/pg16-pgmq:latest
```
However, with the above container, some tests might fail because certain functions
throw errors when a table is not present (e.g.
`pgmq.drop_queue`
).
...
...
@@ -26,14 +26,14 @@ export PGMQ_CONTAINER=cgenie/pgmq:16-1.3.3.1
To run the tests, first start a PGMQ container:
```
shell
podman run
--name
pgmq
-e
POSTGRES_PASSWORD
=
postgres
-p
5432:5432
$PGMQ_CONTAINER
podman run
--
rm
--
name
pgmq
-e
POSTGRES_PASSWORD
=
postgres
-p
5432:5432
$PGMQ_CONTAINER
```
or with Docker:
```
shell
docker run
--name
pgmq
-e
POSTGRES_PASSWORD
=
postgres
-p
5432:5432
$PGMQ_CONTAINER
docker run
--
rm
--
name
pgmq
-e
POSTGRES_PASSWORD
=
postgres
-p
5432:5432
$PGMQ_CONTAINER
```
Then, execute the tests:
```
shell
cabal v2-
run simple-
test
cabal v2-test
```
The tests should print debug information and complete without errors.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment