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

IQSS-5122 Fix NetBeans handling of test files. #5127

Merged
merged 1 commit into from
Oct 3, 2018

Conversation

poikilotherm
Copy link
Contributor

@poikilotherm poikilotherm commented Oct 2, 2018

By moving the argLine into <properties>, JaCoCo is happy, Maven is happy, Netbeans is happy and IDEA too. 🎉 🎂 🎈

I tested all unit test and integration tests. There are test failures with IT tests, but these are just the same as develop branch has right now, thus unrelated to the change.

Please merge ASAP to make @pdurbin and potentially others happy 😄

Related Issues

Pull Request Checklist

  • Unit tests completed
  • Integration tests: None
  • Merged latest from "develop" branch and resolved conflicts

@coveralls
Copy link

Coverage Status

Coverage remained the same at 15.493% when pulling cad9cb4 on poikilotherm:5122-fix-netbeans-compat into 635b208 on IQSS:develop.

Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed! Thanks! Approved!

<excludedGroups>${testsToExclude}</excludedGroups>
<argLine>${argLine} -Duser.timezone=${project.timezone} -Dfile.encoding=${project.build.sourceEncoding} -Duser.language=${project.language} -Duser.region=${project.region}</argLine>
<!-- testsToExclude come from the profile-->
<excludedGroups>${testsToExclude}</excludedGroups>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the indentation here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was in the area, you know... 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have this dream that bit by bit the code will conform to our house style if we all fix up the lines we're touching. This is probably naive of me. 😄

@pdurbin
Copy link
Member

pdurbin commented Oct 2, 2018

@poikilotherm thanks for discussing the "connects to" thing at http://irclog.iq.harvard.edu/dataverse/2018-10-02 with me. I edited the description so there's only one connects to. The reason for this is that with multiple "connects to" lines, it's confusing for QA to know which pull request to build and test. For example, here's how the sitemap card looked at https://waffle.io/IQSS/dataverse before I removed the extra "connects to" lines:

screen shot 2018-10-02 at 9 40 37 am

@kcondon kcondon merged commit 777b0ff into IQSS:develop Oct 3, 2018
@poikilotherm poikilotherm deleted the 5122-fix-netbeans-compat branch October 4, 2018 10:01
@pdurbin pdurbin added this to the 4.9.4 milestone Oct 4, 2018
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

Successfully merging this pull request may close these issues.

4 participants