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

testutils: move sideeye helper to its own package #141182

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

rickystewart
Copy link
Collaborator

This being directly present in pkg/testutils meant that side-eye is directly linked into cockroach, which was not intentional. It also made cockroach impossible to build for s390x as side-eye doesn't support it. Since the helper is unused, we can just move the helper to its own package.

Epic: CRDB-21133
Release note: None

@rickystewart rickystewart requested a review from asg0451 February 11, 2025 19:04
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rickystewart
Copy link
Collaborator Author

bors r=asg0451

craig bot pushed a commit that referenced this pull request Feb 11, 2025
140525: changefeedccl: support envelope=enriched for avro r=aerfrei a=asg0451

Add support for the enriched envelope type to avro.

Fixes: #139657

Release note (enterprise change): Add support for
the enriched envelope type to avro.

140992: changefeedccl: add enriched_properties option r=aerfrei a=asg0451

(see individual commits)

- Add the `enriched_properties` option which will control which properties are included in the enriched envelope.
- The enriched envelope in json should not include the `payload` wrapper unless the schema is included.

Fixes: #139687
Release note: None


141040: docs: update diagrams.go for removed restore syntax r=msbutler a=kev-cao

The old restore syntax was removed in #135135 and with it, the `list_of_string_or_placeholder` was removed. `diagrams.go`'s entry for `restore_stmt` was not updated accordingly, resulting in a bad match in the `.bnf` files.

Epic: none

Release note: None

141151: sql: remove error log r=xinhaoz a=xinhaoz

Missed this error log when consolidating some sql stats recording.

Epic: none

Release note: None

141182: testutils: move `sideeye` helper to its own package r=asg0451 a=rickystewart

This being directly present in `pkg/testutils` meant that `side-eye` is directly linked into `cockroach`, which was not intentional. It also made `cockroach` impossible to build for `s390x` as `side-eye` doesn't support it. Since the helper is unused, we can just move the helper to its own package.

Epic: CRDB-21133
Release note: None

Co-authored-by: Miles Frankel <[email protected]>
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Xin Hao Zhang <[email protected]>
Co-authored-by: Ricky Stewart <[email protected]>
@craig
Copy link
Contributor

craig bot commented Feb 11, 2025

Build failed (retrying...):

craig bot pushed a commit that referenced this pull request Feb 11, 2025
140525: changefeedccl: support envelope=enriched for avro r=aerfrei a=asg0451

Add support for the enriched envelope type to avro.

Fixes: #139657

Release note (enterprise change): Add support for
the enriched envelope type to avro.

141040: docs: update diagrams.go for removed restore syntax r=msbutler a=kev-cao

The old restore syntax was removed in #135135 and with it, the `list_of_string_or_placeholder` was removed. `diagrams.go`'s entry for `restore_stmt` was not updated accordingly, resulting in a bad match in the `.bnf` files.

Epic: none

Release note: None

141182: testutils: move `sideeye` helper to its own package r=asg0451 a=rickystewart

This being directly present in `pkg/testutils` meant that `side-eye` is directly linked into `cockroach`, which was not intentional. It also made `cockroach` impossible to build for `s390x` as `side-eye` doesn't support it. Since the helper is unused, we can just move the helper to its own package.

Epic: CRDB-21133
Release note: None

Co-authored-by: Miles Frankel <[email protected]>
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Ricky Stewart <[email protected]>
@rickystewart
Copy link
Collaborator Author

bors r-

@craig
Copy link
Contributor

craig bot commented Feb 11, 2025

Canceled.

This being directly present in `pkg/testutils` meant that `side-eye` is
directly linked into `cockroach`, which was not intentional. It also
made `cockroach` impossible to build for `s390x` as `side-eye` doesn't
support it. Since the helper is unused, we can just move the helper to
its own package.

Epic: CRDB-21133
Release note: None
@rickystewart
Copy link
Collaborator Author

bors r=asg0451,srosenberg

@craig craig bot merged commit fda253e into cockroachdb:master Feb 12, 2025
24 checks passed
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.

4 participants