Skip to content

sqlsmith: make TLP predicates immutable#67194

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
mgartner:immutable-tlp
Jul 6, 2021
Merged

sqlsmith: make TLP predicates immutable#67194
craig[bot] merged 1 commit intocockroachdb:masterfrom
mgartner:immutable-tlp

Conversation

@mgartner
Copy link
Copy Markdown
Contributor

@mgartner mgartner commented Jul 2, 2021

Previously, GenerateTLP could generate predicates that were not
immutable. For example, a predicate could include random(). The TLP
method only works correctly if predicates are immutable. A non-immutable
predicate can cause TLP to erroneously report a correctness bug.

Release note: None

Previously, `GenerateTLP` could generate predicates that were not
immutable. For example, a predicate could include `random()`. The TLP
method only works correctly if predicates are immutable. A non-immutable
predicate can cause TLP to erroneously report a correctness bug.

Release note: None
@mgartner mgartner requested a review from a team July 2, 2021 22:09
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@cucaroach cucaroach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @mgartner)

Copy link
Copy Markdown
Contributor

@cucaroach cucaroach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:LGTM:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @mgartner)

@mgartner
Copy link
Copy Markdown
Contributor Author

mgartner commented Jul 6, 2021

TFTR!

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jul 6, 2021

Build succeeded:

@craig craig bot merged commit 3fce327 into cockroachdb:master Jul 6, 2021
@mgartner mgartner deleted the immutable-tlp branch July 6, 2021 19:54
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