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 unstable spec on circle ci #149

Merged
merged 6 commits into from
Feb 4, 2015
Merged

Conversation

uu59
Copy link
Member

@uu59 uu59 commented Jan 28, 2015

Fix #142 (maybe)

@uu59
Copy link
Member Author

uu59 commented Jan 29, 2015

output = `#{gem} list`
p $?.exitstatus #=> 1
p output #=> looks successfully output
system("which #{gem}")
output = `#{gem} list`
p $?.exitstatus #=> 0
p output #=> looks successfully output

I'm confusing this behavior...
Maybe interpret with --seed 34923

https://circleci.com/gh/fluent/fluentd-ui/624

@uu59
Copy link
Member Author

uu59 commented Feb 4, 2015

Pressed CircleCI rebuild button with 5 times, then all builds are green.
Looks test is stable

uu59 added a commit that referenced this pull request Feb 4, 2015
@uu59 uu59 merged commit fea5561 into master Feb 4, 2015
@uu59 uu59 deleted the fix_unstable_spec_on_circle_ci branch February 4, 2015 02:03
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.

Fix unstable Circle CI spec
1 participant