From a9286fd292713b306a404c3e3915c0889d3da48b Mon Sep 17 00:00:00 2001 From: ABW <andrzejl@syncad.com> Date: Wed, 9 Sep 2020 16:49:45 +0200 Subject: [PATCH] [ABW]: removed duplicate tests that were moved to separate folder; updated to latest comment version --- ...llowers_trending_tags_over_limit.orig.json | 5 - ...ollowers_trending_tags_over_limit.pat.json | 5 - .../get_trending_tags.orig.json | 62 - .../get_trending_tags.pat.json | 62 - .../get_trending_tags/limit_250.tavern.yaml | 4 +- .../get_trending_tags_limit_250.orig.json | 1502 ----------------- .../get_trending_tags_limit_250.pat.json | 1502 ----------------- .../test_condenser_api_patterns.tavern.yaml | 87 - 8 files changed, 1 insertion(+), 3228 deletions(-) delete mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json delete mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.pat.json delete mode 100644 hivemind/tavern/condenser_api_patterns/get_trending_tags.orig.json delete mode 100644 hivemind/tavern/condenser_api_patterns/get_trending_tags.pat.json delete mode 100644 hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json delete mode 100644 hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.pat.json diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json deleted file mode 100644 index 4c29a759..00000000 --- a/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "code": -32602, - "data": "limit exceeds max (251 > 250)", - "message": "Invalid parameters" -} diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.pat.json deleted file mode 100644 index 4c29a759..00000000 --- a/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.pat.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "code": -32602, - "data": "limit exceeds max (251 > 250)", - "message": "Invalid parameters" -} diff --git a/hivemind/tavern/condenser_api_patterns/get_trending_tags.orig.json b/hivemind/tavern/condenser_api_patterns/get_trending_tags.orig.json deleted file mode 100644 index 1407b4c3..00000000 --- a/hivemind/tavern/condenser_api_patterns/get_trending_tags.orig.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "comments": 10141, - "name": "steem", - "top_posts": 1158, - "total_payouts": "82438.187 HBD" - }, - { - "comments": 5633, - "name": "travel", - "top_posts": 1159, - "total_payouts": "66237.472 HBD" - }, - { - "comments": 7565, - "name": "food", - "top_posts": 1373, - "total_payouts": "59957.608 HBD" - }, - { - "comments": 11430, - "name": "introduceyourself", - "top_posts": 1214, - "total_payouts": "58893.319 HBD" - }, - { - "comments": 16286, - "name": "photography", - "top_posts": 4360, - "total_payouts": "53604.656 HBD" - }, - { - "comments": 4975, - "name": "money", - "top_posts": 998, - "total_payouts": "42462.388 HBD" - }, - { - "comments": 4028, - "name": "writing", - "top_posts": 807, - "total_payouts": "36257.390 HBD" - }, - { - "comments": 2890, - "name": "bitcoin", - "top_posts": 1220, - "total_payouts": "31111.750 HBD" - }, - { - "comments": 3209, - "name": "science", - "top_posts": 680, - "total_payouts": "25141.041 HBD" - }, - { - "comments": 2775, - "name": "philosophy", - "top_posts": 367, - "total_payouts": "24362.939 HBD" - } -] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_trending_tags.pat.json b/hivemind/tavern/condenser_api_patterns/get_trending_tags.pat.json deleted file mode 100644 index 49073122..00000000 --- a/hivemind/tavern/condenser_api_patterns/get_trending_tags.pat.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "comments": 10141, - "name": "steem", - "top_posts": 1158, - "total_payouts": "82690.698 HBD" - }, - { - "comments": 5633, - "name": "travel", - "top_posts": 1159, - "total_payouts": "66264.303 HBD" - }, - { - "comments": 7565, - "name": "food", - "top_posts": 1373, - "total_payouts": "60027.406 HBD" - }, - { - "comments": 11430, - "name": "introduceyourself", - "top_posts": 1214, - "total_payouts": "59086.068 HBD" - }, - { - "comments": 16286, - "name": "photography", - "top_posts": 4360, - "total_payouts": "53799.666 HBD" - }, - { - "comments": 4975, - "name": "money", - "top_posts": 998, - "total_payouts": "42587.156 HBD" - }, - { - "comments": 4028, - "name": "writing", - "top_posts": 807, - "total_payouts": "36298.568 HBD" - }, - { - "comments": 2890, - "name": "bitcoin", - "top_posts": 1220, - "total_payouts": "31135.659 HBD" - }, - { - "comments": 3209, - "name": "science", - "top_posts": 680, - "total_payouts": "25165.249 HBD" - }, - { - "comments": 2775, - "name": "philosophy", - "top_posts": 367, - "total_payouts": "24387.618 HBD" - } -] diff --git a/hivemind/tavern/condenser_api_patterns/get_trending_tags/limit_250.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_trending_tags/limit_250.tavern.yaml index 475b5b40..6ca5a667 100644 --- a/hivemind/tavern/condenser_api_patterns/get_trending_tags/limit_250.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_trending_tags/limit_250.tavern.yaml @@ -2,9 +2,7 @@ test_name: Hivemind condenser_api.get_trending_tags limit 250 patterns test marks: - - patterntest # there is random order in some elements of original answer, not comparable to original due to ordering influenced by different pending payouts - - failing - - xfail # 4 categories different, in particular some fairly popular not present in original (to be investigated) + - patterntest # not comparable to original due to ordering influenced by different pending payouts (also order of tags with the same payout was basically random) includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json b/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json deleted file mode 100644 index 454ea0a6..00000000 --- a/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json +++ /dev/null @@ -1,1502 +0,0 @@ -[ - { - "comments": 16, - "name": "dream", - "top_posts": 11, - "total_payouts": "31.135 HBD" - }, - { - "comments": 14, - "name": "governmentinsanity", - "top_posts": 1, - "total_payouts": "31.090 HBD" - }, - { - "comments": 27, - "name": "joke", - "top_posts": 14, - "total_payouts": "31.022 HBD" - }, - { - "comments": 7, - "name": "tech-analysis", - "top_posts": 2, - "total_payouts": "30.801 HBD" - }, - { - "comments": 1, - "name": "bannhammer", - "top_posts": 1, - "total_payouts": "30.782 HBD" - }, - { - "comments": 181, - "name": "wordnerd", - "top_posts": 20, - "total_payouts": "30.676 HBD" - }, - { - "comments": 6, - "name": "governmentintervention", - "top_posts": 1, - "total_payouts": "30.219 HBD" - }, - { - "comments": 7, - "name": "snapsteem", - "top_posts": 1, - "total_payouts": "30.173 HBD" - }, - { - "comments": 19, - "name": "hillary-clinton", - "top_posts": 3, - "total_payouts": "30.102 HBD" - }, - { - "comments": 18, - "name": "poems", - "top_posts": 14, - "total_payouts": "29.991 HBD" - }, - { - "comments": 22, - "name": "change", - "top_posts": 6, - "total_payouts": "29.978 HBD" - }, - { - "comments": 1, - "name": "neuroplasticity", - "top_posts": 1, - "total_payouts": "29.558 HBD" - }, - { - "comments": 9, - "name": "skyrim", - "top_posts": 17, - "total_payouts": "29.551 HBD" - }, - { - "comments": 5, - "name": "motiongraphics", - "top_posts": 1, - "total_payouts": "28.957 HBD" - }, - { - "comments": 1, - "name": "alchemy", - "top_posts": 3, - "total_payouts": "28.936 HBD" - }, - { - "comments": 14, - "name": "cryptography", - "top_posts": 4, - "total_payouts": "28.681 HBD" - }, - { - "comments": 5, - "name": "existence", - "top_posts": 2, - "total_payouts": "28.117 HBD" - }, - { - "comments": 11, - "name": "selfownership", - "top_posts": 2, - "total_payouts": "27.889 HBD" - }, - { - "comments": 3, - "name": "drummer", - "top_posts": 2, - "total_payouts": "27.401 HBD" - }, - { - "comments": 1, - "name": "summer", - "top_posts": 2, - "total_payouts": "27.347 HBD" - }, - { - "comments": 15, - "name": "latte", - "top_posts": 4, - "total_payouts": "27.165 HBD" - }, - { - "comments": 12, - "name": "demoscene", - "top_posts": 1, - "total_payouts": "26.426 HBD" - }, - { - "comments": 217, - "name": "spam", - "top_posts": 118, - "total_payouts": "26.349 HBD" - }, - { - "comments": 14, - "name": "keepit100", - "top_posts": 1, - "total_payouts": "26.337 HBD" - }, - { - "comments": 47, - "name": "journal", - "top_posts": 2, - "total_payouts": "26.227 HBD" - }, - { - "comments": 0, - "name": "drastic", - "top_posts": 1, - "total_payouts": "26.227 HBD" - }, - { - "comments": 20, - "name": "lsd", - "top_posts": 2, - "total_payouts": "26.127 HBD" - }, - { - "comments": 6, - "name": "anarchist", - "top_posts": 5, - "total_payouts": "25.921 HBD" - }, - { - "comments": 71, - "name": "promoted", - "top_posts": 4, - "total_payouts": "25.820 HBD" - }, - { - "comments": 13, - "name": "m", - "top_posts": 4, - "total_payouts": "25.814 HBD" - }, - { - "comments": 2, - "name": "tokyo", - "top_posts": 2, - "total_payouts": "25.805 HBD" - }, - { - "comments": 11, - "name": "dailydialogue", - "top_posts": 2, - "total_payouts": "25.548 HBD" - }, - { - "comments": 0, - "name": "cities", - "top_posts": 4, - "total_payouts": "25.346 HBD" - }, - { - "comments": 3, - "name": "render", - "top_posts": 3, - "total_payouts": "25.256 HBD" - }, - { - "comments": 4, - "name": "anachy", - "top_posts": 1, - "total_payouts": "25.002 HBD" - }, - { - "comments": 7, - "name": "issue", - "top_posts": 1, - "total_payouts": "24.771 HBD" - }, - { - "comments": 4, - "name": "jobs", - "top_posts": 3, - "total_payouts": "24.766 HBD" - }, - { - "comments": 80, - "name": "dash", - "top_posts": 22, - "total_payouts": "24.736 HBD" - }, - { - "comments": 22, - "name": "robotics", - "top_posts": 2, - "total_payouts": "24.705 HBD" - }, - { - "comments": 17, - "name": "consumerism", - "top_posts": 2, - "total_payouts": "24.657 HBD" - }, - { - "comments": 5, - "name": "storieslikethesereallymakeyouthinkaboutwhatgoesoninlifedonttheybecauseminordrinkingisbad", - "top_posts": 1, - "total_payouts": "24.320 HBD" - }, - { - "comments": 2, - "name": "ethics", - "top_posts": 6, - "total_payouts": "24.194 HBD" - }, - { - "comments": 11, - "name": "authority", - "top_posts": 2, - "total_payouts": "23.982 HBD" - }, - { - "comments": 12, - "name": "ico", - "top_posts": 12, - "total_payouts": "23.915 HBD" - }, - { - "comments": 11, - "name": "boinc", - "top_posts": 3, - "total_payouts": "23.878 HBD" - }, - { - "comments": 5, - "name": "fortgalt", - "top_posts": 1, - "total_payouts": "23.870 HBD" - }, - { - "comments": 21, - "name": "storychallenge", - "top_posts": 1, - "total_payouts": "23.763 HBD" - }, - { - "comments": 57, - "name": "parody", - "top_posts": 5, - "total_payouts": "23.619 HBD" - }, - { - "comments": 0, - "name": "ww3", - "top_posts": 3, - "total_payouts": "23.561 HBD" - }, - { - "comments": 4, - "name": "lawmaking", - "top_posts": 1, - "total_payouts": "23.427 HBD" - }, - { - "comments": 55, - "name": "death", - "top_posts": 17, - "total_payouts": "23.427 HBD" - }, - { - "comments": 16, - "name": "flagging", - "top_posts": 3, - "total_payouts": "23.359 HBD" - }, - { - "comments": 5, - "name": "principles", - "top_posts": 2, - "total_payouts": "23.267 HBD" - }, - { - "comments": 8, - "name": "self-improvement", - "top_posts": 3, - "total_payouts": "23.260 HBD" - }, - { - "comments": 0, - "name": "lights", - "top_posts": 1, - "total_payouts": "23.238 HBD" - }, - { - "comments": 4, - "name": "tornado", - "top_posts": 1, - "total_payouts": "23.185 HBD" - }, - { - "comments": 3, - "name": "analysis", - "top_posts": 5, - "total_payouts": "23.046 HBD" - }, - { - "comments": 7, - "name": "howtotalksteemit", - "top_posts": 1, - "total_payouts": "22.989 HBD" - }, - { - "comments": 9, - "name": "osc", - "top_posts": 2, - "total_payouts": "22.897 HBD" - }, - { - "comments": 13, - "name": "morning", - "top_posts": 5, - "total_payouts": "22.827 HBD" - }, - { - "comments": 2, - "name": "mixedmedia", - "top_posts": 1, - "total_payouts": "22.784 HBD" - }, - { - "comments": 2, - "name": "montreal", - "top_posts": 2, - "total_payouts": "22.714 HBD" - }, - { - "comments": 13, - "name": "aquarium", - "top_posts": 6, - "total_payouts": "22.412 HBD" - }, - { - "comments": 8, - "name": "puertorico", - "top_posts": 2, - "total_payouts": "22.364 HBD" - }, - { - "comments": 9, - "name": "minnow-report", - "top_posts": 1, - "total_payouts": "22.195 HBD" - }, - { - "comments": 4, - "name": "scince", - "top_posts": 1, - "total_payouts": "22.053 HBD" - }, - { - "comments": 3, - "name": "steemdle", - "top_posts": 1, - "total_payouts": "21.963 HBD" - }, - { - "comments": 11, - "name": "downtherabbithole", - "top_posts": 1, - "total_payouts": "21.787 HBD" - }, - { - "comments": 19, - "name": "dicordion", - "top_posts": 1, - "total_payouts": "21.783 HBD" - }, - { - "comments": 20, - "name": "feedback", - "top_posts": 1, - "total_payouts": "21.689 HBD" - }, - { - "comments": 16, - "name": "gratitude", - "top_posts": 3, - "total_payouts": "21.502 HBD" - }, - { - "comments": 1, - "name": "power-up", - "top_posts": 1, - "total_payouts": "21.251 HBD" - }, - { - "comments": 65, - "name": "steemgirls", - "top_posts": 27, - "total_payouts": "21.181 HBD" - }, - { - "comments": 2, - "name": "golf", - "top_posts": 3, - "total_payouts": "21.009 HBD" - }, - { - "comments": 81, - "name": "klyeart", - "top_posts": 4, - "total_payouts": "20.827 HBD" - }, - { - "comments": 1, - "name": "jewelscoin", - "top_posts": 2, - "total_payouts": "20.347 HBD" - }, - { - "comments": 5, - "name": "meow", - "top_posts": 1, - "total_payouts": "20.320 HBD" - }, - { - "comments": 20, - "name": "tickets", - "top_posts": 1, - "total_payouts": "20.303 HBD" - }, - { - "comments": 42, - "name": "voidart-argantuan", - "top_posts": 2, - "total_payouts": "20.032 HBD" - }, - { - "comments": 3, - "name": "scie", - "top_posts": 1, - "total_payouts": "20.026 HBD" - }, - { - "comments": 3, - "name": "television", - "top_posts": 2, - "total_payouts": "20.019 HBD" - }, - { - "comments": 27, - "name": "uber", - "top_posts": 13, - "total_payouts": "19.840 HBD" - }, - { - "comments": 29, - "name": "robotev", - "top_posts": 20, - "total_payouts": "19.812 HBD" - }, - { - "comments": 13, - "name": "gridcoin-weekly", - "top_posts": 3, - "total_payouts": "19.801 HBD" - }, - { - "comments": 9, - "name": "internet-story", - "top_posts": 1, - "total_payouts": "19.664 HBD" - }, - { - "comments": 7, - "name": "chinese", - "top_posts": 11, - "total_payouts": "19.459 HBD" - }, - { - "comments": 11, - "name": "cafe", - "top_posts": 1, - "total_payouts": "19.364 HBD" - }, - { - "comments": 47, - "name": "ai", - "top_posts": 14, - "total_payouts": "19.364 HBD" - }, - { - "comments": 15, - "name": "unheardvoices", - "top_posts": 1, - "total_payouts": "19.093 HBD" - }, - { - "comments": 52, - "name": "thegreencandle", - "top_posts": 5, - "total_payouts": "19.026 HBD" - }, - { - "comments": 73, - "name": "rant", - "top_posts": 10, - "total_payouts": "18.934 HBD" - }, - { - "comments": 13, - "name": "fascism", - "top_posts": 2, - "total_payouts": "18.915 HBD" - }, - { - "comments": 2, - "name": "time-travel", - "top_posts": 1, - "total_payouts": "18.782 HBD" - }, - { - "comments": 4, - "name": "debt", - "top_posts": 8, - "total_payouts": "18.655 HBD" - }, - { - "comments": 1, - "name": "sunrise", - "top_posts": 1, - "total_payouts": "18.580 HBD" - }, - { - "comments": 8, - "name": "ultra", - "top_posts": 1, - "total_payouts": "18.570 HBD" - }, - { - "comments": 16, - "name": "tile", - "top_posts": 1, - "total_payouts": "18.348 HBD" - }, - { - "comments": 20, - "name": "sochi", - "top_posts": 1, - "total_payouts": "18.289 HBD" - }, - { - "comments": 5, - "name": "falseflag", - "top_posts": 1, - "total_payouts": "18.237 HBD" - }, - { - "comments": 5, - "name": "state", - "top_posts": 2, - "total_payouts": "18.033 HBD" - }, - { - "comments": 1, - "name": "faeria", - "top_posts": 1, - "total_payouts": "17.886 HBD" - }, - { - "comments": 14, - "name": "university", - "top_posts": 2, - "total_payouts": "17.762 HBD" - }, - { - "comments": 50, - "name": "flatearth", - "top_posts": 10, - "total_payouts": "17.532 HBD" - }, - { - "comments": 21, - "name": "teaching", - "top_posts": 7, - "total_payouts": "17.502 HBD" - }, - { - "comments": 3, - "name": "encouragement", - "top_posts": 1, - "total_payouts": "17.194 HBD" - }, - { - "comments": 9, - "name": "mobypicture", - "top_posts": 1, - "total_payouts": "16.976 HBD" - }, - { - "comments": 14, - "name": "monsanto", - "top_posts": 3, - "total_payouts": "16.934 HBD" - }, - { - "comments": 15, - "name": "auto", - "top_posts": 2, - "total_payouts": "16.831 HBD" - }, - { - "comments": 27, - "name": "aviewaday", - "top_posts": 4, - "total_payouts": "16.653 HBD" - }, - { - "comments": 25, - "name": "brexit", - "top_posts": 6, - "total_payouts": "16.652 HBD" - }, - { - "comments": 16, - "name": "savings", - "top_posts": 5, - "total_payouts": "16.589 HBD" - }, - { - "comments": 48, - "name": "wordchallenge", - "top_posts": 4, - "total_payouts": "16.560 HBD" - }, - { - "comments": 29, - "name": "steemit-hunt", - "top_posts": 4, - "total_payouts": "16.528 HBD" - }, - { - "comments": 6, - "name": "affiliate", - "top_posts": 5, - "total_payouts": "16.514 HBD" - }, - { - "comments": 15, - "name": "challenge", - "top_posts": 5, - "total_payouts": "16.478 HBD" - }, - { - "comments": 12, - "name": "chiptune", - "top_posts": 3, - "total_payouts": "16.425 HBD" - }, - { - "comments": 14, - "name": "promotion", - "top_posts": 4, - "total_payouts": "16.401 HBD" - }, - { - "comments": 1, - "name": "freiheit", - "top_posts": 11, - "total_payouts": "16.364 HBD" - }, - { - "comments": 4, - "name": "steemitsignchallenge", - "top_posts": 1, - "total_payouts": "16.203 HBD" - }, - { - "comments": 11, - "name": "romance", - "top_posts": 5, - "total_payouts": "16.190 HBD" - }, - { - "comments": 27, - "name": "courage", - "top_posts": 1, - "total_payouts": "16.164 HBD" - }, - { - "comments": 4, - "name": "mytown", - "top_posts": 1, - "total_payouts": "16.162 HBD" - }, - { - "comments": 47, - "name": "ru-steem", - "top_posts": 6, - "total_payouts": "16.073 HBD" - }, - { - "comments": 51, - "name": "it-steem", - "top_posts": 7, - "total_payouts": "16.017 HBD" - }, - { - "comments": 21, - "name": "robots", - "top_posts": 7, - "total_payouts": "15.872 HBD" - }, - { - "comments": 83, - "name": "steemit-abuse", - "top_posts": 3, - "total_payouts": "15.806 HBD" - }, - { - "comments": 99, - "name": "magiceyechallenge", - "top_posts": 4, - "total_payouts": "15.798 HBD" - }, - { - "comments": 3, - "name": "ceremonies", - "top_posts": 3, - "total_payouts": "15.632 HBD" - }, - { - "comments": 1, - "name": "assetbasedcommunitydevelopment", - "top_posts": 1, - "total_payouts": "15.573 HBD" - }, - { - "comments": 2, - "name": "hiatus", - "top_posts": 1, - "total_payouts": "15.493 HBD" - }, - { - "comments": 29, - "name": "studying", - "top_posts": 1, - "total_payouts": "15.445 HBD" - }, - { - "comments": 6, - "name": "princess", - "top_posts": 2, - "total_payouts": "15.439 HBD" - }, - { - "comments": 10, - "name": "steemlife", - "top_posts": 8, - "total_payouts": "15.370 HBD" - }, - { - "comments": 2, - "name": "freetheareola", - "top_posts": 1, - "total_payouts": "15.186 HBD" - }, - { - "comments": 2, - "name": "wish", - "top_posts": 1, - "total_payouts": "15.136 HBD" - }, - { - "comments": 3, - "name": "minnowsunte", - "top_posts": 1, - "total_payouts": "15.048 HBD" - }, - { - "comments": 5, - "name": "beekeepering", - "top_posts": 1, - "total_payouts": "14.932 HBD" - }, - { - "comments": 30, - "name": "rip", - "top_posts": 3, - "total_payouts": "14.924 HBD" - }, - { - "comments": 4, - "name": "humblebundle", - "top_posts": 1, - "total_payouts": "14.906 HBD" - }, - { - "comments": 0, - "name": "socialismsucks", - "top_posts": 1, - "total_payouts": "14.759 HBD" - }, - { - "comments": 4, - "name": "fulltiltanarchy", - "top_posts": 1, - "total_payouts": "14.743 HBD" - }, - { - "comments": 17, - "name": "human", - "top_posts": 4, - "total_payouts": "14.734 HBD" - }, - { - "comments": 10, - "name": "american", - "top_posts": 6, - "total_payouts": "14.716 HBD" - }, - { - "comments": 22, - "name": "political", - "top_posts": 13, - "total_payouts": "14.682 HBD" - }, - { - "comments": 3, - "name": "steemit-howto", - "top_posts": 1, - "total_payouts": "14.469 HBD" - }, - { - "comments": 0, - "name": "pt", - "top_posts": 1, - "total_payouts": "14.341 HBD" - }, - { - "comments": 9, - "name": "multi-rotors", - "top_posts": 1, - "total_payouts": "14.212 HBD" - }, - { - "comments": 85, - "name": "finance", - "top_posts": 34, - "total_payouts": "14.155 HBD" - }, - { - "comments": 20, - "name": "begging", - "top_posts": 1, - "total_payouts": "14.073 HBD" - }, - { - "comments": 4, - "name": "forgottenhistory", - "top_posts": 1, - "total_payouts": "13.827 HBD" - }, - { - "comments": 6, - "name": "ransomware", - "top_posts": 2, - "total_payouts": "13.629 HBD" - }, - { - "comments": 5, - "name": "wrestling", - "top_posts": 3, - "total_payouts": "13.595 HBD" - }, - { - "comments": 21, - "name": "housedecor", - "top_posts": 1, - "total_payouts": "13.529 HBD" - }, - { - "comments": 4, - "name": "philsophy", - "top_posts": 1, - "total_payouts": "13.467 HBD" - }, - { - "comments": 18, - "name": "japan", - "top_posts": 11, - "total_payouts": "13.263 HBD" - }, - { - "comments": 10, - "name": "ja-blockchain", - "top_posts": 13, - "total_payouts": "13.172 HBD" - }, - { - "comments": 68, - "name": "dots", - "top_posts": 31, - "total_payouts": "13.150 HBD" - }, - { - "comments": 13, - "name": "dadbod", - "top_posts": 1, - "total_payouts": "12.936 HBD" - }, - { - "comments": 12, - "name": "swagsunday", - "top_posts": 1, - "total_payouts": "12.864 HBD" - }, - { - "comments": 4, - "name": "anarchocapitalism", - "top_posts": 3, - "total_payouts": "12.827 HBD" - }, - { - "comments": 20, - "name": "seasteading", - "top_posts": 2, - "total_payouts": "12.562 HBD" - }, - { - "comments": 7, - "name": "subconscious", - "top_posts": 1, - "total_payouts": "12.385 HBD" - }, - { - "comments": 9, - "name": "steemspot", - "top_posts": 1, - "total_payouts": "12.358 HBD" - }, - { - "comments": 63, - "name": "introduce", - "top_posts": 42, - "total_payouts": "12.345 HBD" - }, - { - "comments": 7, - "name": "pschology", - "top_posts": 1, - "total_payouts": "12.298 HBD" - }, - { - "comments": 13, - "name": "tribute", - "top_posts": 1, - "total_payouts": "12.289 HBD" - }, - { - "comments": 60, - "name": "outdoors", - "top_posts": 3, - "total_payouts": "12.246 HBD" - }, - { - "comments": 1, - "name": "americana", - "top_posts": 1, - "total_payouts": "12.241 HBD" - }, - { - "comments": 41, - "name": "promote", - "top_posts": 6, - "total_payouts": "12.125 HBD" - }, - { - "comments": 22, - "name": "blackjintrader", - "top_posts": 7, - "total_payouts": "12.109 HBD" - }, - { - "comments": 10, - "name": "star", - "top_posts": 4, - "total_payouts": "12.060 HBD" - }, - { - "comments": 15, - "name": "yinyang", - "top_posts": 3, - "total_payouts": "12.040 HBD" - }, - { - "comments": 13, - "name": "homesteading", - "top_posts": 5, - "total_payouts": "11.782 HBD" - }, - { - "comments": 29, - "name": "steemit-update", - "top_posts": 1, - "total_payouts": "11.777 HBD" - }, - { - "comments": 0, - "name": "cybernetics", - "top_posts": 1, - "total_payouts": "11.762 HBD" - }, - { - "comments": 30, - "name": "pokemon", - "top_posts": 43, - "total_payouts": "11.715 HBD" - }, - { - "comments": 18, - "name": "bioinformatics", - "top_posts": 1, - "total_payouts": "11.643 HBD" - }, - { - "comments": 3, - "name": "craigslist", - "top_posts": 1, - "total_payouts": "11.623 HBD" - }, - { - "comments": 70, - "name": "streemian", - "top_posts": 2, - "total_payouts": "11.553 HBD" - }, - { - "comments": 15, - "name": "france", - "top_posts": 13, - "total_payouts": "11.533 HBD" - }, - { - "comments": 108, - "name": "investment", - "top_posts": 43, - "total_payouts": "11.493 HBD" - }, - { - "comments": 15, - "name": "excercise", - "top_posts": 1, - "total_payouts": "11.420 HBD" - }, - { - "comments": 20, - "name": "wow", - "top_posts": 3, - "total_payouts": "11.305 HBD" - }, - { - "comments": 39, - "name": "christianity", - "top_posts": 13, - "total_payouts": "11.036 HBD" - }, - { - "comments": 6, - "name": "topless", - "top_posts": 1, - "total_payouts": "11.005 HBD" - }, - { - "comments": 0, - "name": "esport", - "top_posts": 1, - "total_payouts": "10.913 HBD" - }, - { - "comments": 4, - "name": "eth", - "top_posts": 5, - "total_payouts": "10.729 HBD" - }, - { - "comments": 5, - "name": "artificialintelligence", - "top_posts": 2, - "total_payouts": "10.619 HBD" - }, - { - "comments": 131, - "name": "usersummary", - "top_posts": 2, - "total_payouts": "10.533 HBD" - }, - { - "comments": 18, - "name": "handmade", - "top_posts": 5, - "total_payouts": "10.475 HBD" - }, - { - "comments": 12, - "name": "rape", - "top_posts": 4, - "total_payouts": "10.378 HBD" - }, - { - "comments": 31, - "name": "mystery", - "top_posts": 10, - "total_payouts": "10.277 HBD" - }, - { - "comments": 1, - "name": "bananapi", - "top_posts": 1, - "total_payouts": "10.246 HBD" - }, - { - "comments": 5, - "name": "steemit-new", - "top_posts": 1, - "total_payouts": "10.205 HBD" - }, - { - "comments": 19, - "name": "sunset", - "top_posts": 7, - "total_payouts": "10.013 HBD" - }, - { - "comments": 12, - "name": "buzadi", - "top_posts": 1, - "total_payouts": "9.927 HBD" - }, - { - "comments": 8, - "name": "cn-fishing", - "top_posts": 1, - "total_payouts": "9.825 HBD" - }, - { - "comments": 13, - "name": "diving", - "top_posts": 1, - "total_payouts": "9.782 HBD" - }, - { - "comments": 25, - "name": "russia", - "top_posts": 13, - "total_payouts": "9.542 HBD" - }, - { - "comments": 14, - "name": "changemakers", - "top_posts": 2, - "total_payouts": "9.534 HBD" - }, - { - "comments": 3, - "name": "handcraft", - "top_posts": 1, - "total_payouts": "9.415 HBD" - }, - { - "comments": 2, - "name": "conundrum", - "top_posts": 1, - "total_payouts": "9.376 HBD" - }, - { - "comments": 5, - "name": "motorcycle", - "top_posts": 2, - "total_payouts": "9.344 HBD" - }, - { - "comments": 9, - "name": "ghosts", - "top_posts": 3, - "total_payouts": "9.284 HBD" - }, - { - "comments": 4, - "name": "photographie", - "top_posts": 1, - "total_payouts": "9.256 HBD" - }, - { - "comments": 65, - "name": "facebook", - "top_posts": 36, - "total_payouts": "9.220 HBD" - }, - { - "comments": 0, - "name": "bittrex", - "top_posts": 3, - "total_payouts": "9.182 HBD" - }, - { - "comments": 0, - "name": "poor", - "top_posts": 1, - "total_payouts": "9.179 HBD" - }, - { - "comments": 0, - "name": "preciousmoments", - "top_posts": 1, - "total_payouts": "9.071 HBD" - }, - { - "comments": 7, - "name": "prostitution", - "top_posts": 1, - "total_payouts": "9.051 HBD" - }, - { - "comments": 19, - "name": "newyork", - "top_posts": 5, - "total_payouts": "9.041 HBD" - }, - { - "comments": 9, - "name": "opencv", - "top_posts": 1, - "total_payouts": "9.041 HBD" - }, - { - "comments": 3, - "name": "cave", - "top_posts": 1, - "total_payouts": "9.023 HBD" - }, - { - "comments": 64, - "name": "harassment", - "top_posts": 3, - "total_payouts": "8.954 HBD" - }, - { - "comments": 20, - "name": "norway", - "top_posts": 8, - "total_payouts": "8.947 HBD" - }, - { - "comments": 5, - "name": "climatechange", - "top_posts": 3, - "total_payouts": "8.902 HBD" - }, - { - "comments": 8, - "name": "insurance", - "top_posts": 3, - "total_payouts": "8.833 HBD" - }, - { - "comments": 50, - "name": "silverbugs", - "top_posts": 3, - "total_payouts": "8.730 HBD" - }, - { - "comments": 26, - "name": "humanity", - "top_posts": 11, - "total_payouts": "8.633 HBD" - }, - { - "comments": 1, - "name": "corruption", - "top_posts": 6, - "total_payouts": "8.499 HBD" - }, - { - "comments": 5, - "name": "electric-toothbrush", - "top_posts": 1, - "total_payouts": "8.483 HBD" - }, - { - "comments": 16, - "name": "puzzle", - "top_posts": 8, - "total_payouts": "8.413 HBD" - }, - { - "comments": 2, - "name": "nonfiction", - "top_posts": 1, - "total_payouts": "8.408 HBD" - }, - { - "comments": 10, - "name": "recommended", - "top_posts": 3, - "total_payouts": "8.407 HBD" - }, - { - "comments": 8, - "name": "jail", - "top_posts": 3, - "total_payouts": "8.362 HBD" - }, - { - "comments": 9, - "name": "bass", - "top_posts": 3, - "total_payouts": "8.289 HBD" - }, - { - "comments": 8, - "name": "activism", - "top_posts": 3, - "total_payouts": "8.175 HBD" - }, - { - "comments": 5, - "name": "coinsupply", - "top_posts": 1, - "total_payouts": "8.133 HBD" - }, - { - "comments": 34, - "name": "follow", - "top_posts": 7, - "total_payouts": "8.107 HBD" - }, - { - "comments": 26, - "name": "biohacking", - "top_posts": 10, - "total_payouts": "8.100 HBD" - }, - { - "comments": 20, - "name": "tips", - "top_posts": 17, - "total_payouts": "8.018 HBD" - }, - { - "comments": 1, - "name": "luck", - "top_posts": 2, - "total_payouts": "7.931 HBD" - }, - { - "comments": 3, - "name": "foodie", - "top_posts": 1, - "total_payouts": "7.901 HBD" - }, - { - "comments": 58, - "name": "memo", - "top_posts": 3, - "total_payouts": "7.861 HBD" - }, - { - "comments": 8, - "name": "lawenforcment", - "top_posts": 1, - "total_payouts": "7.853 HBD" - }, - { - "comments": 9, - "name": "introducingmyself", - "top_posts": 2, - "total_payouts": "7.809 HBD" - }, - { - "comments": 13, - "name": "wedding", - "top_posts": 9, - "total_payouts": "7.768 HBD" - }, - { - "comments": 6, - "name": "college101", - "top_posts": 3, - "total_payouts": "7.674 HBD" - }, - { - "comments": 7, - "name": "korean", - "top_posts": 5, - "total_payouts": "7.662 HBD" - }, - { - "comments": 20, - "name": "wallpapers", - "top_posts": 3, - "total_payouts": "7.617 HBD" - }, - { - "comments": 16, - "name": "popular", - "top_posts": 1, - "total_payouts": "7.561 HBD" - }, - { - "comments": 26, - "name": "wordpress", - "top_posts": 17, - "total_payouts": "7.524 HBD" - }, - { - "comments": 2, - "name": "fantasyfootball", - "top_posts": 1, - "total_payouts": "7.522 HBD" - }, - { - "comments": 5, - "name": "childhood", - "top_posts": 2, - "total_payouts": "7.497 HBD" - }, - { - "comments": 0, - "name": "plesk", - "top_posts": 1, - "total_payouts": "7.461 HBD" - }, - { - "comments": 7, - "name": "spirit", - "top_posts": 4, - "total_payouts": "7.448 HBD" - }, - { - "comments": 1, - "name": "vpn", - "top_posts": 3, - "total_payouts": "7.307 HBD" - }, - { - "comments": 46, - "name": "vegetable-artcarving", - "top_posts": 5, - "total_payouts": "7.244 HBD" - }, - { - "comments": 0, - "name": "imagej", - "top_posts": 1, - "total_payouts": "7.179 HBD" - }, - { - "comments": 0, - "name": "eurozone", - "top_posts": 1, - "total_payouts": "7.094 HBD" - } -] diff --git a/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.pat.json b/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.pat.json deleted file mode 100644 index a38b9f86..00000000 --- a/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.pat.json +++ /dev/null @@ -1,1502 +0,0 @@ -[ - { - "comments": 16, - "name": "dream", - "top_posts": 11, - "total_payouts": "31.138 HBD" - }, - { - "comments": 14, - "name": "governmentinsanity", - "top_posts": 1, - "total_payouts": "31.090 HBD" - }, - { - "comments": 27, - "name": "joke", - "top_posts": 14, - "total_payouts": "31.079 HBD" - }, - { - "comments": 181, - "name": "wordnerd", - "top_posts": 20, - "total_payouts": "30.882 HBD" - }, - { - "comments": 7, - "name": "tech-analysis", - "top_posts": 2, - "total_payouts": "30.809 HBD" - }, - { - "comments": 1, - "name": "bannhammer", - "top_posts": 1, - "total_payouts": "30.782 HBD" - }, - { - "comments": 18, - "name": "poems", - "top_posts": 14, - "total_payouts": "30.540 HBD" - }, - { - "comments": 6, - "name": "governmentintervention", - "top_posts": 1, - "total_payouts": "30.219 HBD" - }, - { - "comments": 7, - "name": "snapsteem", - "top_posts": 1, - "total_payouts": "30.175 HBD" - }, - { - "comments": 19, - "name": "hillary-clinton", - "top_posts": 3, - "total_payouts": "30.116 HBD" - }, - { - "comments": 22, - "name": "change", - "top_posts": 6, - "total_payouts": "30.009 HBD" - }, - { - "comments": 9, - "name": "skyrim", - "top_posts": 17, - "total_payouts": "29.579 HBD" - }, - { - "comments": 1, - "name": "neuroplasticity", - "top_posts": 1, - "total_payouts": "29.558 HBD" - }, - { - "comments": 8, - "name": "photograpy", - "top_posts": 5, - "total_payouts": "29.463 HBD" - }, - { - "comments": 5, - "name": "motiongraphics", - "top_posts": 1, - "total_payouts": "28.961 HBD" - }, - { - "comments": 1, - "name": "alchemy", - "top_posts": 3, - "total_payouts": "28.939 HBD" - }, - { - "comments": 14, - "name": "cryptography", - "top_posts": 4, - "total_payouts": "28.748 HBD" - }, - { - "comments": 5, - "name": "existence", - "top_posts": 2, - "total_payouts": "28.117 HBD" - }, - { - "comments": 11, - "name": "selfownership", - "top_posts": 2, - "total_payouts": "27.908 HBD" - }, - { - "comments": 3, - "name": "drummer", - "top_posts": 2, - "total_payouts": "27.401 HBD" - }, - { - "comments": 1, - "name": "summer", - "top_posts": 2, - "total_payouts": "27.347 HBD" - }, - { - "comments": 217, - "name": "spam", - "top_posts": 118, - "total_payouts": "27.187 HBD" - }, - { - "comments": 15, - "name": "latte", - "top_posts": 4, - "total_payouts": "27.171 HBD" - }, - { - "comments": 20, - "name": "lsd", - "top_posts": 2, - "total_payouts": "26.439 HBD" - }, - { - "comments": 12, - "name": "demoscene", - "top_posts": 1, - "total_payouts": "26.432 HBD" - }, - { - "comments": 14, - "name": "keepit100", - "top_posts": 1, - "total_payouts": "26.359 HBD" - }, - { - "comments": 47, - "name": "journal", - "top_posts": 2, - "total_payouts": "26.261 HBD" - }, - { - "comments": 0, - "name": "drastic", - "top_posts": 1, - "total_payouts": "26.227 HBD" - }, - { - "comments": 80, - "name": "dash", - "top_posts": 22, - "total_payouts": "26.043 HBD" - }, - { - "comments": 2, - "name": "tokyo", - "top_posts": 2, - "total_payouts": "25.990 HBD" - }, - { - "comments": 6, - "name": "anarchist", - "top_posts": 5, - "total_payouts": "25.929 HBD" - }, - { - "comments": 71, - "name": "promoted", - "top_posts": 4, - "total_payouts": "25.920 HBD" - }, - { - "comments": 13, - "name": "m", - "top_posts": 4, - "total_payouts": "25.826 HBD" - }, - { - "comments": 11, - "name": "dailydialogue", - "top_posts": 2, - "total_payouts": "25.646 HBD" - }, - { - "comments": 0, - "name": "cities", - "top_posts": 4, - "total_payouts": "25.346 HBD" - }, - { - "comments": 3, - "name": "render", - "top_posts": 3, - "total_payouts": "25.261 HBD" - }, - { - "comments": 4, - "name": "anachy", - "top_posts": 1, - "total_payouts": "24.991 HBD" - }, - { - "comments": 4, - "name": "jobs", - "top_posts": 3, - "total_payouts": "24.774 HBD" - }, - { - "comments": 7, - "name": "issue", - "top_posts": 1, - "total_payouts": "24.771 HBD" - }, - { - "comments": 22, - "name": "robotics", - "top_posts": 2, - "total_payouts": "24.730 HBD" - }, - { - "comments": 17, - "name": "consumerism", - "top_posts": 2, - "total_payouts": "24.712 HBD" - }, - { - "comments": 2, - "name": "ethics", - "top_posts": 6, - "total_payouts": "24.711 HBD" - }, - { - "comments": 5, - "name": "storieslikethesereallymakeyouthinkaboutwhatgoesoninlifedonttheybecauseminordrinkingisbad", - "top_posts": 1, - "total_payouts": "24.320 HBD" - }, - { - "comments": 57, - "name": "parody", - "top_posts": 5, - "total_payouts": "24.185 HBD" - }, - { - "comments": 12, - "name": "ico", - "top_posts": 12, - "total_payouts": "24.035 HBD" - }, - { - "comments": 11, - "name": "authority", - "top_posts": 2, - "total_payouts": "24.007 HBD" - }, - { - "comments": 5, - "name": "fortgalt", - "top_posts": 1, - "total_payouts": "23.963 HBD" - }, - { - "comments": 11, - "name": "boinc", - "top_posts": 3, - "total_payouts": "23.942 HBD" - }, - { - "comments": 21, - "name": "storychallenge", - "top_posts": 1, - "total_payouts": "23.765 HBD" - }, - { - "comments": 55, - "name": "death", - "top_posts": 17, - "total_payouts": "23.600 HBD" - }, - { - "comments": 0, - "name": "ww3", - "top_posts": 3, - "total_payouts": "23.561 HBD" - }, - { - "comments": 4, - "name": "lawmaking", - "top_posts": 1, - "total_payouts": "23.427 HBD" - }, - { - "comments": 16, - "name": "flagging", - "top_posts": 3, - "total_payouts": "23.386 HBD" - }, - { - "comments": 2, - "name": "montreal", - "top_posts": 2, - "total_payouts": "23.312 HBD" - }, - { - "comments": 5, - "name": "principles", - "top_posts": 2, - "total_payouts": "23.267 HBD" - }, - { - "comments": 8, - "name": "self-improvement", - "top_posts": 3, - "total_payouts": "23.261 HBD" - }, - { - "comments": 0, - "name": "lights", - "top_posts": 1, - "total_payouts": "23.238 HBD" - }, - { - "comments": 4, - "name": "tornado", - "top_posts": 1, - "total_payouts": "23.185 HBD" - }, - { - "comments": 73, - "name": "rant", - "top_posts": 10, - "total_payouts": "23.155 HBD" - }, - { - "comments": 2, - "name": "mixedmedia", - "top_posts": 1, - "total_payouts": "23.086 HBD" - }, - { - "comments": 3, - "name": "analysis", - "top_posts": 5, - "total_payouts": "23.060 HBD" - }, - { - "comments": 7, - "name": "howtotalksteemit", - "top_posts": 1, - "total_payouts": "23.004 HBD" - }, - { - "comments": 9, - "name": "osc", - "top_posts": 2, - "total_payouts": "22.902 HBD" - }, - { - "comments": 13, - "name": "morning", - "top_posts": 5, - "total_payouts": "22.864 HBD" - }, - { - "comments": 13, - "name": "aquarium", - "top_posts": 6, - "total_payouts": "22.454 HBD" - }, - { - "comments": 8, - "name": "puertorico", - "top_posts": 2, - "total_payouts": "22.388 HBD" - }, - { - "comments": 9, - "name": "minnow-report", - "top_posts": 1, - "total_payouts": "22.238 HBD" - }, - { - "comments": 4, - "name": "scince", - "top_posts": 1, - "total_payouts": "22.062 HBD" - }, - { - "comments": 3, - "name": "steemdle", - "top_posts": 1, - "total_payouts": "21.963 HBD" - }, - { - "comments": 11, - "name": "downtherabbithole", - "top_posts": 1, - "total_payouts": "21.887 HBD" - }, - { - "comments": 19, - "name": "dicordion", - "top_posts": 1, - "total_payouts": "21.842 HBD" - }, - { - "comments": 65, - "name": "steemgirls", - "top_posts": 27, - "total_payouts": "21.792 HBD" - }, - { - "comments": 20, - "name": "feedback", - "top_posts": 1, - "total_payouts": "21.689 HBD" - }, - { - "comments": 16, - "name": "gratitude", - "top_posts": 3, - "total_payouts": "21.510 HBD" - }, - { - "comments": 1, - "name": "power-up", - "top_posts": 1, - "total_payouts": "21.251 HBD" - }, - { - "comments": 81, - "name": "klyeart", - "top_posts": 4, - "total_payouts": "21.001 HBD" - }, - { - "comments": 2, - "name": "golf", - "top_posts": 3, - "total_payouts": "20.911 HBD" - }, - { - "comments": 42, - "name": "voidart-argantuan", - "top_posts": 2, - "total_payouts": "20.442 HBD" - }, - { - "comments": 1, - "name": "jewelscoin", - "top_posts": 2, - "total_payouts": "20.396 HBD" - }, - { - "comments": 20, - "name": "tickets", - "top_posts": 1, - "total_payouts": "20.336 HBD" - }, - { - "comments": 5, - "name": "meow", - "top_posts": 1, - "total_payouts": "20.326 HBD" - }, - { - "comments": 3, - "name": "scie", - "top_posts": 1, - "total_payouts": "20.026 HBD" - }, - { - "comments": 3, - "name": "television", - "top_posts": 2, - "total_payouts": "20.019 HBD" - }, - { - "comments": 27, - "name": "uber", - "top_posts": 13, - "total_payouts": "19.864 HBD" - }, - { - "comments": 29, - "name": "robotev", - "top_posts": 20, - "total_payouts": "19.839 HBD" - }, - { - "comments": 13, - "name": "gridcoin-weekly", - "top_posts": 3, - "total_payouts": "19.801 HBD" - }, - { - "comments": 9, - "name": "internet-story", - "top_posts": 1, - "total_payouts": "19.696 HBD" - }, - { - "comments": 7, - "name": "chinese", - "top_posts": 11, - "total_payouts": "19.471 HBD" - }, - { - "comments": 47, - "name": "ai", - "top_posts": 14, - "total_payouts": "19.404 HBD" - }, - { - "comments": 11, - "name": "cafe", - "top_posts": 1, - "total_payouts": "19.391 HBD" - }, - { - "comments": 14, - "name": "university", - "top_posts": 2, - "total_payouts": "19.235 HBD" - }, - { - "comments": 15, - "name": "unheardvoices", - "top_posts": 1, - "total_payouts": "19.131 HBD" - }, - { - "comments": 52, - "name": "thegreencandle", - "top_posts": 5, - "total_payouts": "19.045 HBD" - }, - { - "comments": 13, - "name": "fascism", - "top_posts": 2, - "total_payouts": "18.942 HBD" - }, - { - "comments": 2, - "name": "time-travel", - "top_posts": 1, - "total_payouts": "18.788 HBD" - }, - { - "comments": 4, - "name": "debt", - "top_posts": 8, - "total_payouts": "18.655 HBD" - }, - { - "comments": 8, - "name": "ultra", - "top_posts": 1, - "total_payouts": "18.592 HBD" - }, - { - "comments": 1, - "name": "sunrise", - "top_posts": 1, - "total_payouts": "18.580 HBD" - }, - { - "comments": 16, - "name": "tile", - "top_posts": 1, - "total_payouts": "18.397 HBD" - }, - { - "comments": 20, - "name": "sochi", - "top_posts": 1, - "total_payouts": "18.289 HBD" - }, - { - "comments": 5, - "name": "falseflag", - "top_posts": 1, - "total_payouts": "18.237 HBD" - }, - { - "comments": 5, - "name": "state", - "top_posts": 2, - "total_payouts": "18.042 HBD" - }, - { - "comments": 1, - "name": "faeria", - "top_posts": 1, - "total_payouts": "17.886 HBD" - }, - { - "comments": 50, - "name": "flatearth", - "top_posts": 10, - "total_payouts": "17.557 HBD" - }, - { - "comments": 21, - "name": "teaching", - "top_posts": 7, - "total_payouts": "17.513 HBD" - }, - { - "comments": 3, - "name": "encouragement", - "top_posts": 1, - "total_payouts": "17.194 HBD" - }, - { - "comments": 9, - "name": "mobypicture", - "top_posts": 1, - "total_payouts": "16.989 HBD" - }, - { - "comments": 14, - "name": "monsanto", - "top_posts": 3, - "total_payouts": "16.854 HBD" - }, - { - "comments": 15, - "name": "auto", - "top_posts": 2, - "total_payouts": "16.839 HBD" - }, - { - "comments": 48, - "name": "wordchallenge", - "top_posts": 4, - "total_payouts": "16.772 HBD" - }, - { - "comments": 25, - "name": "brexit", - "top_posts": 6, - "total_payouts": "16.712 HBD" - }, - { - "comments": 14, - "name": "promotion", - "top_posts": 4, - "total_payouts": "16.674 HBD" - }, - { - "comments": 27, - "name": "aviewaday", - "top_posts": 4, - "total_payouts": "16.649 HBD" - }, - { - "comments": 16, - "name": "savings", - "top_posts": 5, - "total_payouts": "16.601 HBD" - }, - { - "comments": 29, - "name": "steemit-hunt", - "top_posts": 4, - "total_payouts": "16.538 HBD" - }, - { - "comments": 47, - "name": "ru-steem", - "top_posts": 6, - "total_payouts": "16.530 HBD" - }, - { - "comments": 15, - "name": "challenge", - "top_posts": 5, - "total_payouts": "16.520 HBD" - }, - { - "comments": 6, - "name": "affiliate", - "top_posts": 5, - "total_payouts": "16.516 HBD" - }, - { - "comments": 12, - "name": "chiptune", - "top_posts": 3, - "total_payouts": "16.478 HBD" - }, - { - "comments": 1, - "name": "freiheit", - "top_posts": 11, - "total_payouts": "16.371 HBD" - }, - { - "comments": 4, - "name": "steemitsignchallenge", - "top_posts": 1, - "total_payouts": "16.207 HBD" - }, - { - "comments": 11, - "name": "romance", - "top_posts": 5, - "total_payouts": "16.197 HBD" - }, - { - "comments": 4, - "name": "mytown", - "top_posts": 1, - "total_payouts": "16.185 HBD" - }, - { - "comments": 27, - "name": "courage", - "top_posts": 1, - "total_payouts": "16.168 HBD" - }, - { - "comments": 51, - "name": "it-steem", - "top_posts": 7, - "total_payouts": "16.087 HBD" - }, - { - "comments": 21, - "name": "robots", - "top_posts": 7, - "total_payouts": "15.963 HBD" - }, - { - "comments": 83, - "name": "steemit-abuse", - "top_posts": 3, - "total_payouts": "15.881 HBD" - }, - { - "comments": 99, - "name": "magiceyechallenge", - "top_posts": 4, - "total_payouts": "15.877 HBD" - }, - { - "comments": 3, - "name": "ceremonies", - "top_posts": 3, - "total_payouts": "15.632 HBD" - }, - { - "comments": 1, - "name": "assetbasedcommunitydevelopment", - "top_posts": 1, - "total_payouts": "15.578 HBD" - }, - { - "comments": 29, - "name": "studying", - "top_posts": 1, - "total_payouts": "15.500 HBD" - }, - { - "comments": 2, - "name": "hiatus", - "top_posts": 1, - "total_payouts": "15.493 HBD" - }, - { - "comments": 6, - "name": "princess", - "top_posts": 2, - "total_payouts": "15.456 HBD" - }, - { - "comments": 10, - "name": "steemlife", - "top_posts": 8, - "total_payouts": "15.380 HBD" - }, - { - "comments": 2, - "name": "freetheareola", - "top_posts": 1, - "total_payouts": "15.188 HBD" - }, - { - "comments": 2, - "name": "wish", - "top_posts": 1, - "total_payouts": "15.136 HBD" - }, - { - "comments": 3, - "name": "minnowsunte", - "top_posts": 1, - "total_payouts": "15.048 HBD" - }, - { - "comments": 30, - "name": "rip", - "top_posts": 3, - "total_payouts": "14.985 HBD" - }, - { - "comments": 5, - "name": "beekeepering", - "top_posts": 1, - "total_payouts": "14.932 HBD" - }, - { - "comments": 4, - "name": "humblebundle", - "top_posts": 1, - "total_payouts": "14.906 HBD" - }, - { - "comments": 17, - "name": "human", - "top_posts": 4, - "total_payouts": "14.785 HBD" - }, - { - "comments": 10, - "name": "american", - "top_posts": 6, - "total_payouts": "14.763 HBD" - }, - { - "comments": 0, - "name": "socialismsucks", - "top_posts": 1, - "total_payouts": "14.759 HBD" - }, - { - "comments": 4, - "name": "fulltiltanarchy", - "top_posts": 1, - "total_payouts": "14.743 HBD" - }, - { - "comments": 22, - "name": "political", - "top_posts": 13, - "total_payouts": "14.686 HBD" - }, - { - "comments": 3, - "name": "steemit-howto", - "top_posts": 1, - "total_payouts": "14.469 HBD" - }, - { - "comments": 85, - "name": "finance", - "top_posts": 34, - "total_payouts": "14.364 HBD" - }, - { - "comments": 0, - "name": "pt", - "top_posts": 1, - "total_payouts": "14.341 HBD" - }, - { - "comments": 9, - "name": "multi-rotors", - "top_posts": 1, - "total_payouts": "14.255 HBD" - }, - { - "comments": 20, - "name": "begging", - "top_posts": 1, - "total_payouts": "14.080 HBD" - }, - { - "comments": 4, - "name": "forgottenhistory", - "top_posts": 1, - "total_payouts": "13.757 HBD" - }, - { - "comments": 1, - "name": "mystic", - "top_posts": 1, - "total_payouts": "13.705 HBD" - }, - { - "comments": 6, - "name": "ransomware", - "top_posts": 2, - "total_payouts": "13.632 HBD" - }, - { - "comments": 5, - "name": "wrestling", - "top_posts": 3, - "total_payouts": "13.598 HBD" - }, - { - "comments": 21, - "name": "housedecor", - "top_posts": 1, - "total_payouts": "13.582 HBD" - }, - { - "comments": 4, - "name": "philsophy", - "top_posts": 1, - "total_payouts": "13.409 HBD" - }, - { - "comments": 68, - "name": "dots", - "top_posts": 31, - "total_payouts": "13.237 HBD" - }, - { - "comments": 10, - "name": "ja-blockchain", - "top_posts": 13, - "total_payouts": "13.105 HBD" - }, - { - "comments": 13, - "name": "dadbod", - "top_posts": 1, - "total_payouts": "12.944 HBD" - }, - { - "comments": 12, - "name": "swagsunday", - "top_posts": 1, - "total_payouts": "12.911 HBD" - }, - { - "comments": 4, - "name": "anarchocapitalism", - "top_posts": 3, - "total_payouts": "12.827 HBD" - }, - { - "comments": 20, - "name": "seasteading", - "top_posts": 2, - "total_payouts": "12.781 HBD" - }, - { - "comments": 7, - "name": "subconscious", - "top_posts": 1, - "total_payouts": "12.533 HBD" - }, - { - "comments": 63, - "name": "introduce", - "top_posts": 42, - "total_payouts": "12.481 HBD" - }, - { - "comments": 9, - "name": "steemspot", - "top_posts": 1, - "total_payouts": "12.375 HBD" - }, - { - "comments": 60, - "name": "outdoors", - "top_posts": 3, - "total_payouts": "12.368 HBD" - }, - { - "comments": 7, - "name": "pschology", - "top_posts": 1, - "total_payouts": "12.311 HBD" - }, - { - "comments": 13, - "name": "tribute", - "top_posts": 1, - "total_payouts": "12.299 HBD" - }, - { - "comments": 18, - "name": "japan", - "top_posts": 11, - "total_payouts": "12.249 HBD" - }, - { - "comments": 1, - "name": "americana", - "top_posts": 1, - "total_payouts": "12.241 HBD" - }, - { - "comments": 22, - "name": "blackjintrader", - "top_posts": 7, - "total_payouts": "12.210 HBD" - }, - { - "comments": 41, - "name": "promote", - "top_posts": 6, - "total_payouts": "12.195 HBD" - }, - { - "comments": 10, - "name": "star", - "top_posts": 4, - "total_payouts": "12.089 HBD" - }, - { - "comments": 15, - "name": "yinyang", - "top_posts": 3, - "total_payouts": "12.062 HBD" - }, - { - "comments": 29, - "name": "steemit-update", - "top_posts": 1, - "total_payouts": "11.951 HBD" - }, - { - "comments": 108, - "name": "investment", - "top_posts": 43, - "total_payouts": "11.861 HBD" - }, - { - "comments": 13, - "name": "homesteading", - "top_posts": 5, - "total_payouts": "11.824 HBD" - }, - { - "comments": 30, - "name": "pokemon", - "top_posts": 43, - "total_payouts": "11.785 HBD" - }, - { - "comments": 0, - "name": "cybernetics", - "top_posts": 1, - "total_payouts": "11.766 HBD" - }, - { - "comments": 18, - "name": "bioinformatics", - "top_posts": 1, - "total_payouts": "11.703 HBD" - }, - { - "comments": 3, - "name": "craigslist", - "top_posts": 1, - "total_payouts": "11.623 HBD" - }, - { - "comments": 2, - "name": "populus", - "top_posts": 1, - "total_payouts": "11.583 HBD" - }, - { - "comments": 15, - "name": "france", - "top_posts": 13, - "total_payouts": "11.563 HBD" - }, - { - "comments": 70, - "name": "streemian", - "top_posts": 2, - "total_payouts": "11.563 HBD" - }, - { - "comments": 15, - "name": "excercise", - "top_posts": 1, - "total_payouts": "11.444 HBD" - }, - { - "comments": 19, - "name": "newyork", - "top_posts": 5, - "total_payouts": "11.384 HBD" - }, - { - "comments": 20, - "name": "wow", - "top_posts": 3, - "total_payouts": "11.308 HBD" - }, - { - "comments": 39, - "name": "christianity", - "top_posts": 13, - "total_payouts": "11.065 HBD" - }, - { - "comments": 6, - "name": "topless", - "top_posts": 1, - "total_payouts": "11.009 HBD" - }, - { - "comments": 0, - "name": "esport", - "top_posts": 1, - "total_payouts": "10.913 HBD" - }, - { - "comments": 131, - "name": "usersummary", - "top_posts": 2, - "total_payouts": "10.816 HBD" - }, - { - "comments": 4, - "name": "eth", - "top_posts": 5, - "total_payouts": "10.736 HBD" - }, - { - "comments": 5, - "name": "artificialintelligence", - "top_posts": 2, - "total_payouts": "10.638 HBD" - }, - { - "comments": 18, - "name": "handmade", - "top_posts": 5, - "total_payouts": "10.487 HBD" - }, - { - "comments": 12, - "name": "rape", - "top_posts": 4, - "total_payouts": "10.386 HBD" - }, - { - "comments": 5, - "name": "steemit-new", - "top_posts": 1, - "total_payouts": "10.352 HBD" - }, - { - "comments": 31, - "name": "mystery", - "top_posts": 10, - "total_payouts": "10.329 HBD" - }, - { - "comments": 1, - "name": "bananapi", - "top_posts": 1, - "total_payouts": "10.246 HBD" - }, - { - "comments": 19, - "name": "sunset", - "top_posts": 7, - "total_payouts": "10.048 HBD" - }, - { - "comments": 12, - "name": "buzadi", - "top_posts": 1, - "total_payouts": "9.927 HBD" - }, - { - "comments": 8, - "name": "cn-fishing", - "top_posts": 1, - "total_payouts": "9.825 HBD" - }, - { - "comments": 13, - "name": "diving", - "top_posts": 1, - "total_payouts": "9.801 HBD" - }, - { - "comments": 26, - "name": "biohacking", - "top_posts": 10, - "total_payouts": "9.695 HBD" - }, - { - "comments": 25, - "name": "russia", - "top_posts": 13, - "total_payouts": "9.575 HBD" - }, - { - "comments": 14, - "name": "changemakers", - "top_posts": 2, - "total_payouts": "9.545 HBD" - }, - { - "comments": 3, - "name": "handcraft", - "top_posts": 1, - "total_payouts": "9.416 HBD" - }, - { - "comments": 2, - "name": "conundrum", - "top_posts": 1, - "total_payouts": "9.388 HBD" - }, - { - "comments": 65, - "name": "facebook", - "top_posts": 36, - "total_payouts": "9.363 HBD" - }, - { - "comments": 5, - "name": "motorcycle", - "top_posts": 2, - "total_payouts": "9.350 HBD" - }, - { - "comments": 64, - "name": "harassment", - "top_posts": 3, - "total_payouts": "9.321 HBD" - }, - { - "comments": 9, - "name": "ghosts", - "top_posts": 3, - "total_payouts": "9.289 HBD" - }, - { - "comments": 4, - "name": "photographie", - "top_posts": 1, - "total_payouts": "9.256 HBD" - }, - { - "comments": 0, - "name": "bittrex", - "top_posts": 3, - "total_payouts": "9.201 HBD" - }, - { - "comments": 0, - "name": "poor", - "top_posts": 1, - "total_payouts": "9.189 HBD" - }, - { - "comments": 0, - "name": "preciousmoments", - "top_posts": 1, - "total_payouts": "9.075 HBD" - }, - { - "comments": 20, - "name": "norway", - "top_posts": 8, - "total_payouts": "9.067 HBD" - }, - { - "comments": 7, - "name": "prostitution", - "top_posts": 1, - "total_payouts": "9.051 HBD" - }, - { - "comments": 9, - "name": "opencv", - "top_posts": 1, - "total_payouts": "9.041 HBD" - }, - { - "comments": 3, - "name": "cave", - "top_posts": 1, - "total_payouts": "9.023 HBD" - }, - { - "comments": 8, - "name": "insurance", - "top_posts": 3, - "total_payouts": "8.975 HBD" - }, - { - "comments": 4, - "name": "multiplesclerosis", - "top_posts": 1, - "total_payouts": "8.931 HBD" - }, - { - "comments": 5, - "name": "climatechange", - "top_posts": 3, - "total_payouts": "8.912 HBD" - }, - { - "comments": 50, - "name": "silverbugs", - "top_posts": 3, - "total_payouts": "8.912 HBD" - }, - { - "comments": 26, - "name": "humanity", - "top_posts": 11, - "total_payouts": "8.657 HBD" - }, - { - "comments": 16, - "name": "puzzle", - "top_posts": 8, - "total_payouts": "8.522 HBD" - }, - { - "comments": 10, - "name": "recommended", - "top_posts": 3, - "total_payouts": "8.501 HBD" - }, - { - "comments": 1, - "name": "corruption", - "top_posts": 6, - "total_payouts": "8.499 HBD" - }, - { - "comments": 5, - "name": "electric-toothbrush", - "top_posts": 1, - "total_payouts": "8.483 HBD" - }, - { - "comments": 2, - "name": "nonfiction", - "top_posts": 1, - "total_payouts": "8.408 HBD" - }, - { - "comments": 8, - "name": "jail", - "top_posts": 3, - "total_payouts": "8.398 HBD" - }, - { - "comments": 9, - "name": "bass", - "top_posts": 3, - "total_payouts": "8.305 HBD" - }, - { - "comments": 8, - "name": "activism", - "top_posts": 3, - "total_payouts": "8.206 HBD" - }, - { - "comments": 34, - "name": "follow", - "top_posts": 7, - "total_payouts": "8.153 HBD" - }, - { - "comments": 5, - "name": "coinsupply", - "top_posts": 1, - "total_payouts": "8.133 HBD" - }, - { - "comments": 20, - "name": "tips", - "top_posts": 17, - "total_payouts": "8.071 HBD" - }, - { - "comments": 1, - "name": "luck", - "top_posts": 2, - "total_payouts": "7.931 HBD" - }, - { - "comments": 3, - "name": "foodie", - "top_posts": 1, - "total_payouts": "7.906 HBD" - }, - { - "comments": 58, - "name": "memo", - "top_posts": 3, - "total_payouts": "7.867 HBD" - }, - { - "comments": 9, - "name": "introducingmyself", - "top_posts": 2, - "total_payouts": "7.864 HBD" - }, - { - "comments": 8, - "name": "lawenforcment", - "top_posts": 1, - "total_payouts": "7.853 HBD" - }, - { - "comments": 13, - "name": "wedding", - "top_posts": 9, - "total_payouts": "7.768 HBD" - }, - { - "comments": 20, - "name": "wallpapers", - "top_posts": 3, - "total_payouts": "7.689 HBD" - }, - { - "comments": 6, - "name": "college101", - "top_posts": 3, - "total_payouts": "7.685 HBD" - }, - { - "comments": 7, - "name": "korean", - "top_posts": 5, - "total_payouts": "7.662 HBD" - }, - { - "comments": 16, - "name": "popular", - "top_posts": 1, - "total_payouts": "7.599 HBD" - }, - { - "comments": 26, - "name": "wordpress", - "top_posts": 17, - "total_payouts": "7.554 HBD" - }, - { - "comments": 2, - "name": "fantasyfootball", - "top_posts": 1, - "total_payouts": "7.529 HBD" - }, - { - "comments": 5, - "name": "childhood", - "top_posts": 2, - "total_payouts": "7.523 HBD" - }, - { - "comments": 0, - "name": "plesk", - "top_posts": 1, - "total_payouts": "7.461 HBD" - }, - { - "comments": 7, - "name": "spirit", - "top_posts": 4, - "total_payouts": "7.461 HBD" - } -] diff --git a/hivemind/tavern/test_condenser_api_patterns.tavern.yaml b/hivemind/tavern/test_condenser_api_patterns.tavern.yaml index a0b5d8b2..bf85dcd3 100644 --- a/hivemind/tavern/test_condenser_api_patterns.tavern.yaml +++ b/hivemind/tavern/test_condenser_api_patterns.tavern.yaml @@ -1,90 +1,3 @@ ---- - test_name: Hivemind condenser_api.get_trending_tags patterns test - - marks: - - patterntest - - includes: - - !include common.yaml - - stages: - - name: get_trending_tags - request: - url: "{service.proto:s}://{service.server:s}:{service.port}/" - method: POST - headers: - content-type: application/json - json: - jsonrpc: "2.0" - id: 1 - method: "condenser_api.get_trending_tags" - params: ["steem",10] - response: - status_code: 200 - verify_response_with: - function: validate_response:compare_response_with_pattern - extra_kwargs: - method: "get_trending_tags" - directory: "condenser_api_patterns" - ---- - test_name: Hivemind condenser_api.get_trending_tags limit 250 patterns test - - marks: - - patterntest # not comparable to original due to ordering influenced by different pending payouts (also order of tags with the same payout was basically random) - - includes: - - !include common.yaml - - stages: - - name: get_trending_tags limit 250 - request: - url: "{service.proto:s}://{service.server:s}:{service.port}/" - method: POST - headers: - content-type: application/json - json: - jsonrpc: "2.0" - id: 1 - method: "condenser_api.get_trending_tags" - params: {"start_tag": "dream","limit":250} - response: - status_code: 200 - verify_response_with: - function: validate_response:compare_response_with_pattern - extra_kwargs: - method: "get_trending_tags_limit_250" - directory: "condenser_api_patterns" - ---- - test_name: Hivemind condenser_api.get_trending_tags over limit patterns test - - marks: - - patterntest - - includes: - - !include common.yaml - - stages: - - name: get_trending_tags limit 250 - request: - url: "{service.proto:s}://{service.server:s}:{service.port}/" - method: POST - headers: - content-type: application/json - json: - jsonrpc: "2.0" - id: 1 - method: "condenser_api.get_trending_tags" - params: {"start_tag": "dream","limit":251} - response: - status_code: 200 - verify_response_with: - function: validate_response:compare_response_with_pattern - extra_kwargs: - method: "get_followers_trending_tags_over_limit" - directory: "condenser_api_patterns" - error_response: true --- test_name: Hivemind condenser_api.get_discussions_by_trending patterns test -- GitLab