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 a few interop test issues #6004

Merged
merged 5 commits into from Feb 19, 2019
Merged

fix a few interop test issues #6004

merged 5 commits into from Feb 19, 2019

Conversation

Stebalien
Copy link
Member

The interop tests passed but the interface tests didn't.

  • Return "not a directory" again when trying to cat a directory.
  • Use EmitOnce in config.
  • Return the correct error in bootstrap rm.

Other issues:

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
(interop)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@ghost ghost assigned Stebalien Feb 19, 2019
@ghost ghost added the status/in-progress In progress label Feb 19, 2019
case files.Directory:
return nil, 0, iface.ErrIsDir
case *files.Symlink:
// TODO: Consider returning "error not supported"?
Copy link
Member Author

Choose a reason for hiding this comment

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

We can handle this later, IMO.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
core/commands/cat.go Outdated Show resolved Hide resolved
@Stebalien
Copy link
Member Author

Stebalien commented Feb 19, 2019

Travis is failing due to ipfs/go-ipfs-cmds#143 (I think). fix bubbled.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
* Updates go-ipfs-cmds to try to get the tests to pass on travis.
* While we're at it, fix duplicate gx deps.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@Stebalien Stebalien merged commit 6851d51 into master Feb 19, 2019
@Stebalien Stebalien deleted the fix/interop-tests branch February 19, 2019 22:52
@ghost ghost removed the status/in-progress In progress label Feb 19, 2019
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