Closed fulghum closed 1 week ago
Main | PR | |
---|---|---|
Total | 42090 | 42090 |
Successful | 14404 | 14404 |
Failures | 27686 | 27686 |
Partial Successes[^1] | 4697 | 4697 |
Main | PR | |
---|---|---|
Successful | 34.2219% | 34.2219% |
Failures | 65.7781% | 65.7781% |
[^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.
The
statement_timeout
parameter had the wrong context configured, which prevented users from being able to change its value. I did a quick skim of Doltgres' parameters and compared them topg_catalog
.pg_settings
and found one other parameter context (recovery_target_name
) that didn't match.Fixes: https://github.com/dolthub/doltgresql/issues/943