Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Oaisys] Fix failing tests #1817

Open
ConnorSheremeta opened this issue Aug 14, 2020 · 1 comment
Open

[Oaisys] Fix failing tests #1817

ConnorSheremeta opened this issue Aug 14, 2020 · 1 comment
Assignees
Labels

Comments

@ConnorSheremeta
Copy link
Contributor

There are two failing tests for oaisys in jupiter below:

E

Error:
OaisysListSetsTest#test_test_list_sets_resumption_token_xml:
ActionController::RoutingError: No route matches [GET] "/oai/oai"
    test/integration/oaisys_list_sets_test.rb:47:in `block in <class:OaisysListSetsTest>'


rails test test/integration/oaisys_list_sets_test.rb:12

...E

Error:
OaisysListIdentifiersTest#test_list_identifers_items_xml:
ActionController::RoutingError: No route matches [GET] "/oai/oai"
    test/integration/oaisys_list_identifiers_test.rb:48:in `block in <class:OaisysListIdentifiersTest>'


rails test test/integration/oaisys_list_identifiers_test.rb:18

as soon as match '/oai/(*all)', to: 'application#service_unavailable', via: [:get, :post] is removed (which is required for it to work) the tests fail.

@ConnorSheremeta ConnorSheremeta self-assigned this Aug 19, 2020
@ConnorSheremeta
Copy link
Contributor Author

This has been found to be a rails bug and has been submitted here rails/rails#40078

Will skip the tests for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants