aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests/README.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-12-07 01:14:30 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-12-07 01:14:30 +0800
commit4868f3b5fd23cbfa3e1f9f5a1fd2ddbff4d48f25 (patch)
treefc644ebd772bde38d945276db5fe8454deaf04b5 /RPCTests/README.md
parente0e10d4afe390404c1b0700fb2694e7a3a7d5be5 (diff)
downloaddexon-tests-4868f3b5fd23cbfa3e1f9f5a1fd2ddbff4d48f25.tar.gz
dexon-tests-4868f3b5fd23cbfa3e1f9f5a1fd2ddbff4d48f25.tar.zst
dexon-tests-4868f3b5fd23cbfa3e1f9f5a1fd2ddbff4d48f25.zip
Questions about test failures
Diffstat (limited to 'RPCTests/README.md')
-rw-r--r--RPCTests/README.md25
1 files changed, 25 insertions, 0 deletions
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?
--------------------------------------------