issues
search
DigitalChinaOpenSource
/
TiDB-for-PostgreSQL
PgSQL compatible on distributed database TiDB
Apache License 2.0
387
stars
21
forks
source link
Fix bugs of unit test
#25
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
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.
How it Works:
unit test TestIsolationReadDoNotFilterSystemDB and TestBootstrapWithError are passed.
What problem does this PR solve?
What is changed and how it works?
What's Changed:
How it Works: