VirtualBox

Changeset 83387 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 24, 2020 2:50:45 PM (5 years ago)
Author:
vboxsync
Message:

TestManager/SchedQueue: Fixed various validation issues with the testbox-in-sched-group stuff. Added change log to the scheduling queue details page. [pylint]

File:
1 edited

Legend:

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

    r83384 r83387  
    502502        return aoRet;
    503503
    504     def fetchForChangeLog(self, idSchedGroup, iStart, cMaxRows, tsNow): # pylint: disable=too-many-locals
     504    def fetchForChangeLog(self, idSchedGroup, iStart, cMaxRows, tsNow): # pylint: disable=too-many-locals,too-many-statements
    505505        """
    506506        Fetches change log entries for a scheduling group.
     
    555555            tsPrevious = db.dbTimestampPlusOneTick(tsEffective);
    556556
    557         if True:
     557        if True: # pylint: disable=using-constant-test
    558558            #
    559559            # Fetch data for each for each change log entry point.
Note: See TracChangeset for help on using the changeset viewer.

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