Closed funkes closed 2 years ago
Thanks for reporting.
21 - static (Failed)
22 - event (Failed)
23 - station (Failed)
24 - station-conditional (Failed)
25 - dataselect (Failed)
26 - availability (Failed)
are related to SeisComP's fdsnws
module. This is unrelated to scdetect-cc
. (Most probably, these tests fail due to not enabling global SQLite support successfully.)
Let's focus towards running the scdetect-cc
related tests:
libsqlite3
is available on your system?scdetect-cc
won't require you to enable SQLite support globally.$SEISCOMP_ROOT/share/db/sqlite3.sql
available?Thanks for the fast reply. Now I will compile SeisComP separately. Then a new try with scdetect should follow.
Now the problem is solved: Calling "make test" after "make install" brings the last test "31 - test_scdetect_cc_integration" to a successful end. Probably it was my mistaken to call "make test" before "make install", but all the other tests ended successfully in this order too (after compiling the whole SeisComP packages).
@funkes, perfect!
Probably it was my mistaken to call "make test" before "make install", but all the other tests ended successfully in this order too (after compiling the whole SeisComP packages).
Actually, it is a bit fuzzy to have the requirement to first install SeisComP in order to run scdetect-cc
related tests. Though, at the time being I don't come up with a better idea of how to improve the situation.
After compiling SeisComP with scdetect-cc "make test" runs to error messages comparable to #114 with the same 7 failed tests:
After cleaning up the build directory I tried to enabling SQLite support globally (Following #114): I changed SQLite support to ON:
But the errors persist. An isolated test of "static" brings a hint to the module mseedlite:
I'm using gcc version 11.2.0 on Ubuntu 22.04. I checked out the sources today from github follwing https://github.com/swiss-seismological-service/scdetect.
I'm no sure, if my topic ist better related to general SeisComP stuff or to the scdetect-cc project.