Opened at 2013-02-05T20:17:26Z
Last modified at 2013-02-06T06:41:05Z
#1914 new defect
tahoe check reports incorrect encoding
Reported by: | PRabahy | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-web | Version: | 1.9.2 |
Keywords: | tahoe-check verify mutable usability | Cc: | |
Launchpad Bug: |
Description
It appears that if tahoe is unable to download any shares, it reports the incorrect encoding.
Steps to reproduce:
- Run "tahoe check public:"
1a. ...good-shares: 1 (encoding is 1-of-1)...
- Disconnect from network
- Run "tahoe check public:" again
3a. ...good-shares: 0 (encoding is 3-of-10)...
Expected result: 3a. ...good-shares: 0 (encoding is unknown)...
Change History (1)
comment:1 Changed at 2013-02-06T06:41:05Z by davidsarah
- Component changed from unknown to code-frontend-web
- Keywords tahoe-check verify mutable usability added
- Owner davidsarah deleted
Note: See
TracTickets for help on using
tickets.
When checking using an immutable URI, the encoding is in the URI, so is known. In the case of a mutable URI, I agree that it should say "encoding is unknown".