-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
lang: Add support for multiple test suites with separate local validators #1681
lang: Add support for multiple test suites with separate local validators #1681
Conversation
…st suite if it has a 'test' script
fb1416f
to
d8a6d06
Compare
@armaniferrante this is ready for review but a test in the CI is falling and I havent found the reason yet. Im not able to reproduce it locally. if it fails on your machine that might give us a lead |
logging the ledger logs in the ci helped. we have to update to Solana 1.9 to get access to the |
blocked by #1653 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this out and it worked great. Some minor nits would be renaming forth-suite
to fourth-suite
and consistent casing on the ts filenames. No impact on the functionality tough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nits. ship it.
tests/multiple-suites/tests/fourth-and-fifth-suite/fifth-suite/fifthSuite.ts
Outdated
Show resolved
Hide resolved
…chaaf/anchor into multiple-test-suites-with-configs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is so useful
No description provided.