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

Create a more robust testing framework for the setup ceremony #409

Open
apruden2008 opened this issue Sep 28, 2021 · 0 comments
Open

Create a more robust testing framework for the setup ceremony #409

apruden2008 opened this issue Sep 28, 2021 · 0 comments
Assignees
Labels

Comments

@apruden2008
Copy link

The Aleo setup ceremony is very complex piece of software with many moving internal parts: parallel processes running synchronously and asynchronously across different machines across a network. Verifiers and contributors start, join, and leave throughout a 30+ day period that the ceremony runs. And the coordinator has to not only orchestrate the process but serve data that powers a frontend UI.

Due to the degree of complexity, there are many possible errors and failure modes. We should create a comprehensive, well-thought-out testing framework that is integrated within our CI/CD pipeline. Ideally this will include unit tests and integration tests in both local and networked environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants