Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Unexpected PGRES_FATAL_ERROR in tests #230

Open
TylerLoewen opened this issue Sep 15, 2021 · 0 comments
Open

CI: Unexpected PGRES_FATAL_ERROR in tests #230

TylerLoewen opened this issue Sep 15, 2021 · 0 comments

Comments

@TylerLoewen
Copy link
Contributor

Error in Julia 1.0 Ubuntu job: https://github.com/invenia/LibPQ.jl/runs/3577583027?check_suite_focus=true

Example SELECT: Test Failed at /home/runner/work/LibPQ.jl/LibPQ.jl/test/runtests.jl:159
  Expression: status(result) == (LibPQ.libpq_c).PGRES_TUPLES_OK
   Evaluated: PGRES_FATAL_ERROR::ExecStatusType = 7 == PGRES_TUPLES_OK::ExecStatusType = 2
Stacktrace:
 [1] macro expansion at /home/runner/work/LibPQ.jl/LibPQ.jl/test/runtests.jl:159 [inlined]
 [2] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Test/src/Test.jl:1083 [inlined]
 [3] macro expansion at /home/runner/work/LibPQ.jl/LibPQ.jl/test/runtests.jl:75 [inlined]
 [4] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Test/src/Test.jl:1083 [inlined]
 [5] macro expansion at /home/runner/work/LibPQ.jl/LibPQ.jl/test/runtests.jl:72 [inlined]
 [6] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Test/src/Test.jl:1083 [inlined]
 [7] top-level scope at /home/runner/work/LibPQ.jl/LibPQ.jl/test/runtests.jl:36
@iamed2 iamed2 changed the title CI: PGRES_FATAL_ERROR::ExecStatusType = 7 == PGRES_TUPLES_OK::ExecStatusType = 2 error in tests CI: Unexpected PGRES_FATAL_ERROR in tests Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant