You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/07/17 21:43:19 UTC

[GitHub] nickva opened a new issue #686: badmatch on #rep record in couch_replicator_compact_tests

nickva opened a new issue #686: badmatch on #rep record in couch_replicator_compact_tests
URL: https://github.com/apache/couchdb/issues/686
 
 
   ```
    Compaction during replication tests
   
       local -> local
   
         couch_replicator_compact_tests:95: should_run_replication...*failed*
   
   in function gen_server:call/2 (gen_server.erl, line 204)
   
   in call from couch_replicator_compact_tests:'-wait_for_replicator/1-fun-0-'/1 (test/couch_replicator_compact_tests.erl, line 146)
   
   in call from couch_replicator_compact_tests:wait_for_replicator/1 (test/couch_replicator_compact_tests.erl, line 146)
   
   in call from couch_replicator_compact_tests:check_active_tasks/4 (test/couch_replicator_compact_tests.erl, line 115)
   
   **exit:{{{badmatch,
   
         {rep,
   
             {"924741351f14d1d3b6f1c4b9ae2f6de4","+continuous"},
   
             <<"eunit-test-db-1500325249968559">>,
   
             <<"eunit-test-db-1500325249972195">>,
   
             [{checkpoint_interval,30000},
   
              {connection_timeout,30000},
   
              {continuous,true},
   
              {http_connections,20},
   
              {retries,10},
   
              {socket_options,[{keepalive,...},{...}]},
   
              {use_checkpoints,true},
   
              {worker_batch_size,500},
   
              {worker_processes,...}],
   
             {user_ctx,null,[<<"_admin">>],undefined},
   
             db,nil,null,null,
   
             {0,0,0}}},
   
     [{couch_replicator_scheduler_job,terminate,2,
   
          [{file,"src/couch_replicator_scheduler_job.erl"},{line,423}]},
   
      {gen_server,try_terminate,3,[{file,"gen_server.erl"},{line,643}]},
   
      {gen_server,terminate,7,[{file,"gen_server.erl"},{line,809}]},
   
      {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},
   
    {gen_server,call,[<0.31427.1>,get_details]}}
   
     output:<<"">>
   
         couch_replicator_compact_tests:86: should_all_processes_be_alive...*failed*
   
   in function couch_replicator_compact_tests:'-should_all_processes_be_alive/3-fun-0-'/1 (test/couch_replicator_compact_tests.erl, line 89)
   
   in call from couch_replicator_compact_tests:'-should_all_processes_be_alive/3-fun-3-'/3 (test/couch_replicator_compact_tests.erl, line 89)
   
   **error:{assert,[{module,couch_replicator_compact_tests},
   
            {line,89},
   
            {expression,"is_process_alive ( RepPid )"},
   
            {expected,true},
   
            {value,false}]}
   
     output:<<"">>
   
         couch_replicator_compact_tests:166: should_populate_and_compact...*failed*
   
   in function couch_replicator_compact_tests:'-should_populate_and_compact/5-fun-0-'/1 (test/couch_replicator_compact_tests.erl, line 176)
   
   in call from couch_replicator_compact_tests:'-should_populate_and_compact/5-fun-8-'/6 (test/couch_replicator_compact_tests.erl, line 176)
   
   in call from lists:foreach/2 (lists.erl, line 1337)
   
   in call from couch_replicator_compact_tests:'-should_populate_and_compact/5-fun-9-'/5 (test/couch_replicator_compact_tests.erl, line 169)
   
   **error:{assert,[{module,couch_replicator_compact_tests},
   
            {line,176},
   
            {expression,"is_process_alive ( RepPid )"},
   
            {expected,true},
   
            {value,false}]}
   
     output:<<"">>
   
         couch_replicator_compact_tests:213: should_wait_target_in_sync...ok
   
         couch_replicator_compact_tests:98: should_ensure_replication_still_running...*failed*
   
   in function couch_replicator_test_helper:'-get_pid/1-fun-0-'/1 (test/couch_replicator_test_helper.erl, line 116)
   
   in call from couch_replicator_test_helper:get_pid/1 (test/couch_replicator_test_helper.erl, line 116)
   
   in call from couch_replicator_compact_tests:rep_details/1 (test/couch_replicator_compact_tests.erl, line 135)
   
   in call from couch_replicator_compact_tests:'-wait_for_replicator/1-fun-0-'/1 (test/couch_replicator_compact_tests.erl, line 146)
   
   in call from couch_replicator_compact_tests:wait_for_replicator/1 (test/couch_replicator_compact_tests.erl, line 146)
   
   in call from couch_replicator_compact_tests:check_active_tasks/4 (test/couch_replicator_compact_tests.erl, line 115)
   
   **error:{assert,[{module,couch_replicator_test_helper},
   
            {line,116},
   
            {expression,"is_pid ( Pid )"},
   
            {expected,true},
   
            {value,false}]}
   
     output:<<"">>
   
         couch_replicator_compact_tests:160: should_cancel_replication...ok
   
         couch_replicator_compact_tests:246: should_compare_databases...ok
   
         [done in 0.032 s]
   
   [os_mon] memory supervisor port (memsup): Erlang has closed
   
   [os_mon] cpu supervisor port (cpu_sup): Erlang has closed
   
       local -> remote
   ```
   
   https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-254606046-2017-07-17T21%3A02%3A41.583379/couchlog.tar.gz?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services