We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the Sawtooth and Ethereum/Besu integration tests always fails since 0.3.0 complaining about mqtt failures.
The integration tests fail to run because of reasons unrelated to the systems under test.
I expect the integration tests to execute sucessfuly, or fail for reasons specific to the system under test.
Caliper is unable to stand up the Systems under test because of MQTT messages relating to the "prepared" state
2020.03.19-10:02:18.088 -0600 debug [mqtt-worker-messenger] ethereum worker sent message: {"to":["orchestrator"],"from":"41953","timestamp":"2020-03-19T16:02:18.088Z","data":{"error":"SyntaxError: Invalid or unexpected token","type":"prepared"}} 2020.03.19-10:02:18.089 -0600 debug [process-master-messenger] Processing worker message: {"to":["orchestrator"],"from":"41953","timestamp":"2020-03-19T16:02:18.088Z","data":{"error":"SyntaxError: Invalid or unexpected token","type":"prepared"}} 2020.03.19-10:02:18.110 -0600 debug [worker-orchestrator] Dealing with prepared message {"to":["orchestrator"],"from":"41953","timestamp":"2020-03-19T16:02:18.088Z","data":{"error":"SyntaxError: Invalid or unexpected token","type":"prepared"}} 2020.03.19-10:02:18.110 -0600 error [message-handler] Handled unsuccessful "prepare" message for worker 0 and test round 0 with error SyntaxError: Invalid or unexpected token 2020.03.19-10:02:18.110 -0600 debug [worker-orchestrator] Handling prepared message from 41953 with data {"error":"SyntaxError: Invalid or unexpected token","type":"prepared"}
I am unable to evolve the Ethereum adapter to fix other bugs (such as nonce management)
The text was updated successfully, but these errors were encountered:
@shemnon I think this was fixed by #782. Can you confirm it?
Sorry, something went wrong.
Yea, besu works now.
No branches or pull requests
Running the Sawtooth and Ethereum/Besu integration tests always fails since 0.3.0 complaining about mqtt failures.
Context
The integration tests fail to run because of reasons unrelated to the systems under test.
Expected Behavior
I expect the integration tests to execute sucessfuly, or fail for reasons specific to the system under test.
Actual Behavior
Caliper is unable to stand up the Systems under test because of MQTT messages relating to the "prepared" state
Steps to Reproduce
Context
I am unable to evolve the Ethereum adapter to fix other bugs (such as nonce management)
Your Environment
The text was updated successfully, but these errors were encountered: