empiredan commented on PR #1803: URL: https://github.com/apache/incubator-pegasus/pull/1803#issuecomment-1864927070
Remove `DEFINE_TASK_CODE(LPC_AIO_IMMEDIATE_CALLBACK, TASK_PRIORITY_COMMON, dsn::THREAD_POOL_DEFAULT)` due to following duplicate definition for `LPC_AIO_IMMEDIATE_CALLBACK`(it has been defined as [MAKE_EVENT_CODE_AIO(LPC_AIO_IMMEDIATE_CALLBACK, TASK_PRIORITY_COMMON)](https://github.com/apache/incubator-pegasus/blob/master/src/common/replication.codes.h#L70)): ``` Run export LD_LIBRARY_PATH=`pwd`/thirdparty/output/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server export LD_LIBRARY_PATH=`pwd`/thirdparty/output/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server ulimit -s unlimited ./run.sh test --onebox_opts "$ONEBOX_OPTS" --test_opts "$TEST_OPTS" -m dsn.rep_tests.simple_kv shell: sh -e {0} env: ONEBOX_OPTS: disk_min_available_space_ratio=5 TEST_OPTS: disk_min_available_space_ratio=5,throttle_test_medium_value_kb=10,throttle_test_large_value_kb=25 Test start time: Wed Dec 20 12:25:18 Asia 2023 test_modules=dsn.rep_tests.simple_kv ====================== run dsn.rep_tests.simple_kv ========================== zookeeper-bin cannot be found under /__w/incubator-pegasus/incubator-pegasus/.zk_install, thus try to find an existing one zookeeper-bin is found under current work dir /__w/incubator-pegasus/incubator-pegasus, just use this one 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: /__w/incubator-pegasus/incubator-pegasus/.zk_install/zookeeper-bin/bin/../conf/zoo.cfg Starting zookeeper ... STARTED Zookeeper started at port 22181 /__w/incubator-pegasus/incubator-pegasus/build/latest/bin/dsn.rep_tests.simple_kv /__w/incubator-pegasus/incubator-pegasus ./dsn.rep_tests.simple_kv case-000.ini case-000.act Chosen stacktrace method is libgcc Supported methods: * generic_fp * generic_fp_unsafe * libgcc * null Use TCMALLOC_STACKTRACE_METHOD environment variable to override F2023-12-20 12:25:21.367 (1703075121367233381 264) : assertion expression: [spec->type == type] 3 vs 2 task code LPC_AIO_IMMEDIATE_CALLBACK registerd for TASK_TYPE_COMPUTE, which does not match with previously registered TASK_TYPE_AIO ./run.sh: line 30: 264 Aborted (core dumped) ${bin} ${prefix}.ini ${prefix}.act rm: missing operand Try 'rm --help' for more information. run case-000 failed, return value = 134 Error: Process completed with exit code 1. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
