Commit Graph

66 Commits

Author SHA1 Message Date
Michael Minella
e827990f08 BATCH-1895: Updated to use spring-retry 2012-10-02 10:06:44 -05:00
Dave Syer
d372269e0b Fix broken test (new method in Spring 3.1 needs mock) 2012-09-24 16:37:14 +01:00
Chris Schaefer
d512ba8ff2 BATCH-1685: Upgrade minimum support level for Spring to 3.1.2 2012-09-12 06:08:36 +01:00
Dave Syer
8525afc5c5 BATCH-1774: add test case (unsuccessful so far) 2012-06-27 10:07:48 +01:00
David Thexton
8c445bcb08 BATCH-1860: Use sub query for Derby for JdbcPagingItemReader
Order the results before the ROW_NUM restriction is applied (and make related infrastructure tests more robust)
2012-06-07 16:45:51 +01:00
Dave Syer
e0ce10dcc0 Fix compiler warnings 2011-04-05 12:02:13 +01:00
Josh Long
0a77a5b4ed BATCH-1532: fix integration tests to work with Spring 3 2011-03-21 13:33:22 +00:00
Dave Syer
9c187e0e3a Add nested XML to integration tests 2011-01-14 09:44:18 +00:00
dsyer
abd66edb30 BATCH-1639: fix oracle jump to item 2010-10-09 15:25:45 +00:00
dsyer
d22bc927a2 BATCH-1595: tweak jump to item query for Oracle 2010-07-11 06:25:34 +00:00
dsyer
c918e770f0 BATCH-1590: tidy up oracle paging 2010-07-09 10:50:08 +00:00
dsyer
3984ba1791 BATCH-1590: fix another bug in oracle paging 2010-06-29 10:34:48 +00:00
dsyer
1ed666600d Add support for oracle to all infrastructure tests 2010-06-13 11:37:11 +00:00
dsyer
7721984c78 minor test tweak to fix build 2010-05-23 02:06:15 +00:00
dsyer
90c63f71dc BATCH-1571: fix paging queries for Postgres 2010-05-19 07:55:23 +00:00
dsyer
d04a904eaf BATCH-1546: add and run integration tests for oracle 2010-04-06 07:51:25 +00:00
dsyer
f38c05567a BATCH-1546: enable integration tests with Oracle 2010-04-05 16:22:08 +00:00
dsyer
7327b66ab2 Remove unused component 2010-03-29 11:12:34 +00:00
dsyer
7dd1a4eea3 Add read from start to integration test 2010-03-29 11:06:44 +00:00
dsyer
75a35de711 Move over Jsbc integration test from samples 2010-03-29 10:55:13 +00:00
dsyer
762c11c80b Refactor infrastructure-tests to use more placeholders for initialization. 2010-03-29 10:18:55 +00:00
dsyer
4f7c77df24 Extend timeout to prevent spurious failures 2010-03-08 08:48:41 +00:00
dsyer
5b85f05e02 Not StAX, but JAXB. 2010-01-30 15:32:30 +00:00
trisberg
d0a63223a9 fixed DataSourceInitializer so it executes the destroy scripts on bean destruction 2010-01-28 19:54:16 +00:00
dsyer
612962c5f9 Extend the range of concurrency tests a bit 2010-01-28 11:45:16 +00:00
dsyer
239cba1d43 Moved bulk async reader tests to integration test project 2010-01-14 13:39:27 +00:00
dsyer
0d8cb85c10 RESOLVED - issue BATCH-1430: StaxEventItemWriter: Declare additional namespaces at the top-level element 2010-01-05 14:26:18 +00:00
dsyer
e1fe74b3f9 BATCH-1470: remove commons-lang dependency 2009-12-30 11:04:11 +00:00
dsyer
90d008fdb1 Tidy up some TODOs 2009-12-29 14:58:59 +00:00
dsyer
7feadec42c Add blocking queue in preference to thread.sleep 2009-09-07 13:34:05 +00:00
dsyer
9fd80a6b9e Reset counter in test 2009-09-07 13:15:54 +00:00
dsyer
2df180369c Tidy up unit test with correct mock behaviour 2009-09-07 13:12:10 +00:00
dhgarrette
e6819e3a47 fixed error 2009-08-23 15:38:15 +00:00
dsyer
1b7ebbb932 Fix broken build 2009-05-02 06:38:56 +00:00
dsyer
de21d44af1 Try to fix timout error in build again 2009-03-20 10:49:57 +00:00
dsyer
43d9e98f00 Try to fix timout error in build 2009-03-20 10:30:10 +00:00
dsyer
5244ef07ca Bump up timeout in failed test 2009-03-14 09:47:55 +00:00
dsyer
8a14e41495 RESOLVED - issue BATCH-1060: Consider use of BufferOutputStream () in StaxEventItemWriter
Added more data to integration test and some timings.  If you use a BufferedWriter instead in the TransactionAwareBufferedWriter it runs slightly slower if anything.
2009-02-23 15:50:02 +00:00
robokaso
c795098827 RESOLVED - BATCH-963: ExecutionContext modifications in ItemStream.close(ExecutionContext) are not persisted
removed ExecutionContext argument from ItemStream.close() signature
2008-12-10 12:06:03 +00:00
robokaso
690437e41a findbugs fixes 2008-11-24 12:41:19 +00:00
dsyer
8b2d02f5d9 IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Replaced infrastrucure status with local enum and moved ExitStatus into core.   TODO: maybe get rid of continuable.
2008-11-07 18:40:58 +00:00
dsyer
1270254608 Re-enable castor integration tests 2008-11-07 15:21:00 +00:00
dsyer
883ce9d356 BATCH-794: Move to BRITS style dependencies so we can build against Spring 3.0 snapshots 2008-11-04 08:20:09 +00:00
dsyer
05d12cf226 Stop container before checking results 2008-11-03 08:23:22 +00:00
robokaso
5994782b37 RESOLVED - BATCH-821: remove EventSerializer/Deserializer abstractions and use Marshaller/Unmarshaller directly 2008-09-05 09:15:21 +00:00
dsyer
311779037a BATCH-804: add interface for RetryState 2008-09-02 09:24:37 +00:00
dsyer
d41464c176 OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Move key generator and item identifier to retry interceptor package
2008-08-25 16:08:19 +00:00
dsyer
6e36093b2e OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
RetryCallback and RecoveryCallback done
2008-08-25 14:06:57 +00:00
dsyer
1da437fb00 OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Fixed use of state in stateless retry
2008-08-25 12:08:44 +00:00
dsyer
193f63a24a OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Make stateful retry explicit in the RepeatOperations interface instead of hidden in a RetryPolicy
2008-08-25 12:00:42 +00:00