Tencent / 3TS

腾讯事务处理技术验证系统(Tencent Transaction Processing Testbed System)
Other
145 stars 54 forks source link

feat: Add Test Case Generation for Weak Isolation Levels in Different Databases #61

Open WeihuaSun opened 3 months ago

WeihuaSun commented 3 months ago

issue #42 Generate different test cases for weak isolation levels of different databases.

The isolation level of the database has different capabilities to break the cycles in POP. If the isolation level can break the cycles in POP, then the test case corresponding to POP should not have data anomalies under the isolation level. I corresponded the isolation level with the ability to break the cycles and summarized 6 mechanisms.

By specifying the database and isolation level, the code can generate test cases for the isolation level.

tencent-adm commented 3 months ago

CLA assistant check
All committers have signed the CLA.