VirtualBox

Changeset 86938 in vbox


Ignore:
Timestamp:
Nov 20, 2020 3:37:27 PM (4 years ago)
Author:
vboxsync
Message:

testmanager/status.py: Fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/cgi/status.py

    r86937 r86938  
    326326        TestBoxesWithStrings.sOS,
    327327        SchedGroupNames.sSchedGroupNames
    328 FROM    TestBoxesWithStrings,
    329         (SELECT TestBoxesInSchedGroups.idTestBox AS idTestBox,
     328FROM    (SELECT TestBoxesInSchedGroups.idTestBox AS idTestBox,
    330329                STRING_AGG(SchedGroups.sName, ',') AS sSchedGroupNames
    331330         FROM   TestBoxesInSchedGroups
     
    335334            AND SchedGroups.tsExpire            = 'infinity'::TIMESTAMP
    336335         GROUP BY TestBoxesInSchedGroups.idTestBox)
    337         AS SchedGroupNames
     336        AS SchedGroupNames,
     337        TestBoxesWithStrings
    338338LEFT OUTER JOIN TestSets
    339339             ON TestSets.idGenTestBox = TestBoxesWithStrings.idGenTestBox
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