Skip to content

Conversation

@hawkingrei
Copy link
Collaborator

@hawkingrei hawkingrei commented Sep 15, 2025

I found that there were some errors displayed in the TiDB tests, and I have fixed them:

  • There were issues with the inference of some data types.
  • TiDB does not support ANALYZE INDEX PRIMARY.

@hawkingrei hawkingrei force-pushed the fix_analyze_primary_key branch 2 times, most recently from c718f96 to 944a393 Compare September 15, 2025 07:31
@hawkingrei hawkingrei requested a review from mrigger September 15, 2025 07:39
Copy link
Contributor

@mrigger mrigger left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the PR! Would it be possible to pin a specific TiDB version?

run: |
docker pull pingcap/tidb:v8.5.2
docker run --name tidb-server -d -p 4000:4000 pingcap/tidb:v8.5.2
docker pull hawkingrei/tidb-playground:nightly
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be better to pin the currently supported version to a specific version. Would this be possible?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I updated it and pinned it to a specific version.

@hawkingrei hawkingrei force-pushed the fix_analyze_primary_key branch 2 times, most recently from 5d7778c to 968bb04 Compare September 16, 2025 02:44
@hawkingrei
Copy link
Collaborator Author

Thanks a lot for the PR! Would it be possible to pin a specific TiDB version?

Yes, I updated it and pinned it to a specific version.

@mrigger
Copy link
Contributor

mrigger commented Sep 16, 2025

Okay, thanks! Currently, the formatter test is failing. Could you please execute mvn formatter:format?

@hawkingrei hawkingrei force-pushed the fix_analyze_primary_key branch from 968bb04 to d048353 Compare September 17, 2025 04:27
@hawkingrei
Copy link
Collaborator Author

mvn formatter:format

Thanks, I have fixed the format problem.

@mrigger
Copy link
Contributor

mrigger commented Sep 17, 2025

LGTM, thanks!

@mrigger mrigger merged commit e10cb42 into sqlancer:main Sep 17, 2025
13 of 26 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.

2 participants