Checkout Tools
  • last updated 56 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
TAB-6619 : fix batch trigger acquisition logic to prevent early firing of trigger and preserve the fix for DEV-9254
    • -58
    • +41
    ./java/org/quartz/AbstractJobStoreTest.java
  1. … 5 more files in changeset.
TAB-5908 Revert changes to system prop for skipping update checks to preserve existing API while preserving new default
  1. … 7 more files in changeset.
TAB-5908 Changed skipUpdateCheck to enableUpdateCheck, default is false.
  1. … 8 more files in changeset.
fix these tests permanently (or at least until 2051)
QTZ-468 : no need to wait unnecessarily in tests
QTZ-468 : ensure failed job retrieval transitions triggers to error state
  1. … 1 more file in changeset.
QTZ-437 Fixed NPE from JobDetailImpl.hashCode()
    • -0
    • +19
    ./java/org/quartz/impl/JobDetailImplTest.java
  1. … 1 more file in changeset.
revert 2440
  1. … 2 more files in changeset.
  1. … 2 more files in changeset.
MNK-5609 : rewrite this test to not make assumption about the performance of the test machine
    • -0
    • +41
    ./java/org/quartz/integrations/tests/TrackingJob.java
a few more tweaks/simplifications (and new test) related to qtz-401 fallout

    • -165
    • +217
    ./java/org/quartz/DailyTimeIntervalScheduleBuilderTest.java
  1. … 1 more file in changeset.
remove tabs from files (that have been there a long time, and suddenly checkstyle doesn't like them in the monkey's though it is fine with them on the command line).
  1. … 1 more file in changeset.
QTZ-401: fix issues with computing first fire time of DailyTimeIntervalTrigger when start time is in the past or at other odd timings.
  1. … 1 more file in changeset.
QTZ-403 : StringOperatorName.ANYTHING not supported in StdJDBCJobStore, JMX
  1. … 4 more files in changeset.
Fixed QTZ-249 - Allow user to configure the default PoolingConnectionProvider to set C3P0 extra properties.
    • -0
    • +106
    ./java/org/quartz/utils/PoolingConnectionProviderTest.java
  1. … 2 more files in changeset.
Added couple re-usable base classes for building easy integration tests with In-Memory and Database Schedulers.
    • -0
    • +106
    ./java/org/quartz/integrations/tests/QuartzDatabaseTestSupport.java
    • -0
    • +49
    ./java/org/quartz/integrations/tests/CountingJob.java
MNK-5512 : try and be nice to derby - don't shutdown derby until the job thread has terminated
    • -6
    • +22
    ./java/org/quartz/AbstractSchedulerTest.java
QTZ-386 Internal logic to detect during trigger loading it being deleted concurrently
  1. … 1 more file in changeset.
QTZ-395 Copy constructor now preserves TimeZone
    • -0
    • +13
    ./java/org/quartz/CronExpressionTest.java
  1. … 1 more file in changeset.
QTZ-385 : add test coverage
    • -0
    • +136
    ./java/org/quartz/core/QTZ385Test.java
QTZ-326: Fixed xml directives for job override and dup flag to process when existing job class is no longer exist.
    • -0
    • +33
    ./resources/org/quartz/xml/overwrite-no-jobclass.xml
    • -0
    • +56
    ./resources/org/quartz/xml/directives_overwrite_no-ignoredups.xml
    • -2
    • +0
    ./resources/org/quartz/xml/delete-no-jobclass.xml
  1. … 1 more file in changeset.
QTZ-382 : add unit test for UpdateLockRowSemaphore
  1. … 1 more file in changeset.
Fixed QTZ-353: Added missing test config xml file.
    • -0
    • +37
    ./resources/org/quartz/xml/delete-no-jobclass.xml
Fixed QTZ-353: this is fixed indirectly by QTZ-326 now. Added new unit test to cover the case.
    • -1
    • +1
    ./resources/org/quartz/xml/simple-job-trigger.xml
Fixed QTZ-326: be able to remove trigger even if jobClass is no longer exists.
  1. … 3 more files in changeset.
QTZ-385 : ensure scheduler thread is shutdown before shutting down thread pool
    • -3
    • +64
    ./java/org/quartz/AbstractSchedulerTest.java
  1. … 4 more files in changeset.
ENG-54 : necessary changes to support Terracotta Rejoin functionality in Quartz (also improves DB failure behavior)
    • -0
    • +189
    ./java/org/quartz/FlakyJdbcSchedulerTest.java
    • -28
    • +39
    ./java/org/quartz/AbstractSchedulerTest.java
  1. … 21 more files in changeset.
QTZ-389: fixed extra contructors not setting complete parameters.
  1. … 1 more file in changeset.
QTZ-369: DailyTimeIntervalTriggerImpl - if afterTime is before startTime, then return startTime directly.
  1. … 1 more file in changeset.
QTZ-315 : incliude both scheduled and fired time in recovery job data - align and correct various recovery job behaviors
  1. … 53 more files in changeset.