summaryrefslogtreecommitdiff
path: root/t/BucardoTesting.pm
AgeCommit message (Expand)Author
2015-08-26Support for Firebird as a target database.Greg Sabino Mullane
2015-08-25Testing tweak: account for new lower VARCHAR() ranges MariaDB and MySQL.Greg Sabino Mullane
2015-08-04In tests, make varchar 700 instead of 1000. Really, MariaDB?!Greg Sabino Mullane
2015-05-01Prevent spurious warnings when testing older versions of PostgresGreg Sabino Mullane
2015-03-11Enable testing of trigger and rule disabling again.Greg Sabino Mullane
2014-12-22Remove old debug lineGreg Sabino Mullane
2014-12-21Do not bail on default for test failures - that is why we have ENV{BUCARDO_TE...Greg Sabino Mullane
2014-12-13Cleanup of testing infrastructure. Primary change is using CREATE DATABASE .....Greg Sabino Mullane
2014-11-28Minor test adjustmentsGreg Sabino Mullane
2014-11-27Make sure we quote sequence name in the tests.Greg Sabino Mullane
2014-11-26Testing changes: allow creation of "extra" numberic databases e.g. B1, B2, B3Greg Sabino Mullane
2014-11-25Better filtering in testsGreg Sabino Mullane
2014-11-24Add safety check for adding test rows.Greg Sabino Mullane
2014-11-22Use Test::More::note to give some status updates in the slow parts of the tests.Greg Sabino Mullane
2014-10-28New 'quickstart' parameter: allow skipping of remote table/column sanity checks.Greg Sabino Mullane
2014-07-05In testing, bail early if rows do not match inside check_for_row()Greg Sabino Mullane
2014-07-05In the tests, make sure we commit, as it can affect the trigger creation time...Greg Sabino Mullane
2014-06-29Add update_row_in_database methodGreg Sabino Mullane
2014-06-23Make sure tests have needed pid directoryGreg Sabino Mullane
2014-06-23Change number of test values back to 30: over that runs into date problems, a...Greg Sabino Mullane
2014-06-23We use 33 in some tests, so make our test values go until 40Greg Sabino Mullane
2014-06-21Account for test irregularities where most of the initdb-created data directo...Greg Sabino Mullane
2014-06-21Remove debuggingGreg Sabino Mullane
2014-06-20Minor release cleanupsGreg Sabino Mullane
2014-06-08Make sure we turn off confirm_commit when testingGreg Sabino Mullane
2014-04-11When debug is on, write out a small text file to help connect to the test dat...Greg Sabino Mullane
2014-04-10Debug the initdb call during testingGreg Sabino Mullane
2014-03-12Finish supporting non-ASCII table and column namesJoshua Tolley
2014-02-14Don't assume the bucardo database exists on installJoshua Tolley
2013-11-22Add a fifth inactive database to ensure we handle inactive targets gracefully.Greg Sabino Mullane
2013-10-05Try harder to find initdb when testing.Greg Sabino Mullane
2013-04-17Allow for auto reconnection of databases for crash testing.Greg Sabino Mullane
2013-03-29Add more explicit support for adding and removing sequencesJoshua Tolley
2012-12-22Line up things better in test output.Greg Sabino Mullane
2012-12-19Ensure we use "our" Bucardo.pm during testing, not a system oneGreg Sabino Mullane
2012-12-12Get `makedelta` tests passing.David E. Wheeler
2012-11-09More testing workarounds to support non-truncate-trigger Postgres versions. WIP.Greg Sabino Mullane
2012-11-08Minor changes to support older PG versionsGreg Sabino Mullane
2012-11-03Revert "Don't use /usr/bin/env."Greg Sabino Mullane
2012-11-03Don't use /usr/bin/env.David E. Wheeler
2012-11-02Add test for serialization failure.David E. Wheeler
2012-11-01Sleep for 0.5s after serialization failure.David E. Wheeler
2012-11-01Replace --debug options with --log options.David E. Wheeler
2012-10-26Rename "herd" to "relgroup".David E. Wheeler
2012-10-25Switch from GMT to UTC.David E. Wheeler
2012-10-24Test all return values of `ctl()` in postgres tests.David E. Wheeler
2012-10-24Fix exit value of `update` command.David E. Wheeler
2012-10-22Sleep less; report errors.David E. Wheeler
2012-10-20Don't start bucardo when no syncs while testing.David E. Wheeler
2012-10-19Shut down on END instead of DESTROY.David E. Wheeler