Skip to content

impl(bq_driver): add SQLStatistics api integration test case - #1647

Draft
NeerajDwivedii wants to merge 1 commit into
mainfrom
add_SQLStatics_integ_tests
Draft

impl(bq_driver): add SQLStatistics api integration test case#1647
NeerajDwivedii wants to merge 1 commit into
mainfrom
add_SQLStatics_integ_tests

Conversation

@NeerajDwivedii

@NeerajDwivedii NeerajDwivedii commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

This PR adds integration test cases for the SQLStatistics API, covering all major scenarios. Here is design doc https://docs.google.com/document/d/1K0cItDJfEQuniZ3x4jaT1rf-Tcv8mnPNzcxpcy-UlG0/edit?tab=t.0#heading=h.9zi49wdkb4b1

@NeerajDwivedii
NeerajDwivedii force-pushed the add_SQLStatics_integ_tests branch from ca34889 to 26bffa0 Compare August 31, 2026 08:30
@NeerajDwivedii NeerajDwivedii changed the title impl(bq_driver): add integration test case impl(bq_driver): add SQLStatistics api integration test case Aug 31, 2026
EXPECT_EQ(Disconnect(conn), SQL_SUCCESS);

EXPECT_EQ(Connect(kDefaultConnectionString, conn), SQL_SUCCESS);
auto status = SQLStatistics(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where are we checking the values given by the API?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants