Feature #3030

Testing framework can send bug report to mailinglist

Added by Thomas Fritz over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-04-03
Priority:Could have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Error
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 5
PHP Version: Complexity:
Has patch:

Description

After the test suites are completed and a test failed, ask the Developer if a detailed bug report should be send to the TYPO3 Mailinglist. Of course only if a failed test belongs a to a public package. If you have ever compiled php and did a make test you might actually know what i mean.

This behaviour could also expanded when an exception was thrown.

Associated revisions

Revision 38d8d5c6
Added by Karsten Dambekalns almost 6 years ago

[~TASK] FLOW3 (Error): the DebugExceptionHandler now shows a link to Forge for creating an issue - we'll see how that turns out... Resolves #3030.

History

#1 Updated by Robert Lemke about 6 years ago

  • Target version set to 283

#2 Updated by Robert Lemke about 6 years ago

  • Target version deleted (283)

#3 Updated by Karsten Dambekalns almost 6 years ago

For the testing framework I would not do this. Tests in that part should fail on the developer's machine or the CI server. Thus we don't need any mails to bother innocent developers :)

For the exception handling, I partly agree. But I would not send an email but rather link to a form for a new issue on forge with some stuff pre-filled in the form. This is easily done:
http://forge.typo3.org/projects/package-<key>/issues/new?issue[subject]=Foo&issue[description]=Bar+Baz&issue[category_id]=76

#4 Updated by Karsten Dambekalns almost 6 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Target version set to 1.0 alpha 5

#5 Updated by Karsten Dambekalns almost 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r3233.

Also available in: Atom PDF