Commit Graph

11 Commits

Author SHA1 Message Date
a3b3326a21 store: fix data race in mock PD timeout error (#10514) 2019-05-17 14:44:19 +08:00
d8589df2f3 *: add a variable to control the back off time and disable txn auto retry by default (#10266) 2019-05-08 10:23:49 +08:00
27a56180bd *: replace gofail with the new failpoint implementation (#10184) 2019-04-22 13:30:14 +08:00
560e8cfe57 *: sleep 0 when retry whole transaction (#9454) 2019-03-02 13:16:28 +08:00
73655f64a1 session: skip the SQL execution if transaction is aborted and reset aborted status in retry (#8942) 2019-01-11 15:26:51 +08:00
41ad62696c session: add a doNotCommit flag to transaction when StmtCommit fail (#8918) 2019-01-03 16:38:59 +08:00
b6c05126e3 session: add gofail test for (#8743) (#8801) 2018-12-25 19:19:09 +08:00
9c087d13ee *: replace github.com/etcd-io/gofail with the forked one (#8693)
With the adoption of Go module, GOPATH is not need any more
But github.com/etcd-io/gofail doesn't support packages outside the GOPATH
To overcome the drawback, this commit replace it with our forked one
2018-12-19 11:30:48 +08:00
39c0306d5e session: add error log to catch bug stack in Commit (#8687) 2018-12-14 16:48:04 +08:00
22519aefc2 *: update import path from coreos/gofail to etcd-io/gofail to fix ci (#7329) 2018-08-09 15:48:01 +08:00
f287451eed tidb: move tidb/*.go to session directory (#6062)
This change makes our top level directory clean.
2018-03-20 09:06:11 -05:00