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

单机环境,单元测试跑不通 #581

Closed
gm100861 opened this issue Apr 28, 2022 · 0 comments
Closed

单机环境,单元测试跑不通 #581

gm100861 opened this issue Apr 28, 2022 · 0 comments

Comments

@gm100861
Copy link

报错如入, 按照文档安装的.麻烦帮忙看一下谢谢
`(venv) [root@fatenode1 bin]# python -m unittest eggroll.roll_pair.test.test_roll_pair.TestRollPairStandalone
static conf path: /data/projects/fate/eggroll/conf/eggroll.properties
startup_command: /data/projects/fate/eggroll/bin/eggroll_boot_standalone.sh -p 0 -s er_session_py_20220428.150751.859_192.168.1.241
E

ERROR: setUpClass (eggroll.roll_pair.test.test_roll_pair.TestRollPairStandalone)

Traceback (most recent call last):
File "/data/projects/fate/eggroll/python/eggroll/roll_pair/test/test_roll_pair.py", line 687, in setUpClass
cls.ctx = get_standalone_context()
File "/data/projects/fate/eggroll/python/eggroll/roll_pair/test/roll_pair_test_assets.py", line 66, in get_standalone_context
session = ErSession(options=options)
File "/data/projects/fate/eggroll/python/eggroll/core/session.py", line 174, in init
raise e
File "/data/projects/fate/eggroll/python/eggroll/core/session.py", line 157, in init
with open(file_name) as fp:
FileNotFoundError: [Errno 2] No such file or directory: '/data/projects/fate/eggroll/logs/eggroll/bootstrap-standalone-manager.out'


Ran 0 tests in 495.503s

FAILED (errors=1)`

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

2 participants