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

fix(integration_test): cucumber-rs improvements #177

Merged
merged 17 commits into from
Nov 10, 2022

Conversation

mrnaveira
Copy link
Collaborator

Description

  • Validator nodes are now able to register (depends on tari#4879)
  • Adding new cucumber steps to facilitate manual testing: printing node information and pausing execution

Motivation and Context

Previously, the cucumber integration test didn't allow VN registration, due to an invalid consensus constant in the localnet network.

Also, manual inspection (gRPC, json-rpc, database files, etc.) should be easier to do, so new cucumber steps are added to enable it.

Depends on tari#4879

How Has This Been Tested?

The integration tests now allows registration of VNs and asserts that they are indeed registered. The template function call does still fail, so it's commented out.

@sdbondi
Copy link
Member

sdbondi commented Nov 8, 2022

tari#4879 merged

@sdbondi sdbondi marked this pull request as ready for review November 8, 2022 07:35
Copy link
Member

@sdbondi sdbondi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sdbondi sdbondi merged commit 562fcbe into tari-project:development Nov 10, 2022
sdbondi added a commit to jorgeantonio21/tari-dan that referenced this pull request Nov 10, 2022
* development:
  fix(integration_test): cucumber-rs improvements (tari-project#177)
  feat: add sorting to recent TX in webgui (tari-project#192)
  feat: add templates to web gui (tari-project#190)
sdbondi added a commit to sdbondi/tari-dan that referenced this pull request Nov 10, 2022
* development:
  fix(integration_test): cucumber-rs improvements (tari-project#177)
  feat: add sorting to recent TX in webgui (tari-project#192)
  feat: add templates to web gui (tari-project#190)
  fix: remove generic from bucket (tari-project#185)
  fix: add committee size constant, to remove duplicate code (see tari-project#174) (tari-project#187)
  fix: compile_template outputs compile failure to stderr (tari-project#186)
  feat: state sync on epoch change (see tari-project#154) (tari-project#166)
  fix: check pledges against changes being made (tari-project#181)
  feat: return QC to client for submit-transaction calls (tari-project#172)
  fix: vote reject when wasm panics (tari-project#171)
sdbondi added a commit to sdbondi/tari-dan that referenced this pull request Nov 10, 2022
* development:
  fix(integration_test): cucumber-rs improvements (tari-project#177)
  feat: add sorting to recent TX in webgui (tari-project#192)
  feat: add templates to web gui (tari-project#190)
  fix: remove generic from bucket (tari-project#185)
  fix: add committee size constant, to remove duplicate code (see tari-project#174) (tari-project#187)
  fix: compile_template outputs compile failure to stderr (tari-project#186)
@sdbondi sdbondi mentioned this pull request Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants