mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
- Remove serial_schedule. As was alluded to in the README, it's really quote pointless. - Remove unused PORT/HOST variables - Fix typos
9 lines
280 B
Markdown
9 lines
280 B
Markdown
To add a new SQL test
|
|
|
|
- add sql script to run to zenith_regress/sql/testname.sql
|
|
- add expected output to zenith_regress/expected/testname.out
|
|
- add testname to parallel_schedule
|
|
|
|
That's it.
|
|
For more complex tests see PostgreSQL regression tests. These works basically the same.
|