-
Notifications
You must be signed in to change notification settings - Fork 115
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
run dr shp-tests #1591
run dr shp-tests #1591
Conversation
fe17d1d
to
e4ddf13
Compare
8043652
to
f562528
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No test was run and even our code did not compile in latest CI run here: https://github.com/oneapi-src/oneDPL/pull/1591/checks
Last compilation error there is
/repo/test/distributed-ranges/shp/../../../include/oneapi/dpl/internal/distributed_ranges_impl/shp/distributed_vector.hpp:14:10: fatal error: 'oneapi/dpl/internal/distributed_ranges_impl/shp/remote_vector.hpp' file not found
14 | #include <oneapi/dpl/internal/distributed_ranges_impl/shp/remote_vector.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
1 error generated.
gmake[3]: *** [test/distributed-ranges/shp/CMakeFiles/shp-tests.dir/build.make:328: test/distributed-ranges/shp/CMakeFiles/shp-tests.dir/algorithms.cpp.o] Error 1
gmake[3]: *** [test/distributed-ranges/shp/CMakeFiles/shp-tests.dir/build.make:342: test/distributed-ranges/shp/CMakeFiles/shp-tests.dir/containers.cpp.o] Error 1
gmake[3]: *** [test/distributed-ranges/shp/CMakeFiles/shp-tests.dir/build.make:356: test/distributed-ranges/shp/CMakeFiles/shp-tests.dir/copy.cpp.o] Error 1
gmake[2]: *** [CMakeFiles/Makefile2:54447: test/distributed-ranges/shp/CMakeFiles/shp-tests.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:54507: test/distributed-ranges/shp/CMakeFiles/shp-all-tests.dir/rule] Error 2
gmake: *** [Makefile:24723: shp-all-tests] Error 2
... but job is green.
- Fix job to be red if compilation fails
- fix dockers to pass
- manually confirm in CI logs that SHP was build and its tests passed
fail because of a merge of the previous PR (renaming a vector) without testing, I'll fix it |
46dc5dd
to
984abe6
Compare
Running DR tests in a docker container for now