Ticket #36 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Campaign Reporting

Reported by: scottmc Owned by: scottmc
Priority: blocker Milestone:
Component: SpamZilla Version:
Keywords: Cc: jason

Description

Bugs in recording failures!

Apparently failure responses aren't properly being recorded…YIKES.

Change History

Changed 3 years ago by scottmc

  • priority changed from major to blocker

Changed 3 years ago by scottmc

  • status changed from new to closed
  • resolution set to fixed

(18:35:48) scott: What was happening is it was calling the stored procedure to write the statistics with an empty array (18:36:03) scott: but it wasn't just an empty array, it was an array of empty arrays, and that was causing an error (18:36:38) scott: So as a quick fix rather than fixing the stored procedure to handle those accordingly, I just made it skip writing if there wasn't anything to write (18:36:52) scott: unfortunately I did this before rescheduling the statistics writing (18:36:58) scott: So it would only try to write statistics once

Changed 3 years ago by scottmc

340 fixes this

Changed 2 years ago by scott

  • milestone ListManagement deleted

Milestone ListManagement? deleted

Note: See TracTickets for help on using tickets.