Bug 10927 - reduce overhead of test list generator
Summary: reduce overhead of test list generator
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Test infrastructure (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Douglas Bagnall
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks: 10875
  Show dependency treegraph
 
Reported: 2014-11-08 12:16 UTC by Jelmer Vernooij
Modified: 2020-08-19 05:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jelmer Vernooij 2014-11-08 12:16:35 UTC
A large part of running a few individual tests at the moment is the generation of the test list.

We should either cache the list (just store it under st/list ?), or improve its performance until the point that this is not necessary.