@@ -56,7 +56,7 @@ func TestBeginAndCommit(t *testing.T) {
5656 t .Fatalf ("ResultSetStats returned unexpected error: %v" , err )
5757 }
5858 if g , w := stats .GetRowCountExact (), int64 (testutil .UpdateBarSetFooRowCount ); g != w {
59- t .Fatalf ("row count mismatch\n Got: %v\n Want: %v" , g , w )
59+ t .Fatalf ("row count mismatch for rows %d:%d:%d \n Got: %v\n Want: %v" , poolId , connId , rowsId , g , w )
6060 }
6161 if err := CloseRows (ctx , poolId , connId , rowsId ); err != nil {
6262 t .Fatalf ("CloseRows returned unexpected error: %v" , err )
@@ -125,7 +125,7 @@ func TestBeginAndRollback(t *testing.T) {
125125 t .Fatalf ("ResultSetStats returned unexpected error: %v" , err )
126126 }
127127 if g , w := stats .GetRowCountExact (), int64 (testutil .UpdateBarSetFooRowCount ); g != w {
128- t .Fatalf ("row count mismatch\n Got: %v\n Want: %v" , g , w )
128+ t .Fatalf ("row count mismatch for rows %d:%d:%d \n Got: %v\n Want: %v" , poolId , connId , rowsId , g , w )
129129 }
130130 if err := CloseRows (ctx , poolId , connId , rowsId ); err != nil {
131131 t .Fatalf ("CloseRows returned unexpected error: %v" , err )
0 commit comments