MCPcopy Create free account
hub / github.com/apache/skywalking-php / request_fpm_memcache

Function request_fpm_memcache

tests/e2e.rs:162–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162async fn request_fpm_memcache() {
163 request_common(
164 HTTP_CLIENT.get(format!("http://{}/memcache.php", PROXY_SERVER_1_ADDRESS)),
165 "ok",
166 )
167 .await;
168}
169
170async fn request_fpm_monolog() {
171 request_common(

Callers 1

run_e2eFunction · 0.85

Calls 1

request_commonFunction · 0.85

Tested by

no test coverage detected