How to provide a running instance of POSTGRES to a test under PkgEval on JuliaHub? #494
Replies: 3 comments 1 reply
-
"has a red PkgEval badge" can you please explain this? |
Beta Was this translation helpful? Give feedback.
-
@AbhimanyuAryan It's this https://github.com/JuliaCI/PkgEval.jl @michaelfliegner In general, it might make sense not to test the actual database integration in your unit tests (and do it in separate integration tests). Depending how your tests are set up, you can mock the DB calls. If you don't want to mock, you could use SQLite for tests. Put Genie into |
Beta Was this translation helpful? Give feedback.
-
I am building an app for audit proof temporal storage ( like for insurance
contracts) and I need POSTGRES for time intervals.
Adrian Salceanu ***@***.***> schrieb am Mi., 9. März 2022,
10:34:
… @AbhimanyuAryan <https://github.com/AbhimanyuAryan> It's this
https://github.com/JuliaCI/PkgEval.jl
@michaelfliegner <https://github.com/michaelfliegner> what does this have
to do with Genie?
—
Reply to this email directly, view it on GitHub
<#494 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6Y2UTRG6ZRAQYJ3TPVUTLU7BWD5ANCNFSM5PX4JBQQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
My package BitemporalPostgres has a red PkgEval badge, which I do not like ...
Is it possible or even worth while to try? How to fire up a docker POSTGRES image from inside runtests.jl? Or am I completely off track here?
Please help
Regards Michael
Beta Was this translation helpful? Give feedback.
All reactions