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

TODOs #14

Open
3 tasks
shuaiwang516 opened this issue Feb 6, 2024 · 0 comments
Open
3 tasks

TODOs #14

shuaiwang516 opened this issue Feb 6, 2024 · 0 comments
Assignees

Comments

@shuaiwang516
Copy link
Member

  • Ctest4j runner tracking results in different parameter lists for "some" ctests when the runner executes the test method alone and executes the test with other methods in the same class together. One example test is org.apache.hadoop.yarn.util.TestFSDownload#testDownload. I think this may because of some bugs in the test name identification part, fix needed.
  • If we map test names to threads that started the test, we still have the issue of threads that later get spwaned by the threads that started the test; it's very hard to tell which thread corresponds to which test;
  • The current AspectJ implementation hurts the performance too much, it scans too many methods - need a better logic.
@shuaiwang516 shuaiwang516 self-assigned this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant