VirtualBox

Ignore:
Timestamp:
Jun 6, 2016 10:26:04 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107845
Message:

testmanager: Simple throttling of failures.

File:
1 edited

Legend:

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

    r61502 r61509  
    568568        # If idling and enabled try schedule a new task.
    569569        #
    570         if fIdle \
     570        if    fIdle \
    571571          and oTestBoxData.fEnabled \
     572          and not TestSetLogic(oDb).isTestBoxExecutingToRapidly(oTestBoxData.idTestBox) \
    572573          and oStatusData.enmState == TestBoxStatusData.ksTestBoxState_Idle: # (paranoia)
    573574            dResponse = SchedulerBase.scheduleNewTask(oDb, oTestBoxData, oStatusData.iWorkItem, self._oSrvGlue.getBaseUrl());
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