#1291 Run unit tests with PostgreSQL in Jenkins job
Merged 4 years ago by mprahl. Opened 4 years ago by cqi.
cqi/fm-orchestrator run-unittests-with-pgsql  into  master

file modified
+1
@@ -67,6 +67,7 @@ 

              timeout(20) {

                  onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --no-tty'

                  onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty'

+                 onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty --with-pgsql'

              }

          }

  

Signed-off-by: Chenxiong Qi cqi@redhat.com

@cqi @csomh do you think there's value in testing with SQLite? The only benefit I see is it keeps us from accidentally using functionality only in Postgres.

Local module build runs with a SQLite database created locally. This should probably be the major reason for us to keep running tests with SQLite.

@cqi good point. I forgot about that.

Commit 567a05b fixes this pull-request

Pull-Request has been merged by mprahl

4 years ago

Pull-Request has been merged by mprahl

4 years ago