apple / ccs-caldavtester

CalDAV/CardDAV Testing Framework used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
57 stars 36 forks source link

Uninformative FATAL ERROR #16

Open macosforgebot opened 13 years ago

macosforgebot commented 13 years ago

douglm@… originally submitted this as ticket:450


Some server 'feature' kills the tester with

FATAL ERROR: string index out of range

Added a traceback print to caldavtest.py

except Exception, e:

print traceback.format_exc() self.manager.log(manager.LOG_ERROR, "FATAL ERROR: %s" % (e,), before=2) return 0, 1, 0

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:450

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:8:⁠ticket:450