Closed
Description
Sam Brannen opened SPR-12618 and commented
Status Quo
Changes made in GitHub commit b43fc7a caused the schedulerWithHsqlDataSource()
test in QuartzSupportTests
to start failing.
Specifically, this test has been failing during Performance Builds since build #297.
Assumptions
Since the commit in question upgraded the Quartz version, one could assume that it is necessary to upgrade the quartz-hsql.sql
file (as was done in the fix for #16253); however, an initial attempt at this did not seem to resolve the problem. Thus further analysis is required.
Deliverables
- Determine why
schedulerWithHsqlDataSource()
is failing after an upgrade to Quartz 2.2.1 and refactor tests and related configuration to ensure that all tests pass during Spring's Performance builds.
Affects: 4.1 GA
Issue Links:
- Fix broken tests in QuartzSupportTests [SPR-11630] #16253 Fix broken tests in QuartzSupportTests