Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2023
1 parent 3170b03 commit ccba439
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 221 deletions.
14 changes: 0 additions & 14 deletions posthog/api/test/__snapshots__/test_feature_flag.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@
---
# name: TestResiliency.test_feature_flags_v3_with_experience_continuity_working_slow_db.5
'
SELECT pg_sleep(1);

WITH target_person_ids AS
(SELECT team_id,
person_id
Expand Down Expand Up @@ -475,8 +473,6 @@
---
# name: TestResiliency.test_feature_flags_v3_with_experience_continuity_working_slow_db.6
'
SELECT pg_sleep(1);

SELECT "posthog_persondistinctid"."person_id",
"posthog_persondistinctid"."distinct_id"
FROM "posthog_persondistinctid"
Expand All @@ -487,8 +483,6 @@
---
# name: TestResiliency.test_feature_flags_v3_with_experience_continuity_working_slow_db.7
'
SELECT pg_sleep(1);

SELECT "posthog_persondistinctid"."person_id",
"posthog_persondistinctid"."distinct_id"
FROM "posthog_persondistinctid"
Expand All @@ -498,8 +492,6 @@
---
# name: TestResiliency.test_feature_flags_v3_with_group_properties_and_slow_db
'
SELECT pg_sleep(1);

SELECT "posthog_grouptypemapping"."id",
"posthog_grouptypemapping"."team_id",
"posthog_grouptypemapping"."group_type",
Expand All @@ -512,8 +504,6 @@
---
# name: TestResiliency.test_feature_flags_v3_with_group_properties_and_slow_db.1
'
SELECT pg_sleep(1);

SELECT "posthog_grouptypemapping"."id",
"posthog_grouptypemapping"."team_id",
"posthog_grouptypemapping"."group_type",
Expand All @@ -526,8 +516,6 @@
---
# name: TestResiliency.test_feature_flags_v3_with_group_properties_and_slow_db.2
'
SELECT pg_sleep(1);

SELECT "posthog_grouptypemapping"."id",
"posthog_grouptypemapping"."team_id",
"posthog_grouptypemapping"."group_type",
Expand All @@ -540,8 +528,6 @@
---
# name: TestResiliency.test_feature_flags_v3_with_slow_db_doesnt_try_to_compute_conditions_again
'
SELECT pg_sleep(1);

SELECT (("posthog_person"."properties" -> 'email') = '"[email protected]"'::jsonb
AND "posthog_person"."properties" ? 'email'
AND NOT (("posthog_person"."properties" -> 'email') = 'null'::jsonb)) AS "flag_X_condition_0",
Expand Down
Loading

0 comments on commit ccba439

Please sign in to comment.