You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by "ruojieranyishen (via GitHub)" <gi...@apache.org> on 2023/06/12 05:24:01 UTC

[GitHub] [incubator-pegasus] ruojieranyishen commented on issue #1525: Bug:command ./run.sh test is not working

ruojieranyishen commented on issue #1525:
URL: https://github.com/apache/incubator-pegasus/issues/1525#issuecomment-1586604500

   > What does "not working" mean? Is the test running, what did you see and what you expect to see?
   I expect `./run.sh test` to execute every test normally. But it doesn't work properly. Next is the error I see. 
   
   ```shell
   root@ubuntu2004:~/pegasus/incubator-pegasus# ./run.sh test
   Test start time: Mon 12 Jun 2023 05:16:03 AM UTC
   test_modules=backup_restore_test,base_api_test,base_test,bulk_load_test,detect_hotspot_test,dsn_aio_test,dsn_block_service_test,dsn_client_test,dsn.failure_detector.tests,dsn_http_test,dsn_meta_state_tests,dsn.meta.test,dsn_nfs_test,dsn_perf_counter_test,dsn_replica_backup_test,dsn_replica_bulk_load_test,dsn_replica_dup_test,dsn_replica_split_test,dsn.replica.test,dsn_replication_common_test,dsn.replication.simple_kv,dsn.rep_tests.simple_kv,dsn_runtime_tests,dsn_utils_tests,dsn.zookeeper.tests,partition_split_test,pegasus_geo_test,pegasus_rproxy_test,pegasus_unit_test,recovery_test,restore_test,throttle_test
   ====================== run backup_restore_test ==========================
   ZooKeeper JMX enabled by default
   Using config: /root/pegasus/incubator-pegasus/.zk_install/zookeeper-bin/bin/../conf/zoo.cfg
   Stopping zookeeper ... STOPPED
   TARGET_PATH zookeeper-bin has existed, thus do not try to download apache-zookeeper-3.7.0-bin
   ZooKeeper JMX enabled by default
   Using config: /root/pegasus/incubator-pegasus/.zk_install/zookeeper-bin/bin/../conf/zoo.cfg
   Starting zookeeper ... STARTED
   Zookeeper started at port 22181
   ~/pegasus/incubator-pegasus/build/latest/bin/backup_restore_test ~/pegasus/incubator-pegasus
   [==========] Running 2 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 2 tests from backup_restore_test
   W2023-06-12 05:16:07.845 (1686546967845285840 25727) unknown.io-thrd.25727: rdsn engine already started, ignore the config file 'config.ini'
   [ RUN      ] backup_restore_test.test_backup_and_restore
   E2023-06-12 05:16:07.847 (1686546967847099144 25734)  mimic.io-thrd.25734: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.847 (1686546967847164028 25734)  mimic.io-thrd.25734: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.847 (1686546967847439718 25734)  mimic.io-thrd.25734: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.847 (1686546967847490742 25734)  mimic.io-thrd.25734: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.847 (1686546967847829809 25733)  mimic.io-thrd.25733: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.847 (1686546967847879616 25733)  mimic.io-thrd.25733: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.848 (1686546967848299581 25731)  mimic.io-thrd.25731: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.848 (1686546967848350341 25731)  mimic.io-thrd.25731: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.848 (1686546967848489295 25731)  mimic.io-thrd.25731: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.848 (1686546967848527529 25731)  mimic.io-thrd.25731: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.848 (1686546967848656928 25734)  mimic.io-thrd.25734: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.848 (1686546967848710685 25734)  mimic.io-thrd.25734: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore (4 ms)
   [ RUN      ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   E2023-06-12 05:16:07.849 (1686546967849176370 25732)  mimic.io-thrd.25732: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.849 (1686546967849238315 25732)  mimic.io-thrd.25732: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.849 (1686546967849692713 25733)  mimic.io-thrd.25733: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.849 (1686546967849754504 25733)  mimic.io-thrd.25733: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.849 (1686546967849864133 25731)  mimic.io-thrd.25731: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.849 (1686546967849898383 25731)  mimic.io-thrd.25731: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.850 (1686546967850085801 25731)  mimic.io-thrd.25731: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.850 (1686546967850137425 25731)  mimic.io-thrd.25731: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.850 (1686546967850246187 25733)  mimic.io-thrd.25733: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.850 (1686546967850296096 25733)  mimic.io-thrd.25733: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.850 (1686546967850393640 25734)  mimic.io-thrd.25734: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.850 (1686546967850444248 25734)  mimic.io-thrd.25734: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path (1 ms)
   [----------] 2 tests from backup_restore_test (5 ms total)
   
   [----------] Global test environment tear-down
   [==========] 2 tests from 1 test case ran. (6 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 2 tests, listed below:
   [  FAILED  ] backup_restore_test.test_backup_and_restore
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   
    2 FAILED TESTS
   dsn exit with code 1
   [==========] Running 2 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 2 tests from backup_restore_test
   W2023-06-12 05:16:07.870 (1686546967870032584 25778) unknown.io-thrd.25778: rdsn engine already started, ignore the config file 'config.ini'
   [ RUN      ] backup_restore_test.test_backup_and_restore
   E2023-06-12 05:16:07.870 (1686546967870539421 25784)  mimic.io-thrd.25784: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.870 (1686546967870604459 25784)  mimic.io-thrd.25784: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.870 (1686546967870747076 25785)  mimic.io-thrd.25785: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.870 (1686546967870807622 25785)  mimic.io-thrd.25785: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.870 (1686546967870976348 25782)  mimic.io-thrd.25782: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.871 (1686546967871027715 25782)  mimic.io-thrd.25782: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.871 (1686546967871282474 25785)  mimic.io-thrd.25785: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.871 (1686546967871319809 25785)  mimic.io-thrd.25785: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.871 (1686546967871437613 25784)  mimic.io-thrd.25784: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.871 (1686546967871488638 25784)  mimic.io-thrd.25784: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.871 (1686546967871598067 25785)  mimic.io-thrd.25785: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.871 (1686546967871643552 25785)  mimic.io-thrd.25785: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore (1 ms)
   [ RUN      ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   E2023-06-12 05:16:07.871 (1686546967871936001 25784)  mimic.io-thrd.25784: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.871 (1686546967871983802 25784)  mimic.io-thrd.25784: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.872 (1686546967872085130 25785)  mimic.io-thrd.25785: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.872 (1686546967872122173 25785)  mimic.io-thrd.25785: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.872 (1686546967872221998 25783)  mimic.io-thrd.25783: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.872 (1686546967872271545 25783)  mimic.io-thrd.25783: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.872 (1686546967872487083 25785)  mimic.io-thrd.25785: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.872 (1686546967872523456 25785)  mimic.io-thrd.25785: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.872 (1686546967872622906 25782)  mimic.io-thrd.25782: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.872 (1686546967872670883 25782)  mimic.io-thrd.25782: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.872 (1686546967872846012 25785)  mimic.io-thrd.25785: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.872 (1686546967872883217 25785)  mimic.io-thrd.25785: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path (2 ms)
   [----------] 2 tests from backup_restore_test (3 ms total)
   
   [----------] Global test environment tear-down
   [==========] 2 tests from 1 test case ran. (4 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 2 tests, listed below:
   [  FAILED  ] backup_restore_test.test_backup_and_restore
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   
    2 FAILED TESTS
   dsn exit with code 1
   [==========] Running 2 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 2 tests from backup_restore_test
   W2023-06-12 05:16:07.891 (1686546967891812007 25829) unknown.io-thrd.25829: rdsn engine already started, ignore the config file 'config.ini'
   [ RUN      ] backup_restore_test.test_backup_and_restore
   E2023-06-12 05:16:07.892 (1686546967892018208 25833)  mimic.io-thrd.25833: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.892 (1686546967892083640 25833)  mimic.io-thrd.25833: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.892 (1686546967892407817 25835)  mimic.io-thrd.25835: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.892 (1686546967892493120 25835)  mimic.io-thrd.25835: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.892 (1686546967892644591 25833)  mimic.io-thrd.25833: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.892 (1686546967892697740 25833)  mimic.io-thrd.25833: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.892 (1686546967892990293 25833)  mimic.io-thrd.25833: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.893 (1686546967893039253 25833)  mimic.io-thrd.25833: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.893 (1686546967893222498 25834)  mimic.io-thrd.25834: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.893 (1686546967893272750 25834)  mimic.io-thrd.25834: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.893 (1686546967893412684 25835)  mimic.io-thrd.25835: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.893 (1686546967893468272 25835)  mimic.io-thrd.25835: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore (2 ms)
   [ RUN      ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   E2023-06-12 05:16:07.893 (1686546967893735171 25834)  mimic.io-thrd.25834: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.893 (1686546967893782549 25834)  mimic.io-thrd.25834: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.893 (1686546967893920744 25834)  mimic.io-thrd.25834: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.893 (1686546967893971706 25834)  mimic.io-thrd.25834: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.894 (1686546967894111085 25834)  mimic.io-thrd.25834: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.894 (1686546967894161937 25834)  mimic.io-thrd.25834: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.894 (1686546967894402649 25835)  mimic.io-thrd.25835: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.894 (1686546967894449830 25835)  mimic.io-thrd.25835: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.894 (1686546967894606218 25836)  mimic.io-thrd.25836: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.894 (1686546967894678424 25836)  mimic.io-thrd.25836: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.894 (1686546967894816070 25833)  mimic.io-thrd.25833: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.894 (1686546967894891045 25833)  mimic.io-thrd.25833: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path (2 ms)
   [----------] 2 tests from backup_restore_test (4 ms total)
   
   [----------] Global test environment tear-down
   [==========] 2 tests from 1 test case ran. (4 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 2 tests, listed below:
   [  FAILED  ] backup_restore_test.test_backup_and_restore
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   
    2 FAILED TESTS
   dsn exit with code 1
   [==========] Running 2 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 2 tests from backup_restore_test
   W2023-06-12 05:16:07.912 (1686546967912174083 25880) unknown.io-thrd.25880: rdsn engine already started, ignore the config file 'config.ini'
   [ RUN      ] backup_restore_test.test_backup_and_restore
   E2023-06-12 05:16:07.912 (1686546967912495819 25886)  mimic.io-thrd.25886: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.912 (1686546967912576984 25886)  mimic.io-thrd.25886: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.912 (1686546967912825660 25884)  mimic.io-thrd.25884: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.912 (1686546967912909424 25884)  mimic.io-thrd.25884: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.913 (1686546967913048383 25886)  mimic.io-thrd.25886: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.913 (1686546967913115331 25886)  mimic.io-thrd.25886: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.913 (1686546967913626080 25887)  mimic.io-thrd.25887: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.913 (1686546967913698695 25887)  mimic.io-thrd.25887: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.913 (1686546967913922912 25885)  mimic.io-thrd.25885: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.913 (1686546967913979411 25885)  mimic.io-thrd.25885: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.914 (1686546967914135983 25887)  mimic.io-thrd.25887: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.914 (1686546967914201661 25887)  mimic.io-thrd.25887: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore (2 ms)
   [ RUN      ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   E2023-06-12 05:16:07.914 (1686546967914509168 25887)  mimic.io-thrd.25887: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.914 (1686546967914549777 25887)  mimic.io-thrd.25887: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.914 (1686546967914660888 25887)  mimic.io-thrd.25887: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.914 (1686546967914701180 25887)  mimic.io-thrd.25887: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.914 (1686546967914822961 25887)  mimic.io-thrd.25887: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.914 (1686546967914860754 25887)  mimic.io-thrd.25887: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.915 (1686546967915138706 25886)  mimic.io-thrd.25886: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.915 (1686546967915192515 25886)  mimic.io-thrd.25886: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.915 (1686546967915366678 25887)  mimic.io-thrd.25887: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.915 (1686546967915457500 25887)  mimic.io-thrd.25887: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.915 (1686546967915587485 25884)  mimic.io-thrd.25884: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.915 (1686546967915642891 25884)  mimic.io-thrd.25884: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path (1 ms)
   [----------] 2 tests from backup_restore_test (3 ms total)
   
   [----------] Global test environment tear-down
   [==========] 2 tests from 1 test case ran. (3 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 2 tests, listed below:
   [  FAILED  ] backup_restore_test.test_backup_and_restore
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   
    2 FAILED TESTS
   dsn exit with code 1
   [==========] Running 2 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 2 tests from backup_restore_test
   W2023-06-12 05:16:07.933 (1686546967933391086 25931) unknown.io-thrd.25931: rdsn engine already started, ignore the config file 'config.ini'
   [ RUN      ] backup_restore_test.test_backup_and_restore
   E2023-06-12 05:16:07.933 (1686546967933665656 25935)  mimic.io-thrd.25935: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.933 (1686546967933726291 25935)  mimic.io-thrd.25935: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.933 (1686546967933893935 25935)  mimic.io-thrd.25935: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.933 (1686546967933941211 25935)  mimic.io-thrd.25935: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.934 (1686546967934076816 25936)  mimic.io-thrd.25936: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.934 (1686546967934124074 25936)  mimic.io-thrd.25936: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.934 (1686546967934427754 25937)  mimic.io-thrd.25937: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.934 (1686546967934473632 25937)  mimic.io-thrd.25937: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.934 (1686546967934647138 25938)  mimic.io-thrd.25938: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.934 (1686546967934693260 25938)  mimic.io-thrd.25938: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.934 (1686546967934795385 25937)  mimic.io-thrd.25937: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.934 (1686546967934853048 25937)  mimic.io-thrd.25937: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore (1 ms)
   [ RUN      ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   E2023-06-12 05:16:07.935 (1686546967935068218 25938)  mimic.io-thrd.25938: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.935 (1686546967935113738 25938)  mimic.io-thrd.25938: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.935 (1686546967935271548 25935)  mimic.io-thrd.25935: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.935 (1686546967935319227 25935)  mimic.io-thrd.25935: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.935 (1686546967935414702 25937)  mimic.io-thrd.25937: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.935 (1686546967935463948 25937)  mimic.io-thrd.25937: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.935 (1686546967935663761 25936)  mimic.io-thrd.25936: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.935 (1686546967935723150 25936)  mimic.io-thrd.25936: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.935 (1686546967935860556 25938)  mimic.io-thrd.25938: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.935 (1686546967935908462 25938)  mimic.io-thrd.25938: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.936 (1686546967936009620 25938)  mimic.io-thrd.25938: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.936 (1686546967936056348 25938)  mimic.io-thrd.25938: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path (2 ms)
   [----------] 2 tests from backup_restore_test (3 ms total)
   
   [----------] Global test environment tear-down
   [==========] 2 tests from 1 test case ran. (3 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 2 tests, listed below:
   [  FAILED  ] backup_restore_test.test_backup_and_restore
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   
    2 FAILED TESTS
   dsn exit with code 1
   [==========] Running 2 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 2 tests from backup_restore_test
   W2023-06-12 05:16:07.952 (1686546967952318543 25982) unknown.io-thrd.25982: rdsn engine already started, ignore the config file 'config.ini'
   [ RUN      ] backup_restore_test.test_backup_and_restore
   E2023-06-12 05:16:07.952 (1686546967952650377 25987)  mimic.io-thrd.25987: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.952 (1686546967952712485 25987)  mimic.io-thrd.25987: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.952 (1686546967952882067 25989)  mimic.io-thrd.25989: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.952 (1686546967952929268 25989)  mimic.io-thrd.25989: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.953 (1686546967953103498 25987)  mimic.io-thrd.25987: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.953 (1686546967953153344 25987)  mimic.io-thrd.25987: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.953 (1686546967953434304 25986)  mimic.io-thrd.25986: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.953 (1686546967953486937 25986)  mimic.io-thrd.25986: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.953 (1686546967953641376 25987)  mimic.io-thrd.25987: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.953 (1686546967953691011 25987)  mimic.io-thrd.25987: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.953 (1686546967953846289 25986)  mimic.io-thrd.25986: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.953 (1686546967953903622 25986)  mimic.io-thrd.25986: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore (2 ms)
   [ RUN      ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   E2023-06-12 05:16:07.954 (1686546967954212470 25989)  mimic.io-thrd.25989: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.954 (1686546967954256171 25989)  mimic.io-thrd.25989: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.954 (1686546967954540023 25988)  mimic.io-thrd.25988: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.954 (1686546967954584155 25988)  mimic.io-thrd.25988: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.954 (1686546967954792215 25986)  mimic.io-thrd.25986: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.954 (1686546967954845711 25986)  mimic.io-thrd.25986: asio socket shutdown failed, error = Transport endpoint is not connected
   create app test_app failed: [create] call server error: ERR_NETWORK_FAILURE
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:202: Failure
         Expected: ERR_OK
   To be equal to: err
         Which is: ERR_NETWORK_FAILURE
   E2023-06-12 05:16:07.955 (1686546967955279697 25986)  mimic.io-thrd.25986: client session connect to 127.0.0.1:34602 failed, error = Connection refused
   W2023-06-12 05:16:07.955 (1686546967955328902 25986)  mimic.io-thrd.25986: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.955 (1686546967955457400 25987)  mimic.io-thrd.25987: client session connect to 127.0.0.1:34603 failed, error = Connection refused
   W2023-06-12 05:16:07.955 (1686546967955508497 25987)  mimic.io-thrd.25987: asio socket shutdown failed, error = Transport endpoint is not connected
   E2023-06-12 05:16:07.955 (1686546967955640012 25989)  mimic.io-thrd.25989: client session connect to 127.0.0.1:34601 failed, error = Connection refused
   W2023-06-12 05:16:07.955 (1686546967955713510 25989)  mimic.io-thrd.25989: asio socket shutdown failed, error = Transport endpoint is not connected
   /root/pegasus/incubator-pegasus/src/test/function_test/backup_restore_test/test_backup_and_restore.cpp:75: Failure
         Expected: ERR_OK
   To be equal to: _ddl_client->drop_app(_old_app_name, 0)
         Which is: ERR_NETWORK_FAILURE
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path (2 ms)
   [----------] 2 tests from backup_restore_test (4 ms total)
   
   [----------] Global test environment tear-down
   [==========] 2 tests from 1 test case ran. (4 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 2 tests, listed below:
   [  FAILED  ] backup_restore_test.test_backup_and_restore
   [  FAILED  ] backup_restore_test.test_backup_and_restore_with_user_specified_path
   
    2 FAILED TESTS
   dsn exit with code 1
   ---- ls ----
   total 195464
   -rwxr-xr-x 1 root root 200117328 Jun 12 02:01 backup_restore_test
   drwxr-xr-x 3 root root      4096 Jun  9 06:10 CMakeFiles
   -rw-r--r-- 1 root root      1337 Jun  9 06:10 cmake_install.cmake
   -rw-r--r-- 1 root root      2350 Jun  5 02:27 config.ini
   drwxr-xr-x 4 root root      4096 Jun 12 02:29 data
   -rw-r--r-- 1 root root     10742 Jun  9 06:10 Makefile
   -rwxr-xr-x 1 root root      1317 Jun  5 02:27 run.sh
   root@ubuntu2004:~/pegasus/incubator-pegasus# 
   
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org