Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 2mln_blocks_test
  • abw_rshares_experiment
  • bridge_get_account_posts
  • bw_ci_validating_test
  • bw_list_comments_by_permlink_opt_patterns
  • dk-5e6-patterns
  • dk-database-api-tests-001
  • dk-diff-log
  • dk-fix-order-in-some-tests
  • dk-follow-item-overwrite-fix
  • dk-follow-refactor
  • dk-functional-example
  • dk-list-votes-pre24
  • dk-mock-follow-tests
  • dk-mock-follow-tests-2
  • dk-mock-vops-tests
  • dk-pytest-benchmark
  • follow_api_tests
  • get_accounts
  • get_blog_entries
  • get_ranked_posts
  • issue_37_trend_and_hot
  • jsalyers-more-blacklist-updates
  • klesniak-api-tests-pyresttests
  • km_hafah_MR15
  • km_issue_151_revert
  • kmochocki/add-slow-call
  • kmochocki/ci
  • kmochocki/hivemind-testing
  • kudmich/prepare_tavern_tests_to_working_with_postgrest
  • master
  • mi_correct_notif_cache_update
  • mi_mention_date_changed
  • mi_notifications_in_cache
  • mi_test_for_bridge_get_ranked_posts
  • msochacki_tests
  • mt-47
  • mt-find-list-votes
  • mt-further-pids-refactoring
  • mt-further-pids-refactoring-old
  • mt-get-pids-fix
  • mt-get-profile-new-patterns
  • mt-grayed
  • mt-lack-of-post-forces-empty-pattern
  • mt-list-comments-fix
  • mt-main-unit
  • mt-pids-performance-refactoring
  • mz-hivemind-benchmark-parser
  • pczempiel_community
  • pczempiel_date_changes
  • pczempiel_new_tests
  • pmaniora_account_notifications_tests
  • pmaniora_communities_sql
  • pmaniora_community_fixes
  • pmaniora_fullsync_slow_calls
  • pmaniora_new_tests
  • request-execution-time
  • revert-36610d67
  • tmp
59 results

Target

Select target project
  • hive/tests_api
1 result
Select Git revision
  • 2mln_blocks_test
  • abw_rshares_experiment
  • bridge_get_account_posts
  • bw_ci_validating_test
  • bw_list_comments_by_permlink_opt_patterns
  • dk-5e6-patterns
  • dk-database-api-tests-001
  • dk-diff-log
  • dk-fix-order-in-some-tests
  • dk-follow-item-overwrite-fix
  • dk-follow-refactor
  • dk-functional-example
  • dk-list-votes-pre24
  • dk-mock-follow-tests
  • dk-mock-follow-tests-2
  • dk-mock-vops-tests
  • dk-pytest-benchmark
  • follow_api_tests
  • get_accounts
  • get_blog_entries
  • get_ranked_posts
  • issue_37_trend_and_hot
  • jsalyers-more-blacklist-updates
  • klesniak-api-tests-pyresttests
  • km_hafah_MR15
  • km_issue_151_revert
  • kmochocki/add-slow-call
  • kmochocki/ci
  • kmochocki/hivemind-testing
  • kudmich/prepare_tavern_tests_to_working_with_postgrest
  • master
  • mi_correct_notif_cache_update
  • mi_mention_date_changed
  • mi_notifications_in_cache
  • mi_test_for_bridge_get_ranked_posts
  • msochacki_tests
  • mt-47
  • mt-find-list-votes
  • mt-further-pids-refactoring
  • mt-further-pids-refactoring-old
  • mt-get-pids-fix
  • mt-get-profile-new-patterns
  • mt-grayed
  • mt-lack-of-post-forces-empty-pattern
  • mt-list-comments-fix
  • mt-main-unit
  • mt-pids-performance-refactoring
  • mz-hivemind-benchmark-parser
  • pczempiel_community
  • pczempiel_date_changes
  • pczempiel_new_tests
  • pmaniora_account_notifications_tests
  • pmaniora_communities_sql
  • pmaniora_community_fixes
  • pmaniora_fullsync_slow_calls
  • pmaniora_new_tests
  • request-execution-time
  • revert-36610d67
  • tmp
