kamu-data / kamu-cli

New generation decentralized data lake and a streaming data pipeline
https://kamu.dev
Other
282 stars 10 forks source link

E2E: Parallel running of tests #666

Open s373r opened 3 weeks ago

s373r commented 3 weeks ago

At the moment, we have E2E tests, but they are running sequentially. The reason is the use of a hardcoded port when starting the HTTP server.

The purpose of this ticket is to add launch mechanisms on a random (for each test) port.

s373r commented 3 weeks ago

Cross-linking: PR, with the addition of E2E tests