Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • H hivemind
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hive
  • hivemind
  • Issues
  • #27
Closed
Open
Created Jul 13, 2020 by Marcin@IckiewiczDeveloper

[api tests][pyresttest] test condenser_api get_discussions_by_blog fail

  1. on directory tests create 'build' folder
  2. cd tests/build
  3. cmake -DTEST_NODE=<address_of_your_hivemind> .. (example: cmake -DTEST_NODE=http://127.0.0.1:8080 ..)
  4. uncommet test in file: hivemind/pyrest_tests/5000000/condenser_api/condenser_api_test.yaml :
#  - test:
#    - name: "get_discussions_by_blog"
#    - variable_binds:
#      - method: "get_discussions_by_blog"
#      - args: '{"tag":"steemit","start_author":"steemit","start_permlink":"firstpost","limit":1}'
#    - <<: *base_test
  1. run in console 'ctest -R api/pyresttests/5000000/condenser_api --output-on-failure'
Edited Jul 13, 2020 by Marcin
Assignee
Assign to
Time tracking