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
Create a file with 10 lines, each command should be 100kb long
Try to enqueue it
$ ./qdone enqueue-batch too-big.txt
Creating fail queue test_failed
Creating queue test
TypeError: Cannot read property 'Failed' of undefined
at /Users/ryan/src/qdone-master/src/enqueue.js:128:17
at _fulfilled (/Users/ryan/src/qdone-master/node_modules/q/q.js:854:54)
at self.promiseDispatch.done (/Users/ryan/src/qdone-master/node_modules/q/q.js:883:30)
at Promise.promise.promiseDispatch (/Users/ryan/src/qdone-master/node_modules/q/q.js:816:13)
at /Users/ryan/src/qdone-master/node_modules/q/q.js:624:44
at runSingle (/Users/ryan/src/qdone-master/node_modules/q/q.js:137:13)
at flush (/Users/ryan/src/qdone-master/node_modules/q/q.js:125:13)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickDomainCallback (internal/process/next_tick.js:128:9)
bash: update_terminal_cwd: command not found
Expected behavior
Large command lines should enqueue in an appropriate number of api calls (2 commands per api call, in this test case).
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Create a file with 10 lines, each command should be 100kb long
Try to enqueue it
Expected behavior
Large command lines should enqueue in an appropriate number of api calls (2 commands per api call, in this test case).
The text was updated successfully, but these errors were encountered: