Skip to content

Commit

Permalink
Add pre-filled processes db for e2e tests (#53)
Browse files Browse the repository at this point in the history
ci: add pre-filled processes db for e2e tests
  • Loading branch information
sebastianfrey authored Oct 30, 2023
1 parent bd03604 commit 7e9c8f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/e2e/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ server:
attribution: '&copy; <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
manager:
name: TinyDB
connection: /tmp/pygeoapi-process-manager.db
output_dir: /tmp/
connection: /pygeoapi/data/processes.db
output_dir: /pygeoapi/data/

logging:
level: ERROR
Expand Down
1 change: 1 addition & 0 deletions docker/e2e/data/processes.db
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"_default": {"1": {"identifier": "f78fa304-775f-11ee-88b4-0242ac110002", "process_id": "hello-world", "job_start_datetime": "2023-10-30T20:07:35.404870Z", "job_end_datetime": "2023-10-30T20:07:35.408560Z", "status": "successful", "location": "/tmp/hello-world-f78fa304-775f-11ee-88b4-0242ac110002", "mimetype": "application/json", "message": "Job complete", "progress": 100}}}

0 comments on commit 7e9c8f5

Please sign in to comment.