Skip to content

Commit

Permalink
Merge pull request #55 from curationexperts/update-wrappers
Browse files Browse the repository at this point in the history
Update test solr & fedora to latest known good versions
  • Loading branch information
mark-dce committed Nov 4, 2019
2 parents e6a6b53 + 2ac118b commit 33f8ab8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ environment variables called `IMPORT_PATH`. If `IMPORT_PATH` is not set, `HyraxR

## Testing

To run Solr and Fedora for testing purposes:
To run Solr and Fedora for testing purposes, open a new terminal session for each and run the following commads:

`solr_wrapper --config spec/dummy/config/solr_wrapper_test.yml`
`solr_wrapper --config spec/dummy/config/solr_wrapper_test.yml`
`fcrepo_wrapper --config spec/dummy/config/fcrepo_wrapper_test.yml`

After this you can run the whole suite, or individual specs. System specs are located
Expand Down
1 change: 1 addition & 0 deletions spec/dummy/.fcrepo_wrapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Place any default configuration for solr_wrapper here
version: 4.7.5
port: 8984
enable_jms: false
fcrepo_home_dir: tmp/fcrepo4-development-data
2 changes: 1 addition & 1 deletion spec/dummy/.solr_wrapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Place any default configuration for solr_wrapper here
# version: 6.0.0
version: 7.7.2
# port: 8983
instance_dir: tmp/solr-development
collection:
Expand Down
5 changes: 0 additions & 5 deletions spec/dummy/.solr_wrapper.yml

This file was deleted.

1 change: 1 addition & 0 deletions spec/dummy/config/fcrepo_wrapper_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#config/fcrepo_wrapper_test.yml.sample
port: 8986
enable_jms: false
version: 4.7.5
fcrepo_home_dir: tmp/fcrepo4-test-data
2 changes: 1 addition & 1 deletion spec/dummy/config/solr_wrapper_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#config/solr_wrapper_test.yml
version: 6.1.0
version: 7.7.2
port: 8985
instance_dir: tmp/solr-test
collection:
Expand Down

0 comments on commit 33f8ab8

Please sign in to comment.