Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: refactor to allow benchmark Vote (WIP, MVP) #1028

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    4f9372c View commit details
    Browse the repository at this point in the history
  2. mvp

    altergui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e365ed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c06dfe View commit details
    Browse the repository at this point in the history
  4. use b.Run()

    altergui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    858bff5 View commit details
    Browse the repository at this point in the history
  5. api_test wip

    altergui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2d4ca83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb0b5e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59998e7 View commit details
    Browse the repository at this point in the history
  8. vochain: remove failing BenchmarkCheckTx

    it's failing with:
    ERR vochain/app.go:287 > checkTx error="voteTx: maxCensusSize reached 0/0"
    app_benchmark_test.go:131: checkTX failed: checkTx voteTx: maxCensusSize reached 0/0
    altergui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    83f2f52 View commit details
    Browse the repository at this point in the history
  9. indexer: remove failing BenchmarkFetchTx

    it's failing with:
    --- FAIL: BenchmarkFetchTx
        bench_test.go:157:
            error:
              got non-nil error
            got:
              e"transaction not found"
            stack:
              /home/runner/work/vocdoni-node/vocdoni-node/vochain/indexer/bench_test.go:157
                qt.Assert(b, err, qt.IsNil)
    altergui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c17ff68 View commit details
    Browse the repository at this point in the history