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

run dr shp-tests #1591

Merged
merged 5 commits into from
Jun 7, 2024
Merged

Conversation

haichangsi
Copy link

@haichangsi haichangsi commented May 16, 2024

Running DR tests in a docker container for now

@haichangsi haichangsi force-pushed the add_shp_tests branch 2 times, most recently from fe17d1d to e4ddf13 Compare May 16, 2024 10:52
@haichangsi haichangsi force-pushed the add_shp_tests branch 9 times, most recently from 8043652 to f562528 Compare May 28, 2024 10:02
@haichangsi haichangsi marked this pull request as ready for review May 28, 2024 10:47
Copy link
Contributor

@lslusarczyk lslusarczyk left a 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.

  1. Fix job to be red if compilation fails
  2. fix dockers to pass
  3. manually confirm in CI logs that SHP was build and its tests passed

test/CMakeLists.txt Show resolved Hide resolved
test/CMakeLists.txt Outdated Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
@haichangsi
Copy link
Author

haichangsi commented Jun 7, 2024

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.

  1. Fix job to be red if compilation fails
  2. fix dockers to pass
  3. 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

@haichangsi haichangsi force-pushed the add_shp_tests branch 2 times, most recently from 46dc5dd to 984abe6 Compare June 7, 2024 10:16
@lslusarczyk lslusarczyk self-requested a review June 7, 2024 21:21
@lslusarczyk lslusarczyk merged commit f7c82cc into oneapi-src:distributed-ranges Jun 7, 2024
21 checks passed
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

Successfully merging this pull request may close these issues.

2 participants