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

[tests] Cleanup testsuite #68

Merged
merged 5 commits into from
Jun 25, 2024
Merged

[tests] Cleanup testsuite #68

merged 5 commits into from
Jun 25, 2024

Conversation

gregnazario
Copy link
Contributor

Description

Cleans up tests, adds some more coverage, fixes concurrent id passing

Test Plan

Related Links

@gregnazario gregnazario requested a review from a team as a code owner June 25, 2024 06:00
@gregnazario gregnazario enabled auto-merge (rebase) June 25, 2024 06:01
@gregnazario gregnazario force-pushed the cleanup-testsuite branch 2 times, most recently from ec526ea to 609ae27 Compare June 25, 2024 20:18
@@ -15,11 +16,22 @@ const (
vmStatusSuccess = "Executed successfully"
)

var TestSigners map[string]func() (TransactionSigner, error)
type CreateSigner func() (TransactionSigner, error)
Copy link
Contributor

Choose a reason for hiding this comment

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

my old Java senses are tingling and want to call this SignerFactory, not a big deal

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh boy factories.

Yeah, I'm going to quickly churn through cleanups on these, and we can look at that.

@gregnazario gregnazario merged commit 22389f6 into main Jun 25, 2024
1 check passed
@gregnazario gregnazario deleted the cleanup-testsuite branch June 25, 2024 23:43
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.

2 participants