VirtualBox

Changeset 64948 in vbox


Ignore:
Timestamp:
Dec 17, 2016 8:40:09 PM (8 years ago)
Author:
vboxsync
Message:

partial-db-dump.py: fix

Location:
trunk/src/VBox/ValidationKit/testmanager/db
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/db/TestManagerDatabaseComments.pgsql

    r61473 r64948  
    447447  'Test case scheduling priority.
    448448Higher number causes the test case to be run more frequently.
    449 @sa SchedGroupMembers.iSchedPriority
     449@sa SchedGroupMembers.iSchedPriority, TestBoxesInSchedGroups.iSchedPriority
    450450@todo Not sure we want to keep this...';
    451451
     
    543543
    544544COMMENT ON COLUMN SchedGroupMembers.iSchedPriority IS
    545   'The scheduling priority if the test group.
     545  'The scheduling priority of the test group.
    546546Higher number causes the test case to be run more frequently.
    547 @sa TestGroupMembers.iSchedPriority';
     547@sa TestGroupMembers.iSchedPriority, TestBoxesInSchedGroups.iSchedPriority';
    548548
    549549
     
    716716
    717717
     718COMMENT ON TABLE TestBoxesInSchedGroups IS
     719  'N:M relationship between test boxes and scheduling groups.
     720
     721We associate a priority with this relationship.
     722
     723@remarks This table stores history.  Never update or delete anything.  The
     724         equivalent of deleting is done by setting the ''tsExpire'' field to
     725         current_timestamp.  To select the currently valid entries use
     726         tsExpire = TIMESTAMP WITH TIME ZONE ''infinity''.';
     727
     728
     729COMMENT ON COLUMN TestBoxesInSchedGroups.tsEffective IS
     730  'When this row starts taking effect (inclusive).';
     731
     732
     733COMMENT ON COLUMN TestBoxesInSchedGroups.tsExpire IS
     734  'When this row stops being tsEffective (exclusive).';
     735
     736
     737COMMENT ON COLUMN TestBoxesInSchedGroups.uidAuthor IS
     738  'The user id of the one who created/modified this entry.
     739Non-unique foreign key: Users(uid)';
     740
     741
     742COMMENT ON COLUMN TestBoxesInSchedGroups.iSchedPriority IS
     743  'The scheduling priority of the scheduling group for the test box.
     744Higher number causes the scheduling group to be serviced more frequently.
     745@sa TestGroupMembers.iSchedPriority, SchedGroups.iSchedPriority';
     746
     747
    718748COMMENT ON TABLE FailureCategories IS
    719749  'Failure categories.
     
    12591289
    12601290
     1291COMMENT ON COLUMN TestBoxStatuses.iWorkItem IS
     1292  'Interal work item number.
     1293This is used to pick and prioritize between multiple scheduling groups.';
     1294
     1295
    12611296COMMENT ON TABLE GlobalResourceStatuses IS
    12621297  'Global resource status, tracks which test set resources are allocated by.
  • trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py

    r62471 r64948  
    9191        'FailureReasons',
    9292        'GlobalResources',
     93        'TestBoxStrTab',
    9394        'Testcases',
    9495        'TestcaseArgs',
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