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

feat(docker): provide Dockerfile and xUnit output parser #632

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 7, 2022

  1. feat(docker): provide Dockerfile and xUnit output parser

    Add dockerfile and new go prog to parse output of hive into xUnit format for use in 3rd party tools
    revitteth committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    554f34c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91b289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3b07a7 View commit details
    Browse the repository at this point in the history
  4. tweak(tests): increase timeout on invalid payload tests

    impacts 60 tests taking timeout from 30s to 60s:
    - Invalid Ancestor Chain Re-Org, .* Reveal using sync
    - Invalid Ancestor Chain Sync.*
    - Invalid Transition Payload Re-Org.*
    - Invalid Transition Payload Sync.*
    revitteth committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    dec908f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55b2b4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71ca5f4 View commit details
    Browse the repository at this point in the history