pingcap / go-tpc

A toolbox to benchmark TPC workloads in Go
Apache License 2.0
177 stars 94 forks source link

Support E2E tests for some basic utilities #49

Open yeya24 opened 4 years ago

yeya24 commented 4 years ago

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.

zhouqiang-cl commented 4 years ago

I think tpcc 1 or 4 warehouse is ok

yeya24 commented 4 years ago

I can take it if no one has interests. Will try to open a prototype pr this week.