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(ci): Implement integration testing #128

Closed
wants to merge 12 commits into from

Conversation

mark-stopka
Copy link
Collaborator

@mark-stopka mark-stopka commented Feb 6, 2022

I would write a shell script that would sync with IOG testnet and mainnet nodes, I would like to "randomly" connect to the respective networks and I can get all the info I need using few lines of python or a bash script if you don't want to introduce that dependency.

I have not thought about testing the UNIX (N2C), and I think it would take too long to sync, however maybe a separate branch to hold the database of cardano-node can be used, so that the cardano-node running in our GitHub runners would not have to always sync from genesis, but could start at the last termination point, or we could even implement a cron-like workglow to sync it once a week or so; but we would keep that data dump in a separate branch, or even better, I can just put it on an external webserver and download over HTTPS, decompress and start the cardano-node, what do you think?

While I can implement it without #93, if I want it to be graceful, considering GH Runners have a maximal runtime, #97 is a hard requirement to implement this.

@mark-stopka mark-stopka self-assigned this Feb 6, 2022
@mark-stopka mark-stopka marked this pull request as draft February 6, 2022 01:12
@mark-stopka mark-stopka linked an issue Feb 6, 2022 that may be closed by this pull request
2 tasks
@mark-stopka mark-stopka added automation enhancement New feature or request labels Feb 6, 2022
@scarmuega
Copy link
Member

closing in favor of e2e github actions.

@scarmuega scarmuega closed this Apr 30, 2022
@scarmuega scarmuega deleted the add-integration-testing branch May 9, 2022 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(ci): Implement integration testing
2 participants