File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2626
2727# Make sure the package has been deployed
2828# Expected count is number of declared expath dependencies + 1 (the app itself)
29+ # This is only meaningful for unexploded containers
2930@test " logs show package deployment" {
31+ skip
3032 result=$( docker logs exist | grep -ow -c ' [[ $context?id ]]' )
3133 expected=[[ if (exists($pkg ? dependencies)) then array:size($pkg ? dependencies) + 1 else 1 ]]
3234 [ " $result " -eq $expected ]
3335}
3436
3537@test " application responds" {
36- result=$( curl -s -o /dev/null -w " %{http_code}" http://127.0.0.1:8080/exist/apps/[[ $pkg ? abbrev ]]/)
38+ result=$( curl -sL -o /dev/null -w " %{http_code}" http://127.0.0.1:8080/exist/apps/[[ $pkg ? abbrev ]]/)
3739 [ " $result " -eq 200 ]
3840}
3941
You can’t perform that action at this time.
0 commit comments