Project

General

Profile

Task #2405

Story #2086: CN issues found when creating tests for Python D1 CNClient

Add support for "slash format" to CrontabEntry in schema

Added by Roger Dahl about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
d1_schemas
Start date:
2012-02-24
Due date:
% Done:

100%

Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:

Description

The schema currently does not allow formats that contain slashes to specify recurrences in CrontabEntry. As for instance, "0/3" to specify recurrences every 3rd time period. The error is:

2/12/12: Verified to still be an issue. Error: E [Xerces] cvc-pattern-valid: Value '0/3' is not facet-valid with respect to pattern '([\?*\d]{1,2}[-,]?)+' for type 'CrontabEntry'.

The current workaround is too use "comma format" to specify such recurrences.

At some point, we will want to add support for the "slash format".

History

#1 Updated by Matthew Jones about 12 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
  • Milestone changed from None to CCI-1.0.0

Completed regex change in r7116, to be released as part of the schema 1.0.2 release. Found additional characters needed in crontab entries that follow quartz, so generalized the expression to allow all quartz-valid characters. Added quartz crontab docs to the schema document.

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 14.8 MB)