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