lablup / raftify

Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36 stars 14 forks source link

feat: Implement Test Runner workflow for Windows #146

Closed jyc0011 closed 1 month ago

jyc0011 commented 1 month ago

Resolves #105.

cla-assistant[bot] commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: jopemachine
:x: jyc0011
You have signed the CLA already but the status is still pending? Let us recheck it.

cla-assistant[bot] commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

jopemachine commented 1 month ago

Building raftify-py whl on Windows CI is failing for following error.

ImportError while importing test module 'D:\a\raftify\raftify\binding\python\tests\utils.py'.

I'm not sure about the reason for the failure, but I will exclude Python tests in the Windows environment from the CI pipeline. (The build on an actual Windows machine works fine.)

jopemachine commented 1 month ago

Thanks!