MCPcopy Create free account
hub / github.com/LEXUGE/dcompass / check_success_query_cache_mode

Function check_success_query_cache_mode

dcompass/src/tests.rs:57–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56#[tokio::test]
57async fn check_success_query_cache_mode() {
58 init(serde_yaml::from_str(include_str!("../../configs/query_cache_policy.yaml")).unwrap())
59 .await
60 .unwrap();
61 assert_eq!(
62 init(serde_yaml::from_str(include_str!("../../configs/query_cache_policy.yaml")).unwrap())
63 .await
64 .is_ok(),
65 true
66 );
67}
68
69#[tokio::test(flavor = "multi_thread")]
70async fn check_success_geoip() {

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected