From 4868f3b5fd23cbfa3e1f9f5a1fd2ddbff4d48f25 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Wed, 6 Dec 2017 18:14:30 +0100 Subject: Questions about test failures --- RPCTests/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/RPCTests/README.md b/RPCTests/README.md index 6497ddeec..bfe33b510 100644 --- a/RPCTests/README.md +++ b/RPCTests/README.md @@ -37,5 +37,30 @@ $ node ./main.js ~/src/cpp-ethereum/build/eth/eth Answer: `npm install web3` +Some tests fail +--------------- + +``` +$ node ./main.js ~/src/cpp-ethereum/build/eth/eth +TEST_newAccount OK +TEST_addPeerOnNode2 OK +TEST_getPeerCountOnNode1 OK +TEST_mineBlockOnNode1 FAILED +TEST_mineBlockOnNode1 FAILED +TEST_getBlockHashOnNode2 OK +TEST_mineBlockOnNode2 FAILED +TEST_mineBlockOnNode2 FAILED +TEST_getBlockHashOnNode1 OK +(node:30406) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Callback was already called. +``` + +Answer: everybody experiences these failures now. + + +Do these failures indicate bugs in cpp-ethereum or in the test? +--------------------------------------------------------------- + + + Has any other clients been tested with this? -------------------------------------------- -- cgit v1.2.3