Skip to content

Fix running test suite test.framework.options on my EB install#1699

Merged
boegel merged 1 commit intoeasybuilders:developfrom
riccardomurri:fix-options-tests
Mar 25, 2016
Merged

Fix running test suite test.framework.options on my EB install#1699
boegel merged 1 commit intoeasybuilders:developfrom
riccardomurri:fix-options-tests

Conversation

@riccardomurri
Copy link
Copy Markdown
Contributor

Actual patch by @boegel but I'm commiting it since it's on my laptop.

edit (by @boegel): to clarify: this fixes the problem where the easyblocks from the EasyBuild installation were being picked up by the test_include_easyblocks* tests, even though the setUp of each tests tries to isolate the tests from non-test easyblocks...

The problem was that the original sys.path is being restored in the middle of the test_include_easyblocks* tests, which potentially reinstated the location to non-test easyblocks in the Python search path, breaking the 2nd part of these tests.

…installation.

Actual patch by @boegel but I'm commiting it since it's on my laptop.
@hpcugentbot
Copy link
Copy Markdown

Automatic reply from Jenkins: Can I test this?

@boegel boegel added this to the v2.8.0 milestone Mar 25, 2016
@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 25, 2016

Thanks @riccardomurri!

Jenkins: ok to test

@hpcugentbot
Copy link
Copy Markdown

EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2906/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 25, 2016

Going in, thanks again @riccardomurri!

@boegel boegel merged commit 548edd3 into easybuilders:develop Mar 25, 2016
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.

3 participants