go-tpc
go-tpc copied to clipboard
Support E2E tests for some basic utilities
I build an image based on tiup playground
https://github.com/yeya24/tidb-playground to support running a tidb cluster in a docker container. Maybe we can add some E2E tests based on it.
I think it would be good to run these tests in github actions CI, but I am not sure about the memory requirements, whether it will OOM or not.
We can start with something easy like tpcc prepare
or tpcc check
.
I think tpcc 1 or 4 warehouse is ok
I can take it if no one has interests. Will try to open a prototype pr this week.