From fa819e80f255aef7ff4bb2ce292296058d0a125b Mon Sep 17 00:00:00 2001 From: mtrela <mtrela@syncad.com> Date: Mon, 9 Nov 2020 09:53:25 +0100 Subject: [PATCH] Tests dedicated for HEAD-hivemind moved into another directory --- .../_tests_for_full_instance/asgarth.tavern.yaml | 1 + .../_tests_for_full_instance/joetunex.tavern.yaml | 1 + .../_tests_for_full_instance/pfunk.tavern.yaml | 1 + .../_tests_for_full_instance/sketch.and.jam.tavern.yaml | 1 + 4 files changed, 4 insertions(+) rename hivemind/tavern/condenser_api_patterns/{get_discussions_by_feed => }/_tests_for_full_instance/asgarth.tavern.yaml (95%) rename hivemind/tavern/condenser_api_patterns/{get_discussions_by_feed => }/_tests_for_full_instance/joetunex.tavern.yaml (95%) rename hivemind/tavern/condenser_api_patterns/{get_discussions_by_feed => }/_tests_for_full_instance/pfunk.tavern.yaml (95%) rename hivemind/tavern/condenser_api_patterns/{get_discussions_by_feed => }/_tests_for_full_instance/sketch.and.jam.tavern.yaml (95%) diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/asgarth.tavern.yaml b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/asgarth.tavern.yaml similarity index 95% rename from hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/asgarth.tavern.yaml rename to hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/asgarth.tavern.yaml index 00ea516a..47f30bf3 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/asgarth.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/asgarth.tavern.yaml @@ -4,6 +4,7 @@ marks: - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + - xfail # This test is dedicated for HEAD-hivemind includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/joetunex.tavern.yaml b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/joetunex.tavern.yaml similarity index 95% rename from hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/joetunex.tavern.yaml rename to hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/joetunex.tavern.yaml index 7cc38910..96120fe4 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/joetunex.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/joetunex.tavern.yaml @@ -4,6 +4,7 @@ marks: - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + - xfail # This test is dedicated for HEAD-hivemind includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/pfunk.tavern.yaml b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/pfunk.tavern.yaml similarity index 95% rename from hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/pfunk.tavern.yaml rename to hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/pfunk.tavern.yaml index f2e10eba..58dc9462 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/pfunk.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/pfunk.tavern.yaml @@ -4,6 +4,7 @@ marks: - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + - xfail # This test is dedicated for HEAD-hivemind includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/sketch.and.jam.tavern.yaml b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/sketch.and.jam.tavern.yaml similarity index 95% rename from hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/sketch.and.jam.tavern.yaml rename to hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/sketch.and.jam.tavern.yaml index 23940b96..22566f6a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_tests_for_full_instance/sketch.and.jam.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/_tests_for_full_instance/sketch.and.jam.tavern.yaml @@ -4,6 +4,7 @@ marks: - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + - xfail # This test is dedicated for HEAD-hivemind includes: - !include ../../common.yaml -- GitLab