scylladb / scylladb/python-rs-driver

Expose server warnings on RequestResult

Open
#157 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.