https://bugzilla.wikimedia.org/show_bug.cgi?id=70714

            Bug ID: 70714
           Summary: time ranges should be validated to be start < end
           Product: Analytics
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Wikimetrics
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Example parameters that would throw an exception in the queue without this
validation:

{
    "cohort": {
        ...
    }, 
    "metric": {
        "individualResults": true, 
        "name": "NamespaceEdits", 
        "end_date": "2014-06-30 00:00:00", 
        "start_date": "2014-08-12 00:00:00", 
        "timeseries": "month", 
        "namespaces": "0, 1", 
        "id": "edits"
        ...
    }, 
    ...
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to