Azure / Azure/pykusto

Unhandled exception in thread used in tests

Open
#145 0 comments 0 reactions 0 assignees View on GitHub
test
Dominant language
Python
Stars
32
Forks
15
PR merge metrics
No merged PRs in 30d

Description

`'KustoResponse' object is not iterable` raised from this line:
`TestClientFetch.query_thread = Thread(target=lambda: TestClientFetch.query_results.extend(query()))`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the test thread assignment shown in the issue and inspect the behavior of query() and KustoResponse. Reproduce the exception and determine the expected handling of the query result; done means the test thread completes without the reported non-iterable error and preserves the intended query results.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
testing
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.