pingcap / go-tpc

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

Output mode cannot work without a DB connection #100

Open breezewish opened 2 years ago

breezewish commented 2 years ago
~ go-tpc tpch --sf=50 --output-dir=tpch50 --output-type=csv prepare
[mysql] 2022/04/01 01:29:25 packets.go:36: unexpected EOF
[mysql] 2022/04/01 01:29:37 packets.go:36: unexpected EOF
[mysql] 2022/04/01 01:29:50 packets.go:36: unexpected EOF
cannot connect to the database
dbsid commented 2 years ago

Yes,it's a known limitation. Will check if we can do it without a db connection.