Ingestor test
adding CI test for the ingestion ( preprocessing part)
Merge request reports
Activity
I would comment on this. If we want to have it a full pipeline test, we should watch if also registrar registers it, not only if preprocessor puts it into bucket. After merge of
redis-statuses
branch, for that to test, we can watch (with some reasonable timeout, so we dont wait forever in case of failure) for item appearing inregister-success_set
viaredis-cli
instead ofsleep 90
example:
docker exec -it $(docker ps -qf "name=emg-pvs_redis") redis-cli SISMEMBER register-success_set "urn:eop:KGS:K3_20160101113014_19339_02281264_L0F_28E2"
Edited by Lubomir Dolezalmentioned in commit 3afcf0bb
Please register or sign in to reply