William Allen
William Allen
I'm having trouble reproducing this issue locally, and it's hard to debug without more information such as error logs. I'll leave this issue open in case anyone else happens to...
What do you get when you `EXPLAIN` the slow query on your system? If you're using MySQL, ensure you run `SET @@explain_format=TREE;` to get tree structuring. Postgres does that automatically.
That's pretty useful. The sequential scans are probably the slowdown here. Since you're using Postgres, can you use `EXPLAIN ANALYZE` to actually run the query and report the query plan...
Based on those results, an index on `label2test` and `label2dynamicanalysis` would probably speed things up substantially.
We'd like to include these indexes in CDash, so this issue can stay open until that happens. I'll happily review any PRs you create to upstream them. Otherwise, I'll add...
Closed by #2103 and #2104.
This appears to be a duplicate of https://github.com/Submitty/Submitty/pull/10181, and likely suffers from the same blocker. Rainbow Grades is not installed in our CI system, which means that this test will...
> Do you think it would be possible for me to help with setting it up in the CI? Any guidance or leads on how I can contribute to resolving...
@charvimehradu It looks like your new test is failing.
What version of CDash are you running?