fixed e2e counts (#15171)

This commit is contained in:
Onkar Ravgan 2024-02-14 11:03:17 +05:30 committed by GitHub
parent 83317cc6ed
commit cdbcea11f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

@ -64,16 +64,16 @@ class MetabaseCliTest(CliCommonDashboard.TestSuite):
return 6 return 6
def expected_lineage(self) -> int: def expected_lineage(self) -> int:
return 5 return 7
def expected_tags(self) -> int: def expected_tags(self) -> int:
return 0 return 0
def expected_filtered_mix(self) -> int: def expected_filtered_mix(self) -> int:
return 2 return 3
def expected_filtered_sink_mix(self) -> int: def expected_filtered_sink_mix(self) -> int:
return 6 return 6
def expected_dashboards_and_charts_after_patch(self) -> int: def expected_dashboards_and_charts_after_patch(self) -> int:
return 1 return 0

View File

@ -71,7 +71,7 @@ class PowerBICliTest(CliCommonDashboard.TestSuite):
return 22 return 22
def expected_filtered_sink_mix(self) -> int: def expected_filtered_sink_mix(self) -> int:
return 43 return 42
def expected_dashboards_and_charts_after_patch(self) -> int: def expected_dashboards_and_charts_after_patch(self) -> int:
return 1 return 0

View File

@ -50,7 +50,7 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
return 0 return 0
def expected_filtered_sink_mix(self) -> int: def expected_filtered_sink_mix(self) -> int:
return 1 return 0
# Quicksight do not ingest tags # Quicksight do not ingest tags
def expected_tags(self) -> int: def expected_tags(self) -> int:
@ -71,4 +71,4 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
return 0 return 0
def expected_dashboards_and_charts_after_patch(self) -> int: def expected_dashboards_and_charts_after_patch(self) -> int:
return 1 return 0

View File

@ -61,7 +61,7 @@ class RedashCliTest(CliCommonDashboard.TestSuite):
return 6 return 6
def expected_filtered_sink_mix(self) -> int: def expected_filtered_sink_mix(self) -> int:
return 9 return 8
def expected_dashboards_and_charts_after_patch(self) -> int: def expected_dashboards_and_charts_after_patch(self) -> int:
return 2 return 1