You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #1334, this panic shows up sometimes as a secondary symptom when a test is failing:
thread 'query::processor::tests::e2e::complete_query_ipa' panicked at ipa-core/src/query/state.rs:116:17:
query completed without returning a result
To avoid possible confusion, it would be better to suppress this and report only the true error. It's also worth making sure the production query flow can't fail this way.
The text was updated successfully, but these errors were encountered:
Similar to #1334, this panic shows up sometimes as a secondary symptom when a test is failing:
thread 'query::processor::tests::e2e::complete_query_ipa' panicked at ipa-core/src/query/state.rs:116:17:
query completed without returning a result
To avoid possible confusion, it would be better to suppress this and report only the true error. It's also worth making sure the production query flow can't fail this way.
The text was updated successfully, but these errors were encountered: