Stream: crucible
Topic: How long do crucible tests take to run?
harini jagannathan (Mar 27 2017 at 19:56):
@Jason Walonoski : I got past my OAuth authorization issues and get a Green padlock icon after entering my client ID and secret. But I tried running test suite for Conformance resource and it seems to run in some infinite loop. I just see entries in my terminal where I run crucible like these: Started GET "/servers/58c72a1268617236ba000000/test_runs/58d96b753f3c5aca05000000" for ::1 at 2017-03-27 12:55:51 -0700
Processing by TestRunsController#show as JSON
Parameters: {"server_id"=>"58c72a1268617236ba000000", "id"=>"58d96b753f3c5aca05000000"}
MOPED: 127.0.0.1:27017 QUERY database=crucible_development collection=test_runs selector={"_id"=>BSON::ObjectId('58d96b753f3c5aca05000000')} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5670ms
MOPED: 127.0.0.1:27017 QUERY database=crucible_development collection=test_results selector={"test_run_id"=>{"$in"=>[BSON::ObjectId('58d96b753f3c5aca05000000')]}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.2910ms
Completed 200 OK in 3ms (Views: 0.7ms)
harini jagannathan (Mar 27 2017 at 19:57):
The spinner keeps spinning without showing any progress against each testcase. How long does this test suite take to run?
harini jagannathan (Mar 29 2017 at 19:14):
Has anyone else faced this issue with Crucible DSTU2 branch?
Jason Walonoski (Apr 05 2017 at 19:30):
In case anyone follows up on this thread, this is a result of not running the "job runner."
As specified in the project README: to start the job runner RAILS_ENV=development bin/delayed_job start
Last updated: Apr 12 2022 at 19:14 UTC