mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: known broken test file descriptor leak in gzip file open
James Troup reported this bug in id:87pnjsf9q5.fsf@canonical.com
This commit is contained in:
parent
1ee5bdcc1d
commit
2cf38f8e1c
1 changed files with 8 additions and 0 deletions
|
@ -167,4 +167,12 @@ This is just a test message (#7)
|
|||
EOF
|
||||
test_expect_equal_file EXPECTED OUTPUT
|
||||
|
||||
# there are more than 200 messages in this corpus
|
||||
add_email_corpus lkml
|
||||
test_begin_subtest "new doesn't run out of file descriptors with many gzipped files"
|
||||
test_subtest_known_broken
|
||||
ulimit -n 200
|
||||
gzip --recursive ${MAIL_DIR}
|
||||
test_expect_success "notmuch new"
|
||||
|
||||
test_done
|
||||
|
|
Loading…
Reference in a new issue