Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Director Bugs #1125

Open
3 of 7 tasks
ysims opened this issue Jun 17, 2023 · 0 comments
Open
3 of 7 tasks

Director Bugs #1125

ysims opened this issue Jun 17, 2023 · 0 comments
Labels
!!-Bug G-Behaviour Behaviour Group L-C++ Uses or involves C++

Comments

@ysims
Copy link
Member

ysims commented Jun 17, 2023

Please comment any bugs / issues and I will add them to the list.

  • Scripts logging when the module isn't a high enough log level. This works now and I don't know why.
  • Memory problems in director tests (run with asan)
  • Possible bug when siblings have the same needs and try to take over (remove old task and use different subtask with the same needs). (this may be a !mayfail test that currently exists)
  • Make sure if a module crashes, it's removed from the Director tree (eg config doesn't load)
  • Multithreading bug Add a test for multithreaded Director #1108
  • Self intersection bug Add a test for multithreaded Director #1108
  • Might be a problem with high priority tasks with no Provider blocking other tasks. This is actually a problem when we emit a group of tasks and one doesn't have any providers, and the Director requires all tasks to be able to run unless they are optional.
@ysims ysims added !!-Bug G-Behaviour Behaviour Group L-C++ Uses or involves C++ labels Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!!-Bug G-Behaviour Behaviour Group L-C++ Uses or involves C++
Projects
None yet
Development

No branches or pull requests

1 participant