cesium icon indicating copy to clipboard operation
cesium copied to clipboard

`Unhandled promise rejection: undefined thrown` in CI

Open ggetz opened this issue 9 months ago • 11 comments

I'm seeing some intermittent CI failures in the release test task (but not coverage) which appears to be due to a race condition in the Cesium3DTileset specs:

  Scene/Cesium3DTileset
    ✗ verify statistics
	Unhandled promise rejection: undefined thrown

ggetz avatar Apr 25 '24 15:04 ggetz

I've noticed this one happening again more recently

https://github.com/CesiumGS/cesium/pull/12007#issuecomment-2140853488 https://github.com/CesiumGS/cesium/actions/runs/9354720455/job/25748200946 https://github.com/CesiumGS/cesium/actions/runs/9352809979/job/25741821665

jjspace avatar Jun 03 '24 17:06 jjspace

These seem to be much more frequent than "intermittent" lately. I feel like I'm re-running a job almost daily because of this one "verify statics" test failure. any chance we can try and track this one down soon or exclude it completely until it can be fixed so we can rely on the little red X from CI actually being an error more? https://github.com/CesiumGS/cesium/actions/runs/10684175472/job/29613965055

jjspace avatar Sep 03 '24 16:09 jjspace

Let's exclude it for the time being, but leave this issue open to track the problem.

ggetz avatar Sep 03 '24 16:09 ggetz

Been seeing more of the other "statistics" tests failing apart from the one I already excluded

https://github.com/CesiumGS/cesium/actions/runs/10903427776/job/30257483763

  Scene/Cesium3DTileset
    ✗ verify batched features statistics
	Unhandled promise rejection: undefined thrown

jjspace avatar Sep 17 '24 16:09 jjspace