Simplify raise-on-missing adapter flow#319
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Streamline
|
Simplify raise-on-missing flow by updating
|
There was a problem hiding this comment.
APPROVE
Generated by PR Review Agent for issue #319
|
Summary:
tests/stores/elasticsearch/test_elasticsearch.py:51-63
return [str(index_name) for index_name in indices.body]
...
existing = {str(index_name) for index_name in indices.body}Tests:
|
|
/ai let's take care of the CI failure in this PR too |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Summary: fixed SIM118 by iterating Elasticsearch indices dicts directly in Tests: Lint:
|

Summary
RaiseOnMissingAdapter.getandttlto remove redundant branches while preserving behaviorraise_on_missingflagTesting
UV_CACHE_DIR=/tmp/gh-aw/agent/uv-cache make test-concise