issues
search
DigitalChinaOpenSource
/
TiDB-for-PostgreSQL
PgSQL compatible on distributed database TiDB
Apache License 2.0
387
stars
21
forks
source link
Infoschema,Session : fix bugs of unit tests
#30
Closed
Orion7r
closed
3 years ago
Orion7r
commented
3 years ago
What problem does this PR solve?
fix bugs about unit test TestIsolationReadDoNotFilterSystemDB and TestBootstrapWithError
Restoring unit tests TestStmtSummaryTable
What is changed and how it works?
What's Changed:
The SQL statement that creates the system view is changed to CREATE OR REPLACE.
Change the system table tables to uppercase.
Restoring unit tests TestStmtSummaryTable
How it Works:
unit test TestIsolationReadDoNotFilterSystemDB and TestBootstrapWithError are passed.
RogueJin
commented
3 years ago
@hey-hoho please help to check these ut
What problem does this PR solve?
What is changed and how it works?
What's Changed:
How it Works: