the region_stats
API will return an error in instance test
#4935
Labels
good first issue
Good for newcomers
region_stats
API will return an error in instance test
#4935
greptimedb/tests-integration/src/tests/instance_test.rs
Line 1478 in 7a4276c
The failure CI is https://github.com/GreptimeTeam/greptimedb/actions/runs/11657280986/job/32454614252?pr=4927
So I have to use
unwrap_or_else
instead of?
operator here.Originally posted by @killme2008 in #4927 (comment)
The text was updated successfully, but these errors were encountered: