VirtualBox

Changeset 90787 in vbox for trunk/src


Ignore:
Timestamp:
Aug 23, 2021 10:03:38 AM (3 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Try canceling the guest VKAT execution task to not run into task congestion anymore. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r90786 r90787  
    498498                fRc = fRc and self.runTests(oTestVm, oSession, oTxsSession, 'Guest audio recording', asTests = [ '-i1' ]);
    499499
    500         #
    501         # Retrieve log files for diagnosis.
    502         #
    503         self.txsDownloadFiles(oSession, oTxsSession,
    504                               [ ( self.getGstVkatLogFilePath(oTestVm),
    505                                   'vkat-guest-%s.log' % (oTestVm.sVmName,),),
    506                               ],
    507                               fIgnoreErrors = True);
    508 
     500            # Cancel guest VKAT execution task summoned by startVkatOnGuest().
     501            oTxsSession.cancelTask();
     502
     503            #
     504            # Retrieve log files for diagnosis.
     505            #
     506            self.txsDownloadFiles(oSession, oTxsSession,
     507                                  [ ( self.getGstVkatLogFilePath(oTestVm),
     508                                      'vkat-guest-%s.log' % (oTestVm.sVmName,),),
     509                                  ],
     510                                  fIgnoreErrors = True);
    509511        return fRc;
    510512
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