-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[TDF] Extend gtest for friends in MT #1310
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
Conversation
Starting build on |
Thank you a lot!! Is it worth to also test the friends-of-friends case? |
I'm afraid friends of friends are not supported in TTreeProcessorMT itself. I was not aware of this use case, this means that when I read a tree I can also see the branches of the friends of the friends (of the friends of the friends etc.) of that tree? |
Build failed on centos7/gcc49. Errors:
Warnings:
|
Build failed on slc6/gcc62. Errors:
Warnings:
|
Build failed on windows10/vc15. Errors:
|
Build failed on slc6/gcc49. Errors:
Warnings:
|
Build failed on ubuntu14/native. |
Yes. |
I propose to document this feature clearly unless it can be easily implemented. Technically it's a bug fix, I do not see issues in dealing with it for 6.12 too. |
Introduce MT testing for the TDataFrame with friends scenario.