aiven / kafka

Mirror of Apache Kafka
Apache License 2.0
2 stars 1 forks source link

Create a github actions pipeline to run tiered storage tests #19

Closed mdedetrich closed 1 month ago

mdedetrich commented 1 year ago

In order to catch regressions it would be a good idea to create a basic github actions workflow that would trigger whenever one of our tiered storage branches changes.

What still needs to be decided upon is which tests should be run. Due to how flaky the Kafka tests are (and also how weak Github provided CI instances are) my personal preference would be explicitly pick the tests to run, specifically

We can always expand on this for later but so far every bug we have found has actually been found by the specific TS unit/integration tests.