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

Test failure when compile/run core #73

Closed
GloC99 opened this issue Mar 16, 2021 · 4 comments
Closed

Test failure when compile/run core #73

GloC99 opened this issue Mar 16, 2021 · 4 comments

Comments

@GloC99
Copy link

GloC99 commented Mar 16, 2021

Hi,

I tried to compile/run core using mvn clean package from inside the core directory but it failed to build due to multiple org.junit.ComparisonFailure and java.lang.AssertionError, caused by, I believe, the \ characters escaped as the ComparisonFailure error message(shortened) shown below.

org.junit.ComparisonFailure: expected:<..."identifier":"https:[//identifiers.org/MIR:00000364"...> but was:<..."identifier":"https:[\/\/identifiers.org\/MIR:00000364"...>
at hwu.elixir.scrape.scraper.ScraperFilteredCoreTest.test_injectId_alreadyGotId(ScraperFilteredCoreTest.java:446)

The full output:
BMUSEerror.txt

What can I do to fix this?

Thank you in advance.

@petrospaps
Copy link
Contributor

Hi,

Some of the tests have static markup pages that have changed, so BMUSE fails to build because it does not pass the tests.
Please try: mvn clean package -DskipTests
This should build all packages for you.

Best wishes
Petros

@GloC99
Copy link
Author

GloC99 commented Mar 16, 2021

Hi Petros,

Thank you so much. It builds now.

@AlasdairGray
Copy link
Member

I've pushed a fix onto Master that will ignore the failing tests (f06e621)

@AlasdairGray
Copy link
Member

I've created a new issue to put a longer term fix for this #74

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

No branches or pull requests

3 participants