Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing t.Helper() #28

Merged
merged 1 commit into from
Aug 26, 2020
Merged

Add missing t.Helper() #28

merged 1 commit into from
Aug 26, 2020

Conversation

tbg
Copy link
Member

@tbg tbg commented Aug 26, 2020

I noticed over in cockroachdb/cockroach that test failures were printed
as originating from datadriven.go:194 as opposed to the actual test's
invocation of datadriven.RunTest. Inserting the missing t.Helper()
call seems to have fixed that.


This change is Reviewable

I noticed over in cockroachdb/cockroach that test failures were printed
as originating from `datadriven.go:194` as opposed to the actual test's
invocation of `datadriven.RunTest`. Inserting the missing `t.Helper()`
call seems to have fixed that.
@tbg tbg requested a review from knz August 26, 2020 11:07
@tbg tbg merged commit 92602d8 into master Aug 26, 2020
@tbg tbg deleted the helper branch August 26, 2020 15:36
tbg added a commit to tbg/cockroach that referenced this pull request Aug 27, 2020
Picks up cockroachdb/datadriven#28.

Release justification: testing
Release note: None
craig bot pushed a commit to cockroachdb/cockroach that referenced this pull request Aug 27, 2020
53243: builtins: implement ST_IsPolygonCW/CCW and ST_ForcePolygonCW/CCW r=sumeerbhola a=otan

Resolves #48956
Resolves #48957
Resolves #48935
Resolves #48936 

Release note (sql change): implement the ST_IsPolygonCW,
ST_IsPolygonCCW, ST_ForcePolygonCW and ST_ForcePolygonCCW builtins.

Release justification: low risk, high benefit changes

53478: backupccl: prevent temporary tables from backupccl r=pbardea a=otan

Filter out temporary tables from resolvable descriptors.

Release justification: low risk, high benefit changes

Resolves: #50902

Release note (sql change): Fix a bug where temporary tables may be
included in `BACKUP` commands.

53496: builtins: implement ST_Points r=otan a=erikgrinaker

Release note (sql change): Implement the geometry builtin `ST_Points`.

Closes #49009.

53523: sql: allow INT to compare to OID r=jordanlewis a=rafiss

An OID is just an INT, so they should be comparable.

Postgres allows this, and certain drivers create queries that attempt to
compare INTs to OIDs, so this improves compatibility.

fixes #53143

Release justification: low-risk, high benefit change that improves
compatibility with PGJDBC.
Release note (sql change): A value of type OID can now be compared to a
value of type INT.

53545: vendor: go get github.com/cockroachdb/datadriven@master r=knz a=tbg

Picks up cockroachdb/datadriven#28.

Release justification: testing
Release note: None


Co-authored-by: Oliver Tan <[email protected]>
Co-authored-by: Erik Grinaker <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: Tobias Grieger <[email protected]>
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.

2 participants