mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 22:49:00 +00:00
fixed e2e counts (#15171)
This commit is contained in:
parent
83317cc6ed
commit
cdbcea11f6
@ -64,16 +64,16 @@ class MetabaseCliTest(CliCommonDashboard.TestSuite):
|
||||
return 6
|
||||
|
||||
def expected_lineage(self) -> int:
|
||||
return 5
|
||||
return 7
|
||||
|
||||
def expected_tags(self) -> int:
|
||||
return 0
|
||||
|
||||
def expected_filtered_mix(self) -> int:
|
||||
return 2
|
||||
return 3
|
||||
|
||||
def expected_filtered_sink_mix(self) -> int:
|
||||
return 6
|
||||
|
||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||
return 1
|
||||
return 0
|
||||
|
@ -71,7 +71,7 @@ class PowerBICliTest(CliCommonDashboard.TestSuite):
|
||||
return 22
|
||||
|
||||
def expected_filtered_sink_mix(self) -> int:
|
||||
return 43
|
||||
return 42
|
||||
|
||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||
return 1
|
||||
return 0
|
||||
|
@ -50,7 +50,7 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
|
||||
return 0
|
||||
|
||||
def expected_filtered_sink_mix(self) -> int:
|
||||
return 1
|
||||
return 0
|
||||
|
||||
# Quicksight do not ingest tags
|
||||
def expected_tags(self) -> int:
|
||||
@ -71,4 +71,4 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
|
||||
return 0
|
||||
|
||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||
return 1
|
||||
return 0
|
||||
|
@ -61,7 +61,7 @@ class RedashCliTest(CliCommonDashboard.TestSuite):
|
||||
return 6
|
||||
|
||||
def expected_filtered_sink_mix(self) -> int:
|
||||
return 9
|
||||
return 8
|
||||
|
||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||
return 2
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user