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
It would be nice to have some real checks that what we're doing is working as expected, beyond the smoke test described in #4.
We could write one or more SQL test files and have CI run them against the built container for us. We could also incorporate pgTAP but that might be overkill.
Some things to test include:
does tsdbadmin have the right permissions? Does that remain true when various objects are created?
can all the whitelisted extensions be enabled by a normal user, and work as expected?
This issue should be closed whenever any such tests are added; we can always add more later.
The text was updated successfully, but these errors were encountered:
It would be nice to have some real checks that what we're doing is working as expected, beyond the smoke test described in #4.
We could write one or more SQL test files and have CI run them against the built container for us. We could also incorporate pgTAP but that might be overkill.
Some things to test include:
This issue should be closed whenever any such tests are added; we can always add more later.
The text was updated successfully, but these errors were encountered: