Fix Vertica E2E Counts (#17071)

This commit is contained in:
IceS2 2024-07-18 14:54:15 +02:00 committed by GitHub
parent 25a0a2ccf4
commit aa3d54aede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,9 @@ from .common_e2e_sqa_mixins import SQACommonMethods
class VerticaCliTest(CliCommonDB.TestSuite, SQACommonMethods): class VerticaCliTest(CliCommonDB.TestSuite, SQACommonMethods):
create_table_query: str = """ create_table_query: str = """
CREATE TABLE vendor_dimension_new AS CREATE TABLE vendor_dimension_new AS
SELECT * SELECT *
FROM vendor_dimension FROM vendor_dimension
WHERE 1=0; WHERE 1=0;
""" """
@ -99,7 +99,7 @@ class VerticaCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod @staticmethod
def expected_filtered_table_includes() -> int: def expected_filtered_table_includes() -> int:
return 8 return 5
@staticmethod @staticmethod
def expected_filtered_table_excludes() -> int: def expected_filtered_table_excludes() -> int:
@ -107,4 +107,4 @@ class VerticaCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod @staticmethod
def expected_filtered_mix() -> int: def expected_filtered_mix() -> int:
return 7 return 4