Various AIX tests pass on Node 22, fail on later supported versions
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- JavaScript
- Estrellas
- 122k
- Forks
- 37.3k
- Merge medio
- 4 d 2 h
- PR fusionados (30 d)
- 283
Descripción
A sibling issue to https://github.com/nodejs/node/issues/61441
After clearing up some of the flakiness and machine-specific problems that were occurring on AIX it became noticable that there were some failures that were NOT failing when run against Node 22.
This issue is to continue the analysis and determine if the failures are from changes in the test cases or functional changes in the Node that caused the intermittent failures in later releases.
The RUN_TESTS parameter of the stress test that I was using to experiment with is sequential/test-watch-mode-restart-esm-loading-error wpt/test-streams async-hooks/test-emit-after-on-destroyed node-api/test_threadsafe_function parallel/test-repl-preview - The test-emit-after-destroyed one is a reasonably common flake on AIX and has been marked as such. wpt/test-streams is the other one that shows a slightly lower failure rate (around 1%) on the later versions.
Sample runs showing the differences - each of these ran 100 times on each of four AIX machines:
- Stress#654 on main: 18/400 failures
- Stress#655 on v25.x: 15/400 failures
- Stress#656 on v24.x: 13/400 failures
- Stress#657 on v25.x: No failures
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Empieza ejecutando repetidamente los casos RUN_TESTS indicados en AIX con Node 22 y las versiones posteriores compatibles, usando como comparación los resultados del stress-test enlazado. Inspecciona sequential/test-watch-mode-restart-esm-loading-error, wpt/test-streams, async-hooks/test-emit-after-on-destroyed, node-api/test_threadsafe_function y parallel/test-repl-preview. Se considera completado cuando se determine si cada diferencia proviene de cambios en las pruebas o de cambios funcionales en Node, separando los flakes conocidos de AIX.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, node.js
- Área
- operating-systems, testing-qa
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Tranquilo
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 38/100