VirtualBox

Ignore:
Timestamp:
May 24, 2016 11:59:25 PM (9 years ago)
Author:
vboxsync
Message:

refreshed

File:
1 edited

Legend:

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

    r52776 r61180  
    156156COMMENT ON COLUMN BuildSources.iLastRevision IS
    157157  'The last subversion tree revision to match, no upper limit if NULL.';
     158
     159
     160COMMENT ON COLUMN BuildSources.cSecMaxAge IS
     161  'The maximum age of the builds in seconds, unlimited if NULL.';
    158162
    159163
     
    627631
    628632
     633COMMENT ON COLUMN TestBoxes.sCpuName IS
     634  'The CPU name if available.';
     635
     636
     637COMMENT ON COLUMN TestBoxes.lCpuRevision IS
     638  'Number identifying the CPU family/model/stepping/whatever.
     639For x86 and AMD64 type CPUs, this will on the following format:
     640  (EffFamily << 24) | (EffModel << 8) | Stepping.';
     641
     642
    629643COMMENT ON COLUMN TestBoxes.cCpus IS
    630644  'Number of CPUs, CPU cores and CPU threads.';
     
    653667COMMENT ON COLUMN TestBoxes.cMbScratch IS
    654668  'The amount of scratch space in megabytes (rounded down to nearest 64 MB).';
     669
     670
     671COMMENT ON COLUMN TestBoxes.sReport IS
     672  'Free form hardware and software report field.';
    655673
    656674
     
    864882
    865883
     884COMMENT ON COLUMN BuildCategories.sRepository IS
     885  'The version control repository name.';
     886
     887
    866888COMMENT ON COLUMN BuildCategories.sBranch IS
    867   'The branch name.';
     889  'The branch name (in the version control system).';
    868890
    869891
     
    948970COMMENT ON COLUMN Builds.fBinariesDeleted IS
    949971  'Set when the binaries gets deleted by the build quota script.';
     972
     973
     974COMMENT ON TABLE VcsRevisions IS
     975  'This table is for translating build revisions into commit details.
     976
     977For graphs and test results, it would be useful to translate revisions into
     978dates and maybe provide commit message and the committer.
     979
     980Data is entered exclusively thru one or more batch jobs, so no internal
     981authorship needed.  Also, since we''re mirroring data from external sources
     982here, the batch job is allowed to update/replace existing records.
     983
     984@todo We we could collect more info from the version control systems, if we
     985      believe it''s useful and can be presented in a reasonable manner.
     986      Getting a list of affected files would be simple (requires
     987      a separate table with a M:1 relationship to this table), or try
     988      associate a commit to a branch.';
     989
     990
     991COMMENT ON COLUMN VcsRevisions.sRepository IS
     992  'The version control tree name.';
     993
     994
     995COMMENT ON COLUMN VcsRevisions.iRevision IS
     996  'The version control tree revision number.';
     997
     998
     999COMMENT ON COLUMN VcsRevisions.tsCreated IS
     1000  'When the revision was created (committed).';
     1001
     1002
     1003COMMENT ON COLUMN VcsRevisions.sAuthor IS
     1004  'The name of the committer.
     1005@note Not to be confused with uidAuthor and test manager users.';
     1006
     1007
     1008COMMENT ON COLUMN VcsRevisions.sMessage IS
     1009  'The commit message.';
    9501010
    9511011
     
    11421202
    11431203
     1204COMMENT ON INDEX TestSetsDoneCreatedBuildCatIdx IS
     1205  'The TestSetsDoneCreatedBuildCatIdx is for testbox results, graph options and such.';
     1206
     1207
     1208COMMENT ON INDEX TestSetsGraphBoxIdx IS
     1209  'For graphs.';
     1210
     1211
    11441212COMMENT ON TYPE TestBoxState_T IS
    11451213  'TestBox state.
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