View Issue Details

IDProjectCategoryView StatusLast Update
0009380Talerdeployment and operationspublic2024-12-13 19:15
Reporteroec Assigned Tooec  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.14Fixed in Version0.14 
Summary0009380: [exchange] tests in buildbot skip auditor tests
DescriptionOn 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
```
TagsNo tags attached.

Activities

oec

2024-12-12 22:55

developer   ~0023876

Resolved with 9efa30cdd3a39d95e766cd1d9bfdeeefe4f87e06. (Hopefully - buildbot just started)

Issue History

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