kou commented on PR #37966: URL: https://github.com/apache/arrow/pull/37966#issuecomment-1742183854
It seems that `@openpgp/web-stream-tools` 0.0.14 doesn't work for `es5:umd`: https://github.com/apache/arrow/actions/runs/6371859618/job/17294171413?pr=37966#step:5:399 ```text [17:03:23] Starting 'test:es5:umd'... ● readAll() should pipe to separate WhatWG WritableStreams Cannot find module '@openpgp/web-stream-tools' from 'test/unit/ipc/reader/streams-dom-tests.ts' 103 | it('readAll() should pipe to separate WhatWG WritableStreams', async () => { 104 | // @ts-ignore > 105 | const { concatStream } = await import('@openpgp/web-stream-tools'); | ^ 106 | 107 | expect.hasAssertions(); 108 | at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11) at test/unit/ipc/reader/streams-dom-tests.ts:105:34 at Object.<anonymous> (test/unit/ipc/reader/streams-dom-tests.ts:105:34) ● should not close the underlying WhatWG ReadableStream when reading multiple tables to completion Cannot find module '@openpgp/web-stream-tools' from 'test/unit/ipc/reader/streams-dom-tests.ts' 143 | it('should not close the underlying WhatWG ReadableStream when reading multiple tables to completion', async () => { 144 | // @ts-ignore > 145 | const { concatStream } = await import('@openpgp/web-stream-tools'); | ^ 146 | 147 | expect.hasAssertions(); 148 | at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11) at test/unit/ipc/reader/streams-dom-tests.ts:145:34 at Object.<anonymous> (test/unit/ipc/reader/streams-dom-tests.ts:145:34) ● should close the underlying WhatWG ReadableStream when reading multiple tables and we break early Cannot find module '@openpgp/web-stream-tools' from 'test/unit/ipc/reader/streams-dom-tests.ts' 176 | it('should close the underlying WhatWG ReadableStream when reading multiple tables and we break early', async () => { 177 | // @ts-ignore > 178 | const { concatStream } = await import('@openpgp/web-stream-tools'); | ^ 179 | 180 | expect.hasAssertions(); 181 | at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11) at test/unit/ipc/reader/streams-dom-tests.ts:178:34 at Object.<anonymous> (test/unit/ipc/reader/streams-dom-tests.ts:178:34) [17:06:57] 'test:es5:umd' errored after 3.57 min ``` Is it a problem of our usage? Or should we report this to upstream? -- 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]
