Skip to content

feat: Implement integration test parallel execution based on dockerizing each test#158

Closed
jopemachine wants to merge 1 commit intomainfrom
feat/implement-parallel-test
Closed

feat: Implement integration test parallel execution based on dockerizing each test#158
jopemachine wants to merge 1 commit intomainfrom
feat/implement-parallel-test

Conversation

@jopemachine
Copy link
Member

@jopemachine jopemachine commented Oct 9, 2024

Ref: #95.

This PR implements parallel execution of integration tests by running each test in a separate container.

Although this PR works, we have decided to merge #157 instead, as containers are not necessary to achieve the level of isolation required by raftify.

The overhead of launching a container for each test is also unnecessary, and building the raftify image each time takes an unreasonably long time.

I made this PR only for reference purposes.

@jopemachine jopemachine closed this Oct 9, 2024
@jopemachine jopemachine self-assigned this Oct 9, 2024
@jopemachine jopemachine changed the title feat: Implement parallel test based on dockerizing each test feat: Implement integration test parallel execution based on dockerizing each test Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant