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

Mkdir #89

Merged
merged 2 commits into from
Oct 30, 2017
Merged

Mkdir #89

merged 2 commits into from
Oct 30, 2017

Conversation

godu
Copy link
Contributor

@godu godu commented Oct 30, 2017

Quand on lance squirrel sur un dossier qui n'existe pas dans etcd, les requests get attendent la création du noeud. Pour pallier à ce problème, à chaque lancement, on essaie de créer le dossier.

@godu godu requested a review from jfmengels October 30, 2017 15:55
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling ecca9bd on mkdir into eee6c2f on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling ecca9bd on mkdir into eee6c2f on master.

.eslintrc Outdated
@@ -4,6 +4,13 @@
"node": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2017,
"ecmaFeatures": {
Copy link
Contributor

Choose a reason for hiding this comment

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

À enlever

]);
});
test('should return error if entry is neither a file nor a directory', t =>
t.notThrows(
Copy link
Contributor

Choose a reason for hiding this comment

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

Je suis quasi-sûr que tu dois quand même retourner t.throws(...), sinon le test n'attendra pas la fin de la Promise. (Donc à gérer partout)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

C'est la cas. t => t.notThrows()t => { t.notThrows(); }

@coveralls
Copy link

coveralls commented Oct 30, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 50287d4 on mkdir into eee6c2f on master.

@godu godu merged commit 298f075 into master Oct 30, 2017
@godu godu deleted the mkdir branch October 31, 2017 11:27
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.

None yet

3 participants