avocado icon indicating copy to clipboard operation
avocado copied to clipboard

[Dependency Graph] Track the development of the dependency graph

Open willianrampazzo opened this issue 3 years ago • 1 comments

This is an epic issue to track the development of the dependency graph. New tasks will be added here when needed.

  • [x] #5202
  • [x] #5203
  • [x] #5204
  • [ ] #5205

willianrampazzo avatar Nov 30 '21 13:11 willianrampazzo

Just a quick feedback on this one since I mimicked @willianrampazzo approach here to spawn pre- and post-tasks for each test task - our scheduler became roughly 50% slower once we did this which makes me suspect that spawning a separate pre- and post-task for each test (e.g. to collect sysinfo data) might drag down the graph execution too much. More info and context in: https://github.com/avocado-framework/avocado/discussions/5681#discussioncomment-6096295.

pevogam avatar Jun 13 '23 08:06 pevogam