Ticket #3744 (closed task: fixed)
Tests for extfs's u7z filesystem
Reported by: | mooffie | Owned by: | zaytsev-work |
---|---|---|---|
Priority: | major | Milestone: | 4.8.19 |
Component: | tests | Version: | master |
Keywords: | Cc: | ||
Blocked By: | #2707, #3730 | Blocking: | #3729 |
Branch state: | merged | Votes for changeset: | committed-master |
Description
Here are tests for the u7z filesystem (for the "list" command).
They test the fixes in #2707, so you have to commit #2707 first (or the tests will fail).
Now, this is not the final patch because I'm waiting for @Andrew to tell me the name of the tester's folder. I'll re-roll the patch once I know it.
Attachments
Change History
comment:2 Changed 8 years ago by mooffie
The patches were updated:
- The paths are the final ones now.
- There's a new test, u7z.missing-size-and-date.input, that tests the "both compressed and uncompressed sizes may be missing" issue reported by @birdie in ticket 2707. (This test will fail unless you commit the newest patches from #2707.)
comment:4 Changed 8 years ago by zaytsev-work
- Owner set to zaytsev-work
- Status changed from new to accepted
comment:6 Changed 8 years ago by zaytsev
- Branch state changed from no branch to on review
Branch: 3744_u7z_tests
Initial changeset: [fad265c5bd29d989e7f474905ed219b1b8a9526c]
comment:7 Changed 8 years ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from on review to approved
comment:8 Changed 8 years ago by zaytsev
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [9f47eecc913391fcb404fef8c307be662352cf54].
Note: See
TracTickets for help on using
tickets.
Ah, the MC_TEST_EXTFS_U7Z_STAT="echo ..." trick is genius, when I was saying it will be more annoying to test, I was referring to stat and subsequent ls call.