We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Env setup Go: 1.16 Current progress: proj3 in progress, proj1&2 fin
When I test my code for as the the last section in this page: https://github.com/tidb-incubator/tinysql/blob/course/courses/proj3-README-zh_CN.md
I hit this line sometimes: https://github.com/tidb-incubator/tinysql/blob/1bdb9a3bc6ba158424a7da352d14d2b72d39ebaf/store/tikv/snapshot.go#L150
After I commented it out, those tests are able to pass.
Can someone please check if that's a real issue or a bug introduced by my change?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Env setup
Go: 1.16
Current progress: proj3 in progress, proj1&2 fin
When I test my code for as the the last section in this page:
https://github.com/tidb-incubator/tinysql/blob/course/courses/proj3-README-zh_CN.md
I hit this line sometimes:
https://github.com/tidb-incubator/tinysql/blob/1bdb9a3bc6ba158424a7da352d14d2b72d39ebaf/store/tikv/snapshot.go#L150
After I commented it out, those tests are able to pass.
Can someone please check if that's a real issue or a bug introduced by my change?
The text was updated successfully, but these errors were encountered: