msokolov commented on pull request #755: URL: https://github.com/apache/lucene/pull/755#issuecomment-1073041616
Big plus one for this. I can never complete the smoke test without it and I always forget the parameter name and where it has to go on the command line. I don't think it can be tacked on the end On Sat, Mar 19, 2022, 12:27 PM Tomoko Uchida ***@***.***> wrote: > I encountered several times a "disk full" error when running the smoke > tester. > From my observation, there is a test that (intentionally) creates very > large index files. It might be helpful to have a notice about that in the > rc announcing mails and encourage to explicitly use --tmp-dir option to > avoid unnecessary retries. > > Here is a snapshot of the disk usage in a smoke tester run. > > $ dust -b ~/tmp/smoketester/ > > 47M ┌── lucene-9.1.0-src.tgz > > 64M ├── lucene-9.1.0.tgz > > 37M │ ┌── test-framework > > 59M │ │ ┌── lucene-9.1.0-SNAPSHOT-itests > > 59M │ │ ┌─┴ packages > > 59M │ │ ┌─┴ build > > 59M │ ├─┴ distribution > > 51M │ │ ┌── build > > 63M │ ├─┴ backward-codecs > > 125M │ │ ┌── site > > 125M │ │ ┌─┴ build > > 125M │ ├─┴ documentation > > 55M │ │ ┌── nori > > 133M │ ├─┴ analysis > > 3.0G │ │ ┌── _0.cfs > > 4.0G │ │ ├── _0.fdt > > 7.1G │ │ ┌─┴ 4GBStoredFields-001 > > 7.1G │ │ ┌─┴ lucene.index.Test4GBStoredFields_1FCE4B52E7A84AF3-001 > > 7.1G │ │ ┌─┴ tests-tmp > > 7.1G │ │ ┌─┴ tmp > > 7.1G │ │ ┌─┴ build > > 7.1G │ ├─┴ core > > 7.6G │ ┌─┴ lucene > > 7.6G │ ┌─┴ lucene-9.1.0 > > 7.6G ├─┴ unpack > > 7.7G ┌─┴ smoketester > > > I didn't (couldn't) test this but just grepped the scripts to find where > to change; would you tell me the correct file if I'm modifying the wrong > file. > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/apache/lucene/pull/755 > Commit Summary > > - b633070 > <https://github.com/apache/lucene/pull/755/commits/b6330704b26410c7ffb535e85dcf31d1f8b3d62a> > add note for --tmp-dir option > > File Changes > > (1 file <https://github.com/apache/lucene/pull/755/files>) > > - *M* dev-tools/scripts/releaseWizard.yaml > <https://github.com/apache/lucene/pull/755/files#diff-a28a83d173444b2a99df45d0bd2f0e77f3942a296259c4f66a56b932d8ae0e99> > (4) > > Patch Links: > > - https://github.com/apache/lucene/pull/755.patch > - https://github.com/apache/lucene/pull/755.diff > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/lucene/pull/755>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAHHUQLWJ2YLIZPXTSWXU4LVAX55TANCNFSM5REG6KAA> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