59 results
Show changes
Showing
with 1608 additions and 104 deletions
[
{
"follower": "jack-f",
"following": "sirwinchester",
"what": [
"blog"
]
}
]
---
test_name: Hivemind condenser_api.get_followers patterns test
marks:
- patterntest
includes:
- !include ../../../common.yaml
stages:
- name: get_following
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_following"
params: {"account":"jack-f","start":"","limit":2}
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "complete_result_set"
directory: "condenser_api_patterns/get_following/blog"
[
{
"follower": "shadowspub",
"following": "foxkoit",
"what": [
"ignore"
]
},
{
"follower": "shadowspub",
"following": "fintech-jesus",
"what": [
"ignore"
]
}
]
[
{
"follower": "shadowspub",
"following": "fintech-jesus",
"what": [
"ignore"
]
}
]
---
test_name: Hivemind condenser_api.get_followers patterns test
marks:
- patterntest # see paginated.tavern.yaml
includes:
- !include ../../../common.yaml
stages:
- name: get_following
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_following"
params: {"account":"shadowspub","start":"foxkoit","follow_type":"ignore","limit":2}
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "complete_result_set"
directory: "condenser_api_patterns/get_following/ignore"
......@@ -3,8 +3,7 @@ Lists rebloggers of given post.
method: "condenser_api.get_reblogged_by"
params:
{
"author":"{author}" + "permlink":"{permlink}",
mandatory, have to point on valid post; paging mechanism
"author":"{author}" + "permlink":"{permlink}"
mandatory, have to point to valid post
}
\ No newline at end of file
[
"jamesc"
]
---
test_name: Hivemind condenser_api.get_reblogged_by patterns test
marks:
- patterntest #in old hivemind an account `jamesc` didn't make any reblog
includes:
- !include ../../common.yaml
stages:
- name: get_reblogged_by
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_reblogged_by"
params: {"author":"churdtzu","permlink":"impossible-a-conversation-with-a-statist-about-starting-a-business"}
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "churdtzu"
directory: "condenser_api_patterns/get_reblogged_by"
\ No newline at end of file
---
test_name: Hivemind condenser_api.get_reblogged_by patterns test
marks:
- patterntest #a result is empty, because no one reblogged this post
includes:
- !include ../../common.yaml
stages:
- name: get_reblogged_by
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_reblogged_by"
params: {"author":"roadscape","permlink":"witness-roadscape"}
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "empty_roadscape"
directory: "condenser_api_patterns/get_reblogged_by"
\ No newline at end of file
Lists replies made to author's posts.
Lists replies made to posts (both top posts and comments) of given blogger.
Contrary to name, time of last update is not considered - posts are ordered by creation time (newer first).
method: "condenser_api.get_replies_by_last_update"
params:
{
"start_author":"{author}",
mandatory, point on author
mandatory, points to valid account; when start_permlink is omitted the account means blogger,
when start_permlink is given it selects post from a result page and author of parent post is the blogger
"start_permlink":"{permlink}",
optional, when passed piont on valid post
optional, when passed it has to point to valid post (paired with start_author)
"limit":"{number}",
optional range 1..100, default = 20
optional, 1..100, default = 20
"truncate_body":"{number}",
"truncate_body":"{number}"
optional, default = 0
optional, default = 0 (meaning no truncation); reduces maximal size of post body, cutting out all excess
}
\ No newline at end of file
[
{
"active_votes": [],
"author": "abit",
"author_reputation": 0,
"beneficiaries": [],
"body": "Sorry.. accidentally down-voted.",
"body_length": 32,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 1,
"created": "2016-05-25T11:43:57",
"curator_payout_value": "0.000 HBD",
"depth": 1,
"json_metadata": "{}",
"last_payout": "2016-08-22T11:15:54",
"last_update": "2016-05-25T11:43:57",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 0,
"parent_author": "summersolstice",
"parent_permlink": "cabbage-moths--cheap-solutions",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-cabbage-moths--cheap-solutions-20160525t114306407z",
"post_id": 10204,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Cabbage moths - cheap solutions?",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/gardening/@summersolstice/cabbage-moths--cheap-solutions#@abit/re-summersolstice-cabbage-moths--cheap-solutions-20160525t114306407z"
},
{
"active_votes": [
{
"percent": "10000",
"reputation": 0,
"rshares": "119491872333",
"voter": "team"
},
{
"percent": "10000",
"reputation": 0,
"rshares": "55729365",
"voter": "summersolstice"
}
],
"author": "team",
"author_reputation": 0,
"beneficiaries": [],
"body": "I use a time-tested tool: in 3 litr of water add pharmaceutical vial of valerian and 1 tbsp. l. liquid soap.\nA month before harvest cabbage heads on cabbage storage sprinkle ammonia. To do this, 1 vial of liquid ammonia (40 ml) should be poured into a 5-liter bucket of water and add a couple of tablespoons of liquid soap. After this treatment will not be any pests.",
"body_length": 368,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 1,
"created": "2016-05-25T09:56:54",
"curator_payout_value": "0.000 HBD",
"depth": 1,
"json_metadata": "{}",
"last_payout": "2016-08-22T11:15:54",
"last_update": "2016-05-25T09:56:54",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 119547601698,
"parent_author": "summersolstice",
"parent_permlink": "cabbage-moths--cheap-solutions",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-cabbage-moths--cheap-solutions-20160525t095650565z",
"post_id": 10168,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Cabbage moths - cheap solutions?",
"title": "",
"total_payout_value": "0.152 HBD",
"url": "/gardening/@summersolstice/cabbage-moths--cheap-solutions#@team/re-summersolstice-cabbage-moths--cheap-solutions-20160525t095650565z"
},
{
"active_votes": [
{
"percent": "10000",
"reputation": 0,
"rshares": "55729365",
"voter": "summersolstice"
}
],
"author": "tuck-fheman",
"author_reputation": 0,
"beneficiaries": [],
"body": "Perhaps this has some helpful info : http://www.planetnatural.com/pest-problem-solver/garden-pests/cabbageworm-control/",
"body_length": 119,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 2,
"created": "2016-05-25T03:09:18",
"curator_payout_value": "0.000 HBD",
"depth": 1,
"json_metadata": "{}",
"last_payout": "2016-08-22T11:15:54",
"last_update": "2016-05-25T03:09:18",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 55729365,
"parent_author": "summersolstice",
"parent_permlink": "cabbage-moths--cheap-solutions",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-cabbage-moths--cheap-solutions-20160525t030916257z",
"post_id": 10012,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Cabbage moths - cheap solutions?",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/gardening/@summersolstice/cabbage-moths--cheap-solutions#@tuck-fheman/re-summersolstice-cabbage-moths--cheap-solutions-20160525t030916257z"
},
{
"active_votes": [],
"author": "bbqbear",
"author_reputation": 0,
"beneficiaries": [],
"body": "Cool, I will try that. Good luck fighting the butterflys!",
"body_length": 57,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 1,
"created": "2016-05-25T03:04:33",
"curator_payout_value": "0.000 HBD",
"depth": 3,
"json_metadata": "{}",
"last_payout": "2016-08-22T11:15:54",
"last_update": "2016-05-25T03:04:33",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 0,
"parent_author": "summersolstice",
"parent_permlink": "re-bbqbear-re-summersolstice-cabbage-moths--cheap-solutions-20160525t024038713z",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-re-bbqbear-re-summersolstice-cabbage-moths--cheap-solutions-20160525t030417408z",
"post_id": 10008,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Cabbage moths - cheap solutions?",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/gardening/@summersolstice/cabbage-moths--cheap-solutions#@bbqbear/re-summersolstice-re-bbqbear-re-summersolstice-cabbage-moths--cheap-solutions-20160525t030417408z"
},
{
"active_votes": [],
"author": "tuck-fheman",
"author_reputation": 0,
"beneficiaries": [],
"body": "> I didn\u2019t know coral snakes come in pairs.\n\nI don't know how true that is. I read it somewhere after coming across this sucker, but most sites say it's a myth. Myth or not, I'm always on the lookout since coming across this one! ;)",
"body_length": 232,
"cashout_time": "1969-12-31T23:59:59",
"category": "yard-life",
"children": 0,
"created": "2016-05-25T02:35:03",
"curator_payout_value": "0.000 HBD",
"depth": 2,
"json_metadata": "{}",
"last_payout": "2016-08-03T00:00:06",
"last_update": "2016-05-25T02:35:03",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 0,
"parent_author": "summersolstice",
"parent_permlink": "re-tuck-fheman-tucks-yard-life--day-2-20160525t022159382z",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-re-tuck-fheman-tucks-yard-life--day-2-20160525t023503543z",
"post_id": 9981,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Tuck's Yard Life - Day 2",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/yard-life/@tuck-fheman/tucks-yard-life--day-2#@tuck-fheman/re-summersolstice-re-tuck-fheman-tucks-yard-life--day-2-20160525t023503543z"
},
{
"active_votes": [],
"author": "gardenlady",
"author_reputation": 0,
"beneficiaries": [],
"body": "also, the little blue flower is plumbago. I love blue!",
"body_length": 55,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 0,
"created": "2016-05-25T02:34:06",
"curator_payout_value": "0.000 HBD",
"depth": 2,
"json_metadata": "{}",
"last_payout": "2016-08-03T00:00:06",
"last_update": "2016-05-25T02:34:06",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 0,
"parent_author": "summersolstice",
"parent_permlink": "re-gardenlady-this-pots-for-you-20160525t021520627z",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-re-gardenlady-this-pots-for-you-20160525t021520627z-20160525t023414076z",
"post_id": 9980,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "This Pot's for You!",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/gardening/@gardenlady/this-pots-for-you#@gardenlady/re-summersolstice-re-gardenlady-this-pots-for-you-20160525t021520627z-20160525t023414076z"
},
{
"active_votes": [],
"author": "gardenlady",
"author_reputation": 0,
"beneficiaries": [],
"body": "Thanks! I'll be at a client on thursday where we will be putting together some enormous pots that require a ton of plant material. I'll try to remember to take photos of the whole process for all the avid steemit gardeners out there :-)",
"body_length": 238,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 1,
"created": "2016-05-25T02:23:00",
"curator_payout_value": "0.000 HBD",
"depth": 2,
"json_metadata": "{}",
"last_payout": "2016-08-03T00:00:06",
"last_update": "2016-05-25T02:23:00",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 0,
"parent_author": "summersolstice",
"parent_permlink": "re-gardenlady-this-pots-for-you-20160525t021520627z",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-re-gardenlady-this-pots-for-you-20160525t021520627z-20160525t022310448z",
"post_id": 9976,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "This Pot's for You!",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/gardening/@gardenlady/this-pots-for-you#@gardenlady/re-summersolstice-re-gardenlady-this-pots-for-you-20160525t021520627z-20160525t022310448z"
},
{
"active_votes": [
{
"percent": "10000",
"reputation": 0,
"rshares": "29108149076409",
"voter": "smooth"
},
{
"percent": "10000",
"reputation": 0,
"rshares": "52317363",
"voter": "summersolstice"
},
{
"percent": "10000",
"reputation": 0,
"rshares": "437381289",
"voter": "bbqbear"
}
],
"author": "bbqbear",
"author_reputation": 0,
"beneficiaries": [],
"body": "Nice looking garden. If you want to try [something organic](http://www.apartmenttherapy.com/how-to-make-natural-garden-pesticides-169168) you can use water, hot pepper sauce or chili powder, and garlic with soap\\oil. Spray that on the leaves and the capsaicin is supposed to run them off. I use that and diatomacious earth powder instead of poisoning my future food. It works ok, but you have to spray it every few days and after rains. Don't forget to leave a cup of beer out for the slugs too. \n\nHow did you get the pictures to post side by side?",
"body_length": 549,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 3,
"created": "2016-05-25T02:17:27",
"curator_payout_value": "38.492 HBD",
"depth": 1,
"json_metadata": "{\"links\":[\"http:\\/\\/www.apartmenttherapy.com\\/how-to-make-natural-garden-pesticides-169168\"]}",
"last_payout": "2016-08-22T11:15:54",
"last_update": "2016-05-25T02:17:27",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 29108638775061,
"parent_author": "summersolstice",
"parent_permlink": "cabbage-moths--cheap-solutions",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-cabbage-moths--cheap-solutions-20160525t021713412z",
"post_id": 9972,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Cabbage moths - cheap solutions?",
"title": "",
"total_payout_value": "38.492 HBD",
"url": "/gardening/@summersolstice/cabbage-moths--cheap-solutions#@bbqbear/re-summersolstice-cabbage-moths--cheap-solutions-20160525t021713412z"
},
{
"active_votes": [
{
"percent": "10000",
"reputation": 0,
"rshares": "56866699",
"voter": "summersolstice"
}
],
"author": "gardenlady",
"author_reputation": 0,
"beneficiaries": [],
"body": "Hi summersolstice- nice pics :-) bad problem :-(\n\nThe woman I work with is a very experienced vegetable gardener. I'll ask her tomorrow if she has any advice about the moths!",
"body_length": 177,
"cashout_time": "1969-12-31T23:59:59",
"category": "gardening",
"children": 1,
"created": "2016-05-25T01:59:39",
"curator_payout_value": "0.000 HBD",
"depth": 1,
"json_metadata": "{}",
"last_payout": "2016-08-22T11:15:54",
"last_update": "2016-05-25T01:59:39",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 56866699,
"parent_author": "summersolstice",
"parent_permlink": "cabbage-moths--cheap-solutions",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-cabbage-moths--cheap-solutions-20160525t015946815z",
"post_id": 9963,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Cabbage moths - cheap solutions?",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/gardening/@summersolstice/cabbage-moths--cheap-solutions#@gardenlady/re-summersolstice-cabbage-moths--cheap-solutions-20160525t015946815z"
},
{
"active_votes": [
{
"percent": "10000",
"reputation": 0,
"rshares": "60837907341",
"voter": "java1959"
}
],
"author": "tuck-fheman",
"author_reputation": 0,
"beneficiaries": [],
"body": "Must be https://",
"body_length": 16,
"cashout_time": "1969-12-31T23:59:59",
"category": "steemhelp",
"children": 1,
"created": "2016-05-24T23:31:09",
"curator_payout_value": "0.000 HBD",
"depth": 1,
"json_metadata": "{}",
"last_payout": "2016-08-17T23:20:27",
"last_update": "2016-05-24T23:31:09",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 60837907341,
"parent_author": "summersolstice",
"parent_permlink": "thumbnails-not-showing-up-for-pictures",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "re-summersolstice-thumbnails-not-showing-up-for-pictures-20160524t233109518z",
"post_id": 9897,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Thumbnails not showing up for pictures",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/steemhelp/@summersolstice/thumbnails-not-showing-up-for-pictures#@tuck-fheman/re-summersolstice-thumbnails-not-showing-up-for-pictures-20160524t233109518z"
}
]
---
test_name: Hivemind condenser_api.get_replies_by_last_update patterns test
marks:
- patterntest # original made overlapping pages, that was corrected
includes:
- !include ../../common.yaml
stages:
- name: get_replies_by_last_update
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_replies_by_last_update"
params: ["abit","re-summersolstice-cabbage-moths--cheap-solutions-20160525t114306407z",10]
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "abit"
directory: "condenser_api_patterns/get_replies_by_last_update"
\ No newline at end of file
[
{
"active_votes": [
{
"percent": "-100",
"reputation": 145171381514207,
"rshares": -375241,
"voter": "dantheman"
},
{
"percent": "10000",
"reputation": 0,
"rshares": 5100,
"voter": "steemit46"
},
{
"percent": "10000",
"reputation": 9800209121307,
"rshares": 81125,
"voter": "roadscape"
},
{
"percent": "10000",
"reputation": 1172373556107,
"rshares": 425903066,
"voter": "gekko"
},
{
"percent": "10000",
"reputation": 15755437221598,
"rshares": 431616594,
"voter": "acidyo"
},
{
"percent": "10000",
"reputation": 1005278051807,
"rshares": 742566481,
"voter": "patrick-g"
},
{
"percent": "10000",
"reputation": 7967572146571,
"rshares": 58854897335,
"voter": "business"
},
{
"percent": "10000",
"reputation": 353432699790,
"rshares": 108855472,
"voter": "kingtylervvs"
},
{
"percent": "10000",
"reputation": 1241600128334,
"rshares": 244129227,
"voter": "kewpiedoll"
},
{
"percent": "10000",
"reputation": 1320262999851,
"rshares": 1615731741,
"voter": "naturalista"
}
],
"author": "admin",
"author_reputation": 975371654,
"beneficiaries": [],
"body": "First Reply! Let's get this **party** started",
"body_length": 45,
"cashout_time": "1969-12-31T23:59:59",
"category": "meta",
"children": 2,
"created": "2016-03-30T19:52:30",
"curator_payout_value": "0.000 HBD",
"depth": 1,
"json_metadata": "",
"last_payout": "2016-08-24T19:59:42",
"last_update": "2016-03-30T19:52:30",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 62423410900,
"parent_author": "steemit",
"parent_permlink": "firstpost",
"pending_payout_value": "0.000 HBD",
"percent_hbd": 10000,
"permlink": "firstpost",
"post_id": 2,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "Welcome to Steem!",
"title": "",
"total_payout_value": "0.000 HBD",
"url": "/meta/@steemit/firstpost#@admin/firstpost"
}
]
[]
......@@ -2,7 +2,8 @@
test_name: Hivemind condenser_api.get_replies_by_last_update patterns test
marks:
- patterntest
- patterntest # original made overlapping pages, that was corrected
# (compare with steemit.tavern.yaml - @admin/firstpost is the last - oldest - reply to any post by steemit, therefore there is nothing on page defined by it)
includes:
- !include ../../common.yaml
......