🎁 adds batch email, depositor email, and user stat to Account Settings #2173
GitHub Actions / Test Results
failed
Jan 24, 2025 in 0s
1 fail, 56 skipped, 1 999 pass in 17m 37s
3 files 3 suites 17m 37s ⏱️
2 056 tests 1 999 ✅ 56 💤 1 ❌
2 083 runs 2 024 ✅ 58 💤 1 ❌
Results for commit 6ee3c42.
Annotations
Check warning on line 0 in ./spec/services/create_account_spec.rb
github-actions / Test Results
CreateAccount#schedule_recurring_jobs Enqueues Recurring jobs (spec.services.create_account_spec) failed
artifacts/spec-reports-0/rspec-0.xml [took 0s]
Raw output
(#<Account id: nil, tenant: nil, cname: nil, created_at: nil, updated_at: nil, solr_endpoint_id: nil, fcrepo_endpoint_id: nil, name: "259721438514235001368517066714206580673", redis_endpoint_id: nil, is_public: false, settings: {"smtp_settings"=>{"from"=>"", "user_name"=>"", "password"=>"", "address"=>"", "domain"=>"", "port"=>"", "authentication"=>"", "enable_starttls_auto"=>""}}, data_cite_endpoint_id: nil, search_only: false>).find_job(BatchEmailNotificationJob) expected: 1 time with arguments: (BatchEmailNotificationJob) received: 0 times
Failure/Error: expect(account).to receive(:find_job).with(klass).and_return(false)
(#<Account id: nil, tenant: nil, cname: nil, created_at: nil, updated_at: nil, solr_endpoint_id: nil, fcrepo_endpoint_id: nil, name: "259721438514235001368517066714206580673", redis_endpoint_id: nil, is_public: false, settings: {"smtp_settings"=>{"from"=>"", "user_name"=>"", "password"=>"", "address"=>"", "domain"=>"", "port"=>"", "authentication"=>"", "enable_starttls_auto"=>""}}, data_cite_endpoint_id: nil, search_only: false>).find_job(BatchEmailNotificationJob)
expected: 1 time with arguments: (BatchEmailNotificationJob)
received: 0 times
./spec/services/create_account_spec.rb:127:in `block (4 levels) in <top (required)>'
./spec/support/multitenancy_metadata.rb:50:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.19.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'
Loading