Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
773239e3
Verified
Commit
773239e3
authored
3 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add flag to make binary image data from curl to go null
parent
a1d2f9a6
No related branches found
Branches containing commit
Tags
gamma-test-r20220119_2201
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci_tests/_tests_common.sh
+1
-1
1 addition, 1 deletion
ci_tests/_tests_common.sh
with
1 addition
and
1 deletion
ci_tests/_tests_common.sh
+
1
−
1
View file @
773239e3
...
...
@@ -218,7 +218,7 @@ run_mapserver_postgres_checks() {
run_mapcache_checks
()
{
first_time
=
$(
run_remote_curl_pod
"
${
MAPCACHE_RELEASE_NAME
}
1"
"http://
${
MAPSERVER_RELEASE_NAME
}
.
${
ns
}
/wms_times/g16/abi/radm1/C01"
|
head
-c
21 |
tail
-c
19
)
debug
"MapServer first time:
${
first_time
}
"
run_remote_curl_pod
"
${
MAPCACHE_RELEASE_NAME
}
2"
"http://
${
MAPCACHE_RELEASE_NAME
}
.
${
ns
}
/mapcache/wmts/?TIME=
${
first_time
}
Z&TILEMATRIXSET=grid_g16_abi_radf_1000m&LAYER=g16_abi_radm1_l1b_C01&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=0&TileCol=0&TileRow=0"
--fail
>
/dev/null
run_remote_curl_pod
"
${
MAPCACHE_RELEASE_NAME
}
2"
"http://
${
MAPCACHE_RELEASE_NAME
}
.
${
ns
}
/mapcache/wmts/?TIME=
${
first_time
}
Z&TILEMATRIXSET=grid_g16_abi_radf_1000m&LAYER=g16_abi_radm1_l1b_C01&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=0&TileCol=0&TileRow=0"
--fail
--output
-
>
/dev/null
}
run_client_checks
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment