Fix: Redshift E2E tests (#11396)

This commit is contained in:
Nahuel 2023-05-03 04:42:32 +02:00 committed by GitHub
parent 1ec6e5e285
commit 3ba29e7f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,16 +151,19 @@ class RedshiftCliTest(CliCommonDB.TestSuite, SQACommonMethods):
"distinctCount": 22.0, "distinctCount": 22.0,
"distinctProportion": 1.0, "distinctProportion": 1.0,
"duplicateCount": None, "duplicateCount": None,
"firstQuartile": -493.42, "firstQuartile": -451.0775,
"histogram": Histogram( "histogram": Histogram(
boundaries=[ boundaries=[
"-999.63 to -369.21", "-999.63 to -665.73",
"-369.21 to 261.22", "-665.73 to -331.83",
"261.22 and up", "-331.83 to 2.06",
"2.06 to 335.96",
"335.96 to 669.86",
"669.86 and up",
], ],
frequencies=[9, 8, 5], frequencies=[3, 7, 6, 1, 2, 3],
), ),
"interQuartileRange": 883.236, "interQuartileRange": 467.7975,
"max": 856.41, "max": 856.41,
"maxLength": None, "maxLength": None,
"mean": -160.16, "mean": -160.16,
@ -174,7 +177,7 @@ class RedshiftCliTest(CliCommonDB.TestSuite, SQACommonMethods):
"nullProportion": 0.0, "nullProportion": 0.0,
"stddev": 528.297718809555, "stddev": 528.297718809555,
"sum": -3518.0, "sum": -3518.0,
"thirdQuartile": 389.816, "thirdQuartile": 16.72,
"uniqueCount": 22.0, "uniqueCount": 22.0,
"uniqueProportion": 1.0, "uniqueProportion": 1.0,
"validCount": None, "validCount": None,