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

sync_diff_inspector: Compare rows even if export-fix-sql is false #831

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dveeden
Copy link
Contributor

@dveeden dveeden commented Nov 27, 2024

What problem does this PR solve?

Issue Number: close #830

What is changed and how it works?

Check List

Tests

  • Manual test (add detailed scripts or steps below)

Side effects

  • Possible performance regression: Comparing rows is slower than comparing checksums

Related changes

  • Need to be included in the release note
Comparing JSON with export-fix-sql being enabled was failing when it shouldn't

Copy link

@mjonss mjonss left a comment

Choose a reason for hiding this comment

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

Is it possible to add a test covering this change?

@dveeden
Copy link
Contributor Author

dveeden commented Nov 27, 2024

Is it possible to add a test covering this change?

I added a test in 6e4d864 but I'm not sure if that runs in CI or not

@wuhuizuo
Copy link
Contributor

/retest

Copy link

@mjonss mjonss left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

ti-chi-bot bot commented Nov 28, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-11-28 08:50:42.784437953 +0000 UTC m=+712830.404092469: ☑️ agreed by mjonss.

@dveeden
Copy link
Contributor Author

dveeden commented Nov 28, 2024

/hold

@dveeden
Copy link
Contributor Author

dveeden commented Dec 10, 2024

/unhold

Copy link

ti-chi-bot bot commented Dec 10, 2024

@dveeden: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-verify 7c28c74 link true /test pull-verify

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link

ti-chi-bot bot commented Dec 10, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Defined2014, mjonss

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table data check fails if export-fix-sql is disabled for tables with complex json
4 participants