forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f91f32
committed
Clean up pg_dump tests, re-enable BLOB testing
Add a loop to check that each test covers all of the pg_dump runs. We(I) had been a bit sloppy when adding new runs and not making sure tomark if they should be under like or unlike for each test, this loopmakes sure that the test system will complain if any are forgotten inthe future.The loop also correctly handles the 'catch all' cases, which are used toavoid running unnecessary specific checks when a single catch-all can bedone (eg: a no-acl run should not have any GRANT commands).Also, re-enable the testing of blobs, but use lo_from_bytea() instead oftrying to be cute and writing out to a file and then reading it back inwith psql, which proved to be difficult for some buildfarm members.This allows us to add support for testing the --no-blobs option whichwill be getting added shortly, provided the buildfarm doesn't blow up onthis.1 parenta43f193 commit8f91f32
1 file changed
+695
-165
lines changed0 commit comments
Comments
(0)