phetsims / energy-skate-park-basics

"Energy Skate Park: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/energy-skate-park-basics
GNU General Public License v3.0
2 stars 9 forks source link

CT: property removeChild of null #457

Closed KatieWoe closed 2 years ago

KatieWoe commented 5 years ago
energy-skate-park-basics : phet-io-tests : assert
7 out of 8 tests passed. 1 failed.
SimTests: energy-skate-park-basics: event indexing failed:
Uncaught TypeError: Cannot read property 'removeChild' of null
https://bayes.colorado.edu/continuous-testing/snapshot-1556504033741/phet-io-wrappers/js/tests/SimTests.js?bust=1556517829618:27

id: Bayes Chrome
Approximately 4/28/2019, 8:13:53 PM
energy-skate-park-basics : phet-io-tests : assert
7 out of 8 tests passed. 1 failed.
SimTests: energy-skate-park-basics: event indexing failed:
Uncaught TypeError: Cannot read property 'removeChild' of null
https://bayes.colorado.edu/continuous-testing/snapshot-1556504033741/phet-io-wrappers/js/tests/SimTests.js?bust=1556522133877:27

id: Bayes Chrome
Approximately 4/28/2019, 8:13:53 PM
energy-skate-park-basics : phet-io-tests : assert
7 out of 8 tests passed. 1 failed.
SimTests: energy-skate-park-basics: event indexing failed:
Uncaught TypeError: Cannot read property 'removeChild' of null
https://bayes.colorado.edu/continuous-testing/snapshot-1556504033741/phet-io-wrappers/js/tests/SimTests.js?bust=1556546116394:27

id: Bayes Chrome
Approximately 4/28/2019, 8:13:53 PM
energy-skate-park-basics : phet-io-tests : no-assert
7 out of 8 tests passed. 1 failed.
SimTests: energy-skate-park-basics: event indexing failed:
Uncaught TypeError: Cannot read property 'removeChild' of null
https://bayes.colorado.edu/continuous-testing/snapshot-1556504033741/phet-io-wrappers/js/tests/SimTests.js?bust=1556515528853:27

id: Bayes Chrome
Approximately 4/28/2019, 8:13:53 PM
energy-skate-park-basics : phet-io-tests : no-assert
7 out of 8 tests passed. 1 failed.
SimTests: energy-skate-park-basics: event indexing failed:
Uncaught TypeError: Cannot read property 'removeChild' of null
https://bayes.colorado.edu/continuous-testing/snapshot-1556504033741/phet-io-wrappers/js/tests/SimTests.js?bust=1556523101308:27

id: Bayes Chrome
Approximately 4/28/2019, 8:13:53 PM
energy-skate-park-basics : phet-io-tests : no-assert
7 out of 8 tests passed. 1 failed.
SimTests: energy-skate-park-basics: event indexing failed:
Uncaught TypeError: Cannot read property 'removeChild' of null
https://bayes.colorado.edu/continuous-testing/snapshot-1556504033741/phet-io-wrappers/js/tests/SimTests.js?bust=1556537153083:27

id: Bayes Chrome
Approximately 4/28/2019, 8:13:53 PM
samreid commented 5 years ago

There was a sequencing problem, easily seen when launching the mirror inputs wrapper. GridNode creates some parts in layout which is called before init on startup in the upstream sim, but not in the downstream sim. For now, I've uninstrumented that part.

samreid commented 4 years ago

Unassigning until we turn our attention to PhET-iO for this sim.

KatieWoe commented 2 years ago

This isn't showing up on CT right now. Closing.