Ticket #193 (new task)

Opened 5 years ago

Last modified 14 months ago

Automatic Error Reporting (Server Side)

Reported by: jan Owned by:
Priority: Nice to Have Milestone: Backlog
Component: Game engine Keywords:
Cc:

Description

A general outline of the server side follows.

  • bundle (generated by client side - see #192) is received and given a unique name.
  • it is added to the list of pending bug reports.
  • periodically, someone could manually wade through them, and file Trac bugs for any that are actually new.

Ideally, this would be automated. Filing trac bugs programmatically ought not be a problem. Classifying them as old or not would require some logic. The error locus can be used as one criteria; the exact message text (if exactly equal, it's a dupe) is another.

If the above automated approach is in place, it would be nice to send back a link to the user showing the Trac ticket's page. They could then see the status of the bug and any workarounds/fixes in the comments.

Attachments

0ad.tar.bz2 Download (110.5 KB) - added by inigo 5 years ago.
Report bug server side source

Change History

comment:1 Changed 5 years ago by inigo

  • Status changed from new to assigned

Changed 5 years ago by inigo

Report bug server side source

comment:2 Changed 3 years ago by feneur

  • Owner inigo deleted
  • Status changed from assigned to new

comment:3 Changed 16 months ago by anonymous

  • Milestone Advanced Multiplayer Demo deleted

Milestone Advanced Multiplayer Demo deleted

comment:4 Changed 16 months ago by wacko

  • Owner set to wacko
  • Milestone set to Backlog

comment:5 Changed 14 months ago by historic_bruno

  • Owner wacko deleted
Note: See TracTickets for help on using tickets.