Fixes: Bigquery E2E (#20863)

This commit is contained in:
Keshav Mohta 2025-04-17 11:43:14 +05:30 committed by GitHub
parent 88d8553084
commit 1063e019ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_table_includes() -> int:
return 1
return 2
@staticmethod
def expected_filtered_table_excludes() -> int:
@ -165,7 +165,7 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods):
SystemProfile(
timestamp=Timestamp(root=0),
operation=DmlOperationType.INSERT,
rowsAffected=2,
rowsAffected=1000,
),
SystemProfile(
timestamp=Timestamp(root=1),

View File

@ -119,7 +119,7 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_mix() -> int:
return 17
return 19
@staticmethod
def delete_queries() -> List[str]: