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

Fix QueueItem parameter incorrect merging #8

Merged
merged 3 commits into from
Apr 26, 2018

Conversation

martinda
Copy link
Collaborator

Fix for #7 , including mock and live tests.

@cdancy cdancy self-assigned this Apr 26, 2018
@cdancy cdancy added this to the v0.0.7 milestone Apr 26, 2018
@@ -66,7 +66,7 @@ public static QueueItem create(boolean blocked, boolean buildable, int id, long
if (params != null) {
params = params.trim();
if (params.length() > 0) {
for (String keyValue : params.replaceFirst("\n", "").split("\n")) {
for (String keyValue : params.split("\n")) {
Copy link
Owner

Choose a reason for hiding this comment

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

Good find and silly mistake by me 😀

@cdancy
Copy link
Owner

cdancy commented Apr 26, 2018

All tests work as expected. Thanks for the fix @martinda !

@cdancy cdancy merged commit 4965805 into cdancy:master Apr 26, 2018
@cdancy
Copy link
Owner

cdancy commented Apr 26, 2018

Version 0.0.7 has been released.

@martinda martinda deleted the bugfix/queue-params branch August 5, 2021 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants