Skip to content

Commit

Permalink
[CircleCI] Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Apr 6, 2022
1 parent ebfdad0 commit e9931c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,17 @@ jobs:

- run:
name: Geoserver logs (debug)
command: docker logs geoserver4geonode --tail 500
command: docker logs geoserver4geonode --tail 1000
when: on_fail

- run:
name: Django logs (debug)
command: docker logs django4geonode --tail 500
command: docker logs django4geonode --tail 1000
when: on_fail

- run:
name: Celery logs (debug)
command: docker logs celery4geonode --tail 1000
when: on_fail

- when:
Expand Down Expand Up @@ -163,7 +168,7 @@ workflows:
name: geonode_test_rest_apis
load_docker_cache: false
save_docker_cache: false
test_suite: ./test_sync.sh geonode.base.api.tests geonode.layers.api.tests geonode.maps.api.tests geonode.documents.api.tests geonode.geoapps.api.tests geonode.upload.api.tests
test_suite: ./test.sh geonode.base.api.tests geonode.layers.api.tests geonode.maps.api.tests geonode.documents.api.tests geonode.geoapps.api.tests geonode.upload.api.tests
- build:
name: geonode_test_csw
load_docker_cache: false
Expand Down
4 changes: 4 additions & 0 deletions .env_test
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ EXIF_ENABLED=True
CREATE_LAYER=True
FAVORITE_ENABLED=True

# Advanced Workflow
RESOURCE_PUBLISHING=False
ADMIN_MODERATE_UPLOADS=False

# Upload Size Limiting
DEFAULT_MAX_UPLOAD_SIZE=5368709120
DEFAULT_MAX_PARALLEL_UPLOADS_PER_USER=100
10 changes: 0 additions & 10 deletions test_sync.sh

This file was deleted.

0 comments on commit e9931c3

Please sign in to comment.