Edgewall Software

Opened 10 years ago

Last modified 7 years ago

#11440 closed enhancement

Backport patches for Bloodhound commit ticket updater component — at Initial Version

Reported by: Olemis Lang <olemis+trac@…> Owned by:
Priority: low Milestone:
Component: ticket system Version: 1.0.1
Severity: minor Keywords: patch vcs hooks bloodhound backport CommitTicketUpdater functional-tests
Cc: Jun Omae Branch:
Release Notes:
API Changes:
Internal Changes:

Description

While implementing Bloodhound multi-product version of the commit ticket updater component we have produced some patches suitable to be backported into Trac . These are :

Functional test case classes in Trac test suite mostly execute runTest method , nevertheless RPC test cases as well as those proposed in the patches use a class-level fixture initialization i.e. test_* methods wrapped in setUp and tearDown . Should many of these fail while executing a test run then twill output a single log file because the class name is the same for all instances and subsequent generations will be overwritten . That's what the later patch is all about .

Change History (0)

Note: See TracTickets for help on using tickets.