-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tests with timeout are not skipped by Governor #24
Comments
does it fail just when that timeout is there or if there is any other value in it? e.g. expected exception or a message |
The problem is that the test is executed although it should not be. On Fri, May 13, 2016 at 9:45 AM, Štefan Miklošovič <[email protected]
Jiri Pechanec |
It seems it is timeout specific. The other paramter supperted by @test is On Fri, May 13, 2016 at 9:59 AM, Štefan Miklošovič <[email protected]
Jiri Pechanec |
could you post the stacktrace please? |
maven log is attached |
@basovnik could you look at this issue, please? |
The problem is on this line: https://github.com/arquillian/arquillian-core/blob/master/test/impl-base/src/main/java/org/jboss/arquillian/test/impl/EventTestRunnerAdaptor.java#L170 If you try to execute this code before mentioned line then it will work. But I have not investigated yet why the if (!manager.getContext(ApplicationContextImpl.class).isActive()) {
manager.getContext(ApplicationContextImpl.class).activate();
} |
I found one possible fix: @smiklosovic Shall I create pull request to |
The solution will be not so easy... https://issues.jboss.org/browse/ARQ-1071 |
Another possible solution: https://gist.github.com/basovnik/b180734c83756e3ee5905a2a970f6e6a |
Modify ITJiraGovernorTest to have method
The test then fails
The text was updated successfully, but these errors were encountered: