Skip to content

Bugfix/class not found jaxb #86

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

Merged
merged 3 commits into from
May 19, 2018
Merged

Bugfix/class not found jaxb #86

merged 3 commits into from
May 19, 2018

Conversation

pesse
Copy link
Member

@pesse pesse commented May 17, 2018

Fixes #82
Fixes #80
Fixes #85

@@ -145,6 +144,9 @@ public int run() throws Exception {
final ArrayList<String> finalIncludeObjectsList = includeObjectsList;
final ArrayList<String> finalExcludeObjectsList = excludeObjectsList;

final ConnectionInfo ci = getConnectionInfo();
ci.setMaxConnections(getReporterManager().getNumberOfReporters()+1);
Copy link
Member

Choose a reason for hiding this comment

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

Why +1?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because we need a separate connection for TestRunner to start. The Reporters are all in their own threads and due to concurrency it's always preferrable to have a separate connection for each thread.
Main thread: TestRunner
Thread 1: Reporter 1
Thread 2: Reporter 2

etc.

@pesse pesse merged commit e8251c7 into develop May 19, 2018
@pesse pesse deleted the bugfix/class_not_found_jaxb branch May 19, 2018 12:26
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.

2 participants