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

feat: use default daemon addrs #220

Merged
merged 8 commits into from
Apr 2, 2018
Merged

feat: use default daemon addrs #220

merged 8 commits into from
Apr 2, 2018

Conversation

dryajov
Copy link
Member

@dryajov dryajov commented Mar 19, 2018

No description provided.

@ghost ghost assigned dryajov Mar 19, 2018
@ghost ghost added the status/in-progress In progress label Mar 19, 2018
@hacdias
Copy link
Member

hacdias commented Mar 20, 2018

@dryajov is this working already? 😄

@dryajov
Copy link
Member Author

dryajov commented Mar 20, 2018

Yup. Can you do a CR 😉?

@hacdias
Copy link
Member

hacdias commented Mar 20, 2018

Hoping CR means something like "Closing Review", I did it 😆

@dryajov
Copy link
Member Author

dryajov commented Mar 20, 2018

Oh CR - Code Review, AFAIK 😄

@hacdias
Copy link
Member

hacdias commented Mar 20, 2018

Thanks eheh. When you merge this and release a new version, could you ping me please?

Copy link
Contributor

@JonKrone JonKrone left a comment

Choose a reason for hiding this comment

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

I'm not familiar with this domain but the code lgtm!

@dryajov
Copy link
Member Author

dryajov commented Mar 20, 2018

@JonKrone it's addressing this issue - ipfs/ipfs-desktop#617

@daviddias
Copy link
Member

@dryajov CI is not yet green. Can you get that done before more reviews?

@dryajov
Copy link
Member Author

dryajov commented Mar 23, 2018

CI is mostly failing because this adds the ability to use the daemon's default ports, which conflicts on jenkins since tests are not isolated. We'll probably have to skip this tests on jenkins for now.

screen shot 2018-03-22 at 6 42 26 pm

@dryajov
Copy link
Member Author

dryajov commented Mar 25, 2018

Skiping the default addrs test fixes jenkins. But circle ci is really broken for some reason, there are a bunch of timeouts everywhere. I'm not sure if its related to the recent outage or if its something else.

@dryajov
Copy link
Member Author

dryajov commented Mar 29, 2018

@diasdavid circleci is having some serious issues, but I don't think it's related to these changes. After I disabled the default addrs tests, jenkins and travis are now both green, however circle keeps failing on random timeouts. I'm not sure what's the best way of verifying that circle is the one with the issues besides closing this PR and opening a new one?

@victorbjelkholm whats the versions of node that circle is on, I can't seem to find it anywhere in the logs, that could be the reason it's failing since #223 as been brought up.

@victorb
Copy link
Member

victorb commented Mar 29, 2018

whats the versions of node that circle is on, I can't seem to find it anywhere in the logs

Eeeh, hm. You can see under the machine logs:
image

@dryajov
Copy link
Member Author

dryajov commented Mar 29, 2018

@victorbjelkholm ah thanks! So it is v9.9.0... thats why its soooo very sick.

@@ -186,6 +188,50 @@ describe('Spawn options', function () {
})
})

// TODO re-enable when jenkins runs tests in isolation
dscskip('spawn with default swarm addrs', () => {
Copy link
Member

Choose a reason for hiding this comment

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

just replace for describe.skip, it is just being used once

Copy link
Member

@daviddias daviddias left a comment

Choose a reason for hiding this comment

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

Could you rebase master on top of this branch first?

@dryajov
Copy link
Member Author

dryajov commented Mar 29, 2018

@victorbjelkholm do we have a way of determining if we're running in jenkins (env variable)?

@daviddias daviddias merged commit 510b320 into master Apr 2, 2018
@daviddias daviddias deleted the feat/default-addrs branch April 2, 2018 08:05
@ghost ghost removed the status/in-progress In progress label Apr 2, 2018
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.

5 participants