dolthub / doltgresql

DoltgreSQL - Version Controlled PostgreSQL
Apache License 2.0
1.12k stars 25 forks source link

Foreign key tests #862

Closed zachmu closed 1 month ago

zachmu commented 1 month ago

Depends on https://github.com/dolthub/dolt/pull/8461

github-actions[bot] commented 1 month ago
Main PR
Total 42090 42090
Successful 12743 12743
Failures 29347 29347
Partial Successes[^1] 4897 4897
Main PR
Successful 30.2756% 30.2756%
Failures 69.7244% 69.7244%

[^1]: These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

zachmu commented 1 month ago

Maybe add a bats test or two as well, just to be completely sure that serialization is working correctly between server starts

Done