You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing generally obsolete app_test in cfd9dd0 I notice that every few runs, I get the following error:
$ sudo -u graphene -H tests/app_test --log_level=message
Running 1 test case...
Creating temporary files
Creating and initializing app1
Creating and initializing app2
Starting app1 and waiting 500 ms
1209829ms th_a application.cpp:190 operator() ] Initializing database...
1209838ms th_a application.cpp:63 create_example_genes ] Allocating all stake to 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
1209843ms th_a thread.cpp:95 thread ] name:p2p tid:139731355076352
1209845ms th_a application.cpp:118 reset_p2p_node ] Configured p2p node to listen on 127.0.0.1:3939
Starting app2 and waiting 500 ms
1210345ms th_a application.cpp:190 operator() ] Initializing database...
1210345ms th_a application.cpp:63 create_example_genes ] Allocating all stake to 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
1210349ms th_a thread.cpp:95 thread ] name:p2p tid:139731255420672
1210350ms th_a application.cpp:107 reset_p2p_node ] Adding seed node 127.0.0.1:3939
1210351ms th_a application.cpp:118 reset_p2p_node ] Configured p2p node to listen on 127.0.0.1:4040
/home/cc/graphene/src/graphene/tests/app/main.cpp(74): fatal error in "two_node_network": critical check app1.p2p_node()->get_connection_count() == 1 failed [0 != 1]
1210852ms th_a thread.cpp:115 ~thread ] calling quit() on p2p
1210852ms th_a thread.cpp:160 quit ] destroying boost thread 139731255420672
1210890ms th_a thread.cpp:115 ~thread ] calling quit() on p2p
1210890ms th_a thread.cpp:160 quit ] destroying boost thread 139731355076352
1210890ms p2p thread.cpp:246 exec ] thread canceled: 9 canceled_exception: Canceled
cancellation reason: [none given]
{"reason":"[none given]"}
p2p thread_d.hpp:463 start_next_fiber
*** 1 failure detected in test suite "Test Application"
This does not happen on every run, but usually shows up after several runs, if you don't see it after ~10 runs then I would assume your environment is unable to reproduce it.
After fixing generally obsolete
app_test
in cfd9dd0 I notice that every few runs, I get the following error:This does not happen on every run, but usually shows up after several runs, if you don't see it after ~10 runs then I would assume your environment is unable to reproduce it.
A similar bug in the past was #55
The text was updated successfully, but these errors were encountered: