Tuesday, November 27, 2007

Preliminary EOP Load Test

Add finishing touch to the Dashboard-NGS project:
  1. Add several bad packets (e.g.: invalid date, office code, transaction type)
  2. Load test
  3. Finding out why not all of the bad packets are not being logged to the database: to my horror, I found out that the dev inserts date and time into 2 separate DATE fields. The date information is inserted to one DATE field and the time portion into another one. It is not the inefficiency that irks me but the time portion is filled with mixture of 1970-1-1, 1900-1-1 or whatever as the date of the time. Sloppy code.
We are waiting for the final build for now.

No comments: