FAIL: integration_partition_test.go:93: testIntegrationPartitionSerialSuite.TestListPartitionOrderLimit
integration_partition_test.go:133:
rs.Check(rsStatic.Rows())
/home/tangenta/gopath/src/github.com/pingcap/tidb/util/testkit/testkit.go:63:
res.c.Assert(resBuff.String(), check.Equals, needBuff.String(), res.comment)
... obtained string = "" +
... "[39 39]\n" +
... "[40 39]\n" +
... "[41 40]\n" +
... "[42 41]\n" +
... "[43 43]\n"
... expected string = "" +
... "[39 39]\n" +
... "[40 39]\n" +
... "[41 40]\n" +
... "[42 41]\n" +
... "[44 43]\n"
... sql:select * from tnormal where a > 37 order by b limit 5, args:[]
OOPS: 0 passed, 1 FAILED