-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3170b03
commit ccba439
Showing
2 changed files
with
249 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
Oops, something went wrong.