View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009380 | Taler | deployment and operations | public | 2024-12-10 22:37 | 2024-12-13 19:15 |
Reporter | oec | Assigned To | oec | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009380: [exchange] tests in buildbot skip auditor tests | ||||
Description | On the buildbot, when running `make check` in exchange/ci/jobs/002-test/test.sh some tests are skipped. Among those, quite crucially, are the auditor tests, see below. That means that even if buildbot shows all green on the tests, we might actually have issues, especially with the auditor. The tests should not skip any tests, if possible. At least not the ones in src/auditor. | ||||
Additional Information | ``` Making check in auditordb make[2]: Entering directory '/workdir/src/auditordb' make test_auditordb_checkpoints-postgres test_auditordb-postgres make[3]: Entering directory '/workdir/src/auditordb' CC test_auditordb_checkpoints.o CCLD test_auditordb_checkpoints-postgres CC test_auditordb.o CCLD test_auditordb-postgres make[3]: Leaving directory '/workdir/src/auditordb' make check-TESTS make[3]: Entering directory '/workdir/src/auditordb' make[4]: Entering directory '/workdir/src/auditordb' 2024-12-10 09:19:00.322 UTC [56230] root@talercheck ERROR: schema "auditor" does not exist at character 8 2024-12-10 09:19:00.322 UTC [56230] root@talercheck STATEMENT: SELECT auditor.do_create_tables ($1); 2024-12-10 09:19:00.322 UTC [56230] root@talercheck ERROR: prepared statement "create_tables" does not exist SKIP: test_auditordb_checkpoints-postgres 2024-12-10 09:19:00.383 UTC [56250] root@talercheck ERROR: schema "auditor" does not exist at character 8 2024-12-10 09:19:00.383 UTC [56250] root@talercheck STATEMENT: SELECT auditor.do_create_tables ($1); 2024-12-10 09:19:00.383 UTC [56250] root@talercheck ERROR: prepared statement "create_tables" does not exist SKIP: test_auditordb-postgres ============================================================================ Testsuite summary for taler-exchange 0.14.0 ============================================================================ # TOTAL: 2 # PASS: 0 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/workdir/src/auditordb' make[3]: Leaving directory '/workdir/src/auditordb' make[2]: Leaving directory '/workdir/src/auditordb' Making check in auditor make[2]: Entering directory '/workdir/src/auditor' make test-auditor.sh test-kyc.sh test-revocation.sh test-sync.sh make[3]: Entering directory '/workdir/src/auditor' make[3]: Nothing to be done for 'test-auditor.sh'. make[3]: Nothing to be done for 'test-kyc.sh'. make[3]: Nothing to be done for 'test-revocation.sh'. make[3]: Nothing to be done for 'test-sync.sh'. make[3]: Leaving directory '/workdir/src/auditor' make check-TESTS make[3]: Entering directory '/workdir/src/auditor' make[4]: Entering directory '/workdir/src/auditor' SKIP: test-revocation.sh SKIP: test-sync.sh SKIP: test-auditor.sh ============================================================================ Testsuite summary for taler-exchange 0.14.0 ============================================================================ # TOTAL: 3 # PASS: 0 # SKIP: 3 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/workdir/src/auditor ``` | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-10 22:37 | oec | New Issue | |
2024-12-10 22:37 | oec | Status | new => assigned |
2024-12-10 22:37 | oec | Assigned To | => Florian Dold |
2024-12-11 23:26 | oec | Assigned To | Florian Dold => oec |
2024-12-11 23:26 | oec | Target Version | git (master) => 0.14 |
2024-12-12 22:55 | oec | Status | assigned => resolved |
2024-12-12 22:55 | oec | Resolution | open => fixed |
2024-12-12 22:55 | oec | Note Added: 0023876 | |
2024-12-13 01:59 | Christian Grothoff | Fixed in Version | => 0.14 |
2024-12-13 19:15 | Christian Grothoff | Status | resolved => closed |