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(geth-test-ledger): add basic tests #2906

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

outSH
Copy link
Contributor

@outSH outSH commented Nov 24, 2023

Closes: #2579

Depends on #2879

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

.github/workflows/ci.yaml Outdated Show resolved Hide resolved
@petermetz petermetz enabled auto-merge (rebase) December 1, 2023 22:41
@petermetz petermetz disabled auto-merge December 1, 2023 22:42
Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

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

I had a couple of quick questions but LGTM overall!

Copy link

This PR/issue depends on:

@outSH outSH force-pushed the add_test_geth_ledger_tests_pr branch from ccca00f to ab080ef Compare December 12, 2023 10:30
Copy link
Contributor

@jagpreetsinghsasan jagpreetsinghsasan left a comment

Choose a reason for hiding this comment

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

LGTM (already approved by Peter from our organisation)

Copy link
Contributor

@izuru0 izuru0 left a comment

Choose a reason for hiding this comment

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

LGTM

@outSH outSH force-pushed the add_test_geth_ledger_tests_pr branch 2 times, most recently from d04fb6b to 5742f67 Compare December 19, 2023 12:01
- Add test suite for geth-test-ledger package.
- Add new test suit to CI
- It was initially proposed in hyperledger-cacti#2588, I've added some cleanups and improvements.
- Run codegen, update missing deps, sort package.json,
    fix type in socketio-test-setup-helpers, to fix some CI.

Closes: hyperledger-cacti#2579

Co-authored-by: Tomasz Awramski <[email protected]>

Signed-off-by: Michal Bajer <[email protected]>
@outSH outSH force-pushed the add_test_geth_ledger_tests_pr branch from 5742f67 to 3827001 Compare December 19, 2023 12:41
@outSH outSH merged commit ff3eb8c into hyperledger-cacti:main Dec 19, 2023
98 of 135 checks passed
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.

test(geth-all-in-one): improve geth helper class tests coverage
4 participants