Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 131
    • Issues 131
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 28
    • Merge requests 28
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • hivehive
  • Merge requests
  • !815

Set of tests to the `decline_voting_rights` and `proxy` operation.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michał Kudela requested to merge kudmich/test_for_decline_vote_bug into develop Dec 22, 2022
  • Overview 141
  • Commits 5
  • Pipelines 0
  • Changes 9

This MR:

  1. Set of tests to the decline_voting_rights operation,
  2. Tests for proxy operation,
  3. Test showing problem with decline_voting_rights on hf 27. Tests before the fix are placed in the directory functional/python_tests/hf28_tests/tests_showing_problems_on_hardfork_27.py. Represent real problems to be solved. After the fix, find the test corresponding to the name (without the _on_hf_27 suffix) and remove the @pytest.mark.skip marker

Corresponding issue: #441 (closed)

Should passed on HF27: test_decline_voting_rights_more_than_once_on_hf_27

Should passed on HF28: test_decline_voting_rights_more_than_once

Edited Feb 14, 2023 by Michał Kudela
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kudmich/test_for_decline_vote_bug