scylladb / scylladb/python-rs-driver
Expose server warnings on RequestResult
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6
- Forks
- 7
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 9
Description
In the old driver on the ResultSet exist method ResultSet.warnings (list of server warning strings) which is used in the test/cluster/test_guardrails.py:29-30,144, test_multidc.py:614-667. We will need to expose similar functionality on our RequestResult.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the old driver's ResultSet.warnings behavior with the current RequestResult API. Read the warning-related usages in test/cluster/test_guardrails.py:29-30,144 and test_multidc.py:614-667, then identify the RequestResult implementation and its existing tests. Done means server warning strings are exposed through RequestResult with coverage for the referenced scenarios.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- databases, distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100