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 some linter warnings, part 2 #202

Merged
merged 7 commits into from
Oct 16, 2017
Merged

Conversation

matrixik
Copy link
Member

Related #191

@matrixik
Copy link
Member Author

Max 5 containers at the same time reached.

@matrixik matrixik force-pushed the fix_lint3 branch 2 times, most recently from ed7d5d0 to 8af4d27 Compare September 18, 2017 07:26
kornicameister
kornicameister previously approved these changes Sep 18, 2017
Copy link
Contributor

@kornicameister kornicameister left a comment

Choose a reason for hiding this comment

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

Looks ok to mine, I also rebase #191 to see how it performs after merging several of the images. Guess after everything @matrixik has provided to increase code quality we will need to rebuild all the affected images, right ?

@timothyb89
Copy link
Member

They will need to be rebuilt to pull in the new changes, but I don't know how urgent pushing new images out for most of this is given it's mostly code quality vs functional changes - if nothing else they'll get picked up the next time we release.

Feel free to bump versions and go crazy with !push in follow-up PRs if desired, though.

timothyb89
timothyb89 previously approved these changes Sep 18, 2017
@@ -54,9 +54,9 @@ wait_for_wrapper()
{
# In order to support SIGINT during timeout: http://unix.stackexchange.com/a/57692
if [[ $QUIET -eq 1 ]]; then
timeout $BUSYTIMEFLAG $TIMEOUT $0 --quiet --child --host=$HOST --port=$PORT --timeout=$TIMEOUT &
timeout "$BUSYTIMEFLAG" "$TIMEOUT" $0 --quiet" --child --host="$HOST" --port="$PORT" --timeout="$TIMEOUT" &
Copy link
Contributor

Choose a reason for hiding this comment

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

Erroneous double quote after --quiet

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@digitalfishpond
Copy link
Contributor

I believe this is ready to merge by someone with appropriate rights :) @kornicameister @matrixik

@kornicameister kornicameister merged commit b186a80 into monasca:master Oct 16, 2017
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