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

sql: skip reset sql stats in TestRandomSyntaxFunctions #69963

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

Azhng
Copy link
Contributor

@Azhng Azhng commented Sep 9, 2021

Previously, crdb_internal.reset_sql_stats() causes timeout
in TestRandomSyntaxFunctions. This is very unlikely due to
implementation of the function, and it is likely caused
by contentions.
This commit skip the tests for crdb_internal.reset_sql_stats()
to prevent nightly failures.

Related #69731

Release justification: Non-production code changes

Release note: None

Previously, crdb_internal.reset_sql_stats() causes timeout
in TestRandomSyntaxFunctions. This is very unlikely due to
implementation of the function, and it is likely caused
by contentions.
This commit skip the tests for crdb_internal.reset_sql_stats()
to prevent nightly failures.

Related cockroachdb#69731

Release justification: Non-production code changes

Release note: None
@Azhng Azhng requested review from rafiss and a team September 9, 2021 15:40
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@rafiss rafiss left a comment

Choose a reason for hiding this comment

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

thank you!

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @Azhng)

@rafiss rafiss linked an issue Sep 9, 2021 that may be closed by this pull request
Copy link
Contributor

@maryliag maryliag 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 @Azhng)

@Azhng
Copy link
Contributor Author

Azhng commented Sep 9, 2021

TFTR!

bors r=maryliag,rafiss

@Azhng
Copy link
Contributor Author

Azhng commented Sep 9, 2021

Jumped the gun there, CI is still running 🤦

bors r-

@craig
Copy link
Contributor

craig bot commented Sep 9, 2021

Canceled.

@Azhng
Copy link
Contributor Author

Azhng commented Sep 9, 2021

bors r=maryliag,rafiss

@craig
Copy link
Contributor

craig bot commented Sep 9, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Sep 9, 2021

This PR was included in a batch that was canceled, it will be automatically retried

@craig
Copy link
Contributor

craig bot commented Sep 9, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Sep 10, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Sep 10, 2021

Build succeeded:

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.

sql/tests: TestRandomSyntaxFunctions failed
4 participants