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

Add Claim Publisher integration tests #484

Open
2 tasks
GMKrieger opened this issue Jun 27, 2024 · 0 comments
Open
2 tasks

Add Claim Publisher integration tests #484

GMKrieger opened this issue Jun 27, 2024 · 0 comments
Labels
#feat:claimer Feature: claimer
Milestone

Comments

@GMKrieger
Copy link
Contributor

📚 Context

The component's main logic was previously validated using a mocked version of the repository at #479. With the database functionality implemented after #480, we should write more tests in an environment closer to the real one to increase our confidence in the code.

✔️ Solution

Add integration tests between the Claim Publisher and the repository, using the testcontainers library to create a test database in a Docker container.

📈 Subtasks

  • Test it finishes an empty epoch
  • Test it finishes an epoch with outputs
@GMKrieger GMKrieger added the #feat:claimer Feature: claimer label Jun 27, 2024
@GMKrieger GMKrieger added this to the 2.0.0 milestone Jun 27, 2024
@marcelstanley marcelstanley assigned GMKrieger and unassigned GMKrieger Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#feat:claimer Feature: claimer
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant