Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BE flake: metabase.models.dashboard-card-test/update-dashboard-card!-call-count-test #43153

Closed
calherries opened this issue May 24, 2024 · 0 comments · Fixed by #43248
Closed

Comments

@calherries
Copy link
Contributor

calherries commented May 24, 2024

This has failed 6 times in the last 7 days (written 24 May). Source

example failure

logs:

FAIL in metabase.models.dashboard-card-test/update-dashboard-card!-call-count-test (dashboard_card_test.clj:245)
This tracks the call count of update-dashcards! for the purpose of optimizing the
           PUT /api/dashboard/:id/cards handler 
with temporary :model/Dashboard with attributes
{:creator_id 2,
 :name "JPKYSGPXMVWTKHIZTPIA",
 :created_at #t "2024-05-23T08:42:52.027058Z[UTC]",
 :updated_at #t "2024-05-23T08:42:52.027059Z[UTC]"}

 
with temporary :model/Card with attributes
{:creator_id 2,
 :database_id 1,
 :dataset_query {},
 :display :table,
 :name "VURHKZFDCIRBNXSSETPU",
 :visualization_settings {},
 :created_at #t "2024-05-23T08:42:52.031346Z[UTC]",
 :updated_at #t "2024-05-23T08:42:52.031347Z[UTC]"}

 
with temporary :model/DashboardCard with attributes
{:row 0,
 :col 0,
 :size_x 4,
 :size_y 4,
 :created_at #t "2024-05-23T08:42:52.037440Z[UTC]",
 :updated_at #t "2024-05-23T08:42:52.037440Z[UTC]",
 :dashboard_id 524,
 :card_id 1924}

 
with temporary :model/DashboardCard with attributes
{:row 0,
 :col 0,
 :size_x 4,
 :size_y 4,
 :created_at #t "2024-05-23T08:42:52.041427Z[UTC]",
 :updated_at #t "2024-05-23T08:42:52.041428Z[UTC]",
 :dashboard_id 524,
 :card_id 1924}

 
with temporary :model/DashboardCard with attributes
{:row 0,
 :col 0,
 :size_x 4,
 :size_y 4,
 :created_at #t "2024-05-23T08:42:52.045442Z[UTC]",
 :updated_at #t "2024-05-23T08:42:52.045443Z[UTC]",
 :dashboard_id 524,
 :card_id 1924}

 
with temporary :model/Card with attributes
{:creator_id 2,
 :database_id 1,
 :dataset_query {},
 :display :table,
 :name "Series Card 1",
 :visualization_settings {},
 :created_at #t "2024-05-23T08:42:52.049621Z[UTC]",
 :updated_at #t "2024-05-23T08:42:52.049622Z[UTC]"}

 
with temporary :model/Card with attributes
{:creator_id 2,
 :database_id 1,
 :dataset_query {},
 :display :table,
 :name "Series Card 2",
 :visualization_settings {},
 :created_at #t "2024-05-23T08:42:52.056443Z[UTC]",
 :updated_at #t "2024-05-23T08:42:52.056444Z[UTC]"}

 Should have more calls if there are changes to the dashcards
expected: 10
  actual: 11

It's happening on MySQL and Postgres.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant