clone a postgresql database for testing cleanly

Main menu:

Topics

Recent Posts

Blog

 

March 2010
M T W T F S S
« Feb   Apr »
1234567
891011121314
15161718192021
22232425262728
293031  

Past Posts

Java/J2EE

JDBC

Other

Archive for March 28th, 2010

clone a postgresql database for testing cleanly

March 28th, 2010 by Jeanne Boyarsky

I’m looking at writing integration tests for the back end of JavaRanch‘s JForum install. A few “pesky” requirements/constraints Multiple developers all over the word have their own local test databases filled with data in different states.  The tests must work for everyone.  Ideally they won’t leave data floating around either. The tests must use PostgreSQL.  [...]


Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 332954720 bytes) in Unknown on line 0