Skip to content

roachtest: add stmt_timeout to consistency checks#47746

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
tbg:conschecktimeout
Apr 21, 2020
Merged

roachtest: add stmt_timeout to consistency checks#47746
craig[bot] merged 1 commit intocockroachdb:masterfrom
tbg:conschecktimeout

Conversation

@tbg
Copy link
Copy Markdown
Member

@tbg tbg commented Apr 21, 2020

Context cancellation doesn't do anything since lib/pq uses the Postgres
cancellation protocol which we don't implement. See discussion on:

#34520

The TL;DR is that we ought to be using pgx instead, which would just
close the underlying conn on cancellation which is just what we want
here.

Release note: None

Context cancellation doesn't do anything since lib/pq uses the Postgres
cancellation protocol which we don't implement. See discussion on:

cockroachdb#34520

The TL;DR is that we ought to be using pgx instead, which would just
close the underlying conn on cancellation which is just what we want
here.

Release note: None
@tbg tbg requested a review from knz April 21, 2020 09:36
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@tbg
Copy link
Copy Markdown
Member Author

tbg commented Apr 21, 2020

bors r=knz
TY!

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Apr 21, 2020

Build succeeded

@craig craig bot merged commit 3e6bf86 into cockroachdb:master Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants