| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
Meh...passed on SmartOs 15 64-bit, but barely didn't time out: ok 1255 sequential/test-buffer-creation-regression
---
duration_ms: 58.896Will try splitting the test up into three files. |
Sorry, something went wrong.
|
OK, split the test into 3. Trying again... |
Sorry, something went wrong.
|
These results seem more like it: ok 1255 sequential/test-buffer-creation-regression-1
---
duration_ms: 0.428
...
ok 1256 sequential/test-buffer-creation-regression-2
---
duration_ms: 9.35
...
ok 1257 sequential/test-buffer-creation-regression-3
---
duration_ms: 16.939 |
Sorry, something went wrong.
|
CI is all green ✅ . I'd like to expedite landing this because this issue is significantly impacting CI results. Reviews, anyone? @nodejs/testing @thefourtheye |
Sorry, something went wrong.
|
@Trott All the three tests have more than 90% similar code. Can we refactor and put the common code in one file? |
Sorry, something went wrong.
|
Apart from that, I believe the second test itself is enough as regression. Can we modify the original test and remove other two cases? |
Sorry, something went wrong.
For me, at least, running v7.2.0, only the final test case fails. Happy to get rid of the other two and just keep that one, if that works. |
Sorry, something went wrong.
test-buffer-creation-regression is flaky on some SmartOS hosts in CI, timing out. Move to sequential so it does not compete with other tests for resources. Reduce three test cases to just the one needed to identify the regression.
|
Reduced to just the one test case needed. CI: https://ci.nodejs.org/job/node-test-pull-request/5286/ |
Sorry, something went wrong.
test-buffer-creation-regression is flaky on some SmartOS hosts in CI, timing out. Move to sequential so it does not compete with other tests for resources. Reduce three test cases to just the one needed to identify the regression. PR-URL: nodejs#10161 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
test-buffer-creation-regression is flaky on some SmartOS hosts in CI, timing out. Move to sequential so it does not compete with other tests for resources. Reduce three test cases to just the one needed to identify the regression. PR-URL: #10161 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
|
This is failing when backported to v4.x is that expected behavior? === release test-buffer-creation-regression === Path: sequential/test-buffer-creation-regression FATAL ERROR: v8::Uint8Array::New(Local<ArrayBuffer>, size_t, size_t) length exceeds max allowed value Command: out/Release/node /Users/thealphanerd/code/node/v4.x/test/sequential/test-buffer-creation-regression.js |
Sorry, something went wrong.
|
test/parallel/test-buffer-creation-regression.js doesn't exist on v4.x-staging, does it? If not then this should be labeled do-not-land-on-v4.x I think... |
Sorry, something went wrong.
|
@Trott this is failing on v6.x too. labelled don't land, feel free to backport |
Sorry, something went wrong.
Seems like the original test doesn't exist on v6.x either, so yeah, do not land on v6.x. |
Sorry, something went wrong.
Sorry, something went wrong.
test-buffer-creation-regression is flaky on some SmartOS hosts in CI, timing out. Move to sequential so it does not compete with other tests for resources. Reduce three test cases to just the one needed to identify the regression. PR-URL: #10161 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Backport-Of: #10161 PR-URL: #11176 Reviewed-By: James M Snell <jasnell@gmail.com>
test-buffer-creation-regression is flaky on some SmartOS hosts in CI, timing out. Move to sequential so it does not compete with other tests for resources. Reduce three test cases to just the one needed to identify the regression. PR-URL: #10161 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Backport-Of: #10161 PR-URL: #11176 Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test buffer
Description of change
test-buffer-creation-regression is flaky on some SmartOS hosts in CI,
timing out. Move to sequential to it does not compete with other tests
for resources.