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 make test-ci run #4002

Merged
merged 3 commits into from
Apr 10, 2018
Merged

Fix make test-ci run #4002

merged 3 commits into from
Apr 10, 2018

Conversation

borisroman
Copy link
Contributor

@borisroman borisroman commented Apr 10, 2018

I found three errors in the make test-ci run. Each commit has more information.

Worst thing; circle-ci wasn't running the actual tests. Just look at a couple of the previous pr's circle-ci builds.

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated. (N/A)
  • Has appropriate unit tests. (Running again 👍 )

Boris Schrijver added 3 commits April 10, 2018 17:13
The codebased contained one go vet error, it's fixed in this commit.
A space is needed between -short and the path for finding the test files
…file was in error

The output would contain '\n' newline characters. Thus failing the if statement. The quotes around the string fix this.

Example error: /bin/sh line 0: [: plugins/inputs/amqp_consumer/amqp_consumer.go: binary operator expected
@danielnelson danielnelson merged commit 64a23c0 into influxdata:master Apr 10, 2018
@danielnelson danielnelson added this to the 1.7.0 milestone Apr 10, 2018
@danielnelson danielnelson added the fix pr to fix corresponding bug label Apr 10, 2018
@danielnelson
Copy link
Contributor

Thank you!

@borisroman borisroman deleted the fix/make-test-ci branch April 11, 2018 09:20
codesmith14 pushed a commit to signalfx/telegraf that referenced this pull request Apr 17, 2018
maxunt pushed a commit that referenced this pull request Jun 26, 2018
otherpirate pushed a commit to otherpirate/telegraf that referenced this pull request Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants