Home | History | Annotate | Download | only in sql

Lines Matching refs:Canceled

324 		if err := ctx.Err(); err != context.Canceled {
325 t.Fatalf("context err = %v; want context.Canceled")
328 t.Fatalf("context err = nil; want context.Canceled")
405 // is canceled above revert this back to a Fatal error.
410 // TestTxContextWait tests the transaction behavior when the tx context is canceled
420 // Guard against the context being canceled before BeginTx completes.
422 t.Skip("tx context canceled prior to first use")
602 if err != context.Canceled {
2723 // In the test, a context is canceled while the query is in process so
2796 // after it has done so. Code after must deal with the canceled state.
2803 // Rows may be ignored because it will be closed when the context is canceled.
2806 // canceled context.