You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customer: internal
Issue: Merging large blobs does not work and end up in:
Status: We have a repro
Logs:
merging reports from D:\a\_work\1\s\x-tests\all-report
extracting: all-report\report-1.zip
extracting: all-report\report-2.zip
Error: Cannot create a string longer than 0x1fffffe8 characters
at Buffer.toString (node:buffer:844:17)
at parseCommonEvents (D:\a\_work\1\s\x-tests\node_modules\playwright\lib\reporters\merge.js:81:22)
at extractAndParseReports (D:\a\_work\1\s\x-tests\node_modules\playwright\lib\reporters\merge.js:103:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async mergeEvents (D:\a\_work\1\s\x-tests\node_modules\playwright\lib\reporters\merge.js:133:17)
at async createMergedReport (D:\a\_work\1\s\x-tests\node_modules\playwright\lib\reporters\merge.js:45:21)
at async mergeReports (D:\a\_work\1\s\x-tests\node_modules\playwright\lib\cli.js:179:3)
at async t.<anonymous> (D:\a\_work\1\s\x-tests\node_modules\playwright\lib\cli.js:93:7) {
code: 'ERR_STRING_TOO_LONG'
}