VirtualBox

Ignore:
Timestamp:
Jun 5, 2016 9:02:01 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107801
Message:

testmanager: Preparting TestSets for TestBoxes belonging to more than one scheduling group by storing the idSchedGroup in TestSets as well (this has a slight speed up effect on grouping results by scheduling group too of course). The idSchedGroup column in TestBoxes will be changed into a M:N table later some time. Also corrected a typo regarding orphaned tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py

    r61468 r61474  
    273273        Cleans up any old test set that may be left behind and changes the
    274274        state to 'idle'.  See scenario #9:
    275         file://../../docs/AutomaticTestingRevamp.html#cleaning-up-abandond-testcase
     275        file://../../docs/AutomaticTestingRevamp.html#cleaning-up-abandoned-testcase
    276276
    277277        Note. oStatusData.enmState is set to idle, but tsUpdated is not changed.
    278278        """
    279279
    280         # Cleanup any abandond test.
     280        # Cleanup any abandoned test.
    281281        if oStatusData.idTestSet is not None:
    282             SystemLogLogic(oDb).addEntry(SystemLogData.ksEvent_TestSetAbandond,
     282            SystemLogLogic(oDb).addEntry(SystemLogData.ksEvent_TestSetAbandoned,
    283283                                         "idTestSet=%u idTestBox=%u enmState=%s %s"
    284284                                         % (oStatusData.idTestSet, oStatusData.idTestBox,
    285285                                            oStatusData.enmState, self._sAction),
    286286                                         fCommit = False);
    287             TestSetLogic(oDb).completeAsAbandond(oStatusData.idTestSet, fCommit = False);
     287            TestSetLogic(oDb).completeAsAbandoned(oStatusData.idTestSet, fCommit = False);
    288288            GlobalResourceLogic(oDb).freeGlobalResourcesByTestBox(self._idTestBox, fCommit = False);
    289289
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette