-
Notifications
You must be signed in to change notification settings - Fork 211
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
The result is different when using sandbox.sh and using cmd #4060
Comments
This is the output by using sandbox.sh
And this is the output by using command line
|
@thempp66 You can add a
The only differences I can see between the instance you ran by copying and pasting and this command run by |
Thanks for your help. I notice that my system environment variables is reset by popen(CCF/tests/infra/remote.py:492) |
@thempp66 you would need to modify the testing infra itself. The current logic deliberately does not propagate external environment variables to make tests as deterministic as possible. Sorry for the late answer, I assume this is no longer a ongoing concern, and so I am closing the ticket. |
OK, thanks! |
Describe the bug
We missed some files such as 0.pem when using sandbox.sh to start CCF Node. But it worked when we use the same command line to run. Could you give us some idea to solve this problem?
To Reproduce
Print the cmd var in remote.py and run it manually.
Expected behavior
Generate files such as 0.pem
Environment information
commit b21c981
ccf-3.0.0-dev1
Linux 0ed7cf5f0771 5.10.60-9.al8.x86_64 #1 SMP Mon Sep 6 21:30:37 CST 2021 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: