Build Test Lint of 46/merge by @jeremyf #127
build-test-lint.yaml
on: pull_request
build
/
build
14m 32s
lint
/
lint
4m 15s
Matrix: test / test
Annotations
18 errors and 4 warnings
lint / lint
Process completed with exit code 1.
|
./spec/models/user_spec.rb.User the first created user in global tenant does not get the admin role:
spec/models/user_spec.rb#L12
Factory not registered: "base_user"
|
./spec/models/user_spec.rb.User#site_roles= assigns global roles to the user:
spec/models/user_spec.rb#L48
expected collection contained: ["registered"]
actual collection contained: []
the missing elements were: ["registered"]
|
./spec/models/user_spec.rb.User#site_roles fetches the global roles assigned to the user:
spec/models/user_spec.rb#L40
expected collection contained: ["admin", "registered"]
actual collection contained: ["admin"]
the missing elements were: ["registered"]
|
./spec/models/user_spec.rb.User the first created user on a tenant is given the admin role:
spec/models/user_spec.rb#L21
Factory not registered: "base_user"
|
./spec/models/user_spec.rb.User a subsequent user does not get the admin role:
spec/models/user_spec.rb#L27
Factory not registered: "base_user"
|
./spec/controllers/hyrax/hyrax/admin/appearances_controller_spec.rb.Hyrax::Admin::AppearancesController with an administrator GET #show assigns the requested site as @site:
spec/controllers/hyrax/hyrax/admin/appearances_controller_spec.rb#L31
No such file or directory @ rb_sysopen - config/home_themes.yml
|
test / test (3, 0)
Process completed with exit code 1.
|
test / test (3, 0)
❌ Tests reported 6 failures
|
|
./spec/models/bulkrax/csv_entry_spec.rb.Bulkrax::CsvEntry#build_metadata assigns factory_class and parsed_metadata:
spec/models/bulkrax/csv_entry_spec.rb#L80
No such file or directory @ rb_sysopen - /app/samvera/hyrax-webapp/spec/fixtures/csv/entry.csv
|
./spec/search_builders/adv_search_builder_spec.rb.AdvSearchBuilder.default_processor_chain is expected to eq [:default_solr_parameters, :add_query_to_solr, :add_facet_fq_to_solr, :add_facetting_to_solr, :add_so...ccess, :exclude_models, :highlight_search_params, :show_parents_only, :include_allinson_flex_fields]:
spec/search_builders/adv_search_builder_spec.rb#L55
expected: [:default_solr_parameters, :add_query_to_solr, :add_facet_fq_to_solr, :add_facetting_to_solr, :add_so...ccess, :exclude_models, :highlight_search_params, :show_parents_only, :include_allinson_flex_fields]
got: [:default_solr_parameters, :add_query_to_solr, :add_facet_fq_to_solr, :add_facetting_to_solr, :add_so...ccess, :exclude_models, :highlight_search_params, :show_parents_only, :include_allinson_flex_fields]
(compared using ==)
Diff:
@@ -8,11 +8,11 @@
:add_group_config_to_solr,
:add_facet_paging_to_solr,
:add_range_limit_params,
- :add_advanced_parse_q_to_solr,
- :add_advanced_search_to_solr,
:add_access_controls_to_solr_params,
:filter_models,
:only_active_works,
+ :add_advanced_parse_q_to_solr,
+ :add_advanced_search_to_solr,
:add_access_controls_to_solr_params,
:show_works_or_works_that_contain_files,
:show_only_active_records,
|
test / test (3, 1)
Process completed with exit code 1.
|
test / test (3, 1)
❌ Tests reported 3 failures
|
./spec/services/adventist/text_file_text_extraction_service_spec.rb.Adventist::TextFileTextExtractionService position in the array of Hyrax::DerivativeService.services is in the first position:
spec/services/adventist/text_file_text_extraction_service_spec.rb#L25
expected collection contained: [Adventist::TextFileTextExtractionService, IiifPrint::PluggableDerivativeService]
actual collection contained: [IiifPrint::PluggableDerivativeService]
the missing elements were: [Adventist::TextFileTextExtractionService]
|
|
test / test (3, 2)
❌ Tests reported 2 failures
|
test / test (3, 2)
Process completed with exit code 1.
|
build / build
No Docker image version has been generated. Check tags input.
|
build / build
No Docker tag has been generated. Check tags input.
|
build / build
No Docker image version has been generated. Check tags input.
|
build / build
No Docker tag has been generated. Check tags input.
|