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

strange sharness failure #2250

Closed
whyrusleeping opened this issue Jan 27, 2016 · 5 comments
Closed

strange sharness failure #2250

whyrusleeping opened this issue Jan 27, 2016 · 5 comments
Labels
kind/bug A bug in existing code (including security flaws) kind/test Testing work

Comments

@whyrusleeping
Copy link
Member

https://circleci.com/gh/ipfs/go-ipfs/2695

@whyrusleeping whyrusleeping added kind/bug A bug in existing code (including security flaws) kind/test Testing work labels Jan 27, 2016
@atomgardner
Copy link
Contributor

The not ok is from test/sharness/t0043.sh:

expecting success: 
    echo "$add_w_d2" >expected &&
    test_sort_cmp expected actual

> diff -u expected_sorted actual_sorted
--- expected_sorted 2016-01-27 01:20:13.265604565 +0000
+++ actual_sorted   2016-01-27 01:20:13.265604565 +0000
@@ -1,14 +1,14 @@
+added QmP7rwAs9DKNUhBsYxtLWKfBnoLpp3tEQaHmxEUx9ur2sR gnz66h
 added QmPcaX84tDiTfzdTn8GQxexodgeWH6mHjSss5Zfr5ojssb _jo7/-s782qgs
 added QmQkib3f9XNX5sj6WEahLUPFpheTcwSRJwUCSvjcv8b9by _jo7
-added QmSLYZycXAufRw3ePMVH2brbtYWCcWsmksGLbHcT8ia9Ke gnz66h/9cwudvacx
-added QmTmc46fhKC8Liuh5soy1VotdnHcqLu3r6HpPGwDZCnqL1 
-added QmU9Jqks8TPu4vFr6t7EKkAKQrSJuEujNj1AkzoCeTEDFJ gnz66h/1k0xpx34
-added QmVPwNy8pZegpsNmsjjZvdTQn4uCeuZgtzhgWhRSQWjK9x gnz66h
+added QmSXcLNYUEWrCoNhjB4LaqG8LEkn5Y9dg1SiMSFq3Z5a41 
 added QmVaKAt2eVftNKFfKhiBV7Mu5HjCugffuLqWqobSSFgiA7 h3qpecj0
 added QmWgEE4e2kfx3b8HZcBk5cLrfhoi8kTMQP2MipgPhykuV3 gnz66h/b54ygh6gs
 added QmYC3u5jGWuyFwvTxtvLYm2K3SpWZ31tg3NjpVVvh9cJaJ _jo7/wzvsihy
+added QmZGMvwfXmfA6JnAPgcYgLqLCwi49tk7vEAU2zg7oHo5Py gnz66h/1k0xpx34
 added QmaAHFG8cmhW3WLjofx5siSp44VV25ETN6ThzrU8iAqpkR _jo7/galecuirrj4r
 added QmaVBqquUuXKjkyWHXaXfsaQUxAnsCKS95VRDHU8PzGA4K _jo7/15totauzkak-
+added QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQH gnz66h/9cwudvacx
 added QmcLbqEqhREGednc6mrVtanee4WHKp5JnUfiwTTHCJwuDf gnz66h/lbl5
 added Qme987pqNBhZZXy4ckeXiR7zaRQwBabB7fTgHurW2yJfNu 4r93
 added QmeuSfhJNKwBESp1W9H8cfoMdBfW3AeHQDWXbNXQJYWp53 _jo7/mzo50r-1xidf5zx

not ok 33 - ipfs add -w -r <many> is correct
#   
#       echo "$add_w_d2" >expected &&
#       test_sort_cmp expected actual
#     

Looks like the hashes were borked on those 4 runs. I can't reproduce this locally, nor could the rerun.

@rht
Copy link
Contributor

rht commented Jan 27, 2016

This could be due to the issues of naming content encoding produced by go-random-files.

@rht
Copy link
Contributor

rht commented Jan 27, 2016

I wonder if @chriscool has seen it before.

@chriscool
Copy link
Contributor

There are sometimes ipfs add failures like issue #2215 too.

@whyrusleeping
Copy link
Member Author

I beleive this has been resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) kind/test Testing work
Projects
None yet
Development

No branches or pull requests

4 participants