VirtualBox

Ignore:
Timestamp:
Oct 12, 2022 1:07:42 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154070
Message:

Validation Kit/testmanager: Renaming (isTestBoxExecutingToRapidly() -> isTestBoxExecutingTooRapidly()).

File:
1 edited

Legend:

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

    r96555 r97110  
    578578        if    fIdle \
    579579          and oTestBoxData.fEnabled \
    580           and not TestSetLogic(oDb).isTestBoxExecutingToRapidly(oTestBoxData.idTestBox) \
     580          and not TestSetLogic(oDb).isTestBoxExecutingTooRapidly(oTestBoxData.idTestBox) \
    581581          and oStatusData.enmState == TestBoxStatusData.ksTestBoxState_Idle: # (paranoia)
    582582            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