mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

Flaky tests: master ticket

Open ryanhamley opened this issue 3 years ago • 0 comments

This ticket consolidates reports of flaky tests in one place.

Render tests:

render-tests/dynamic-filter/symbols/line/:

  • [ ] render-tests/dynamic-filter/symbols/line/combined-pitch-distance/low-pitch-far-visible
  • [ ] render-tests/dynamic-filter/symbols/line/combined-pitch-distance/high-pitch-far-hidden https://github.com/mapbox/mapbox-gl-js/issues/11730
  • [ ] render-tests/dynamic-filter/symbols/line/combined-pitch-distance-data-driven/late-dynamic
  • [ ] render-tests/dynamic-filter/symbols/line/distance-near-cull https://github.com/mapbox/mapbox-gl-js/issues/11729
  • [ ] render-tests/dynamic-filter/symbols/line/distance-far-cull
  • [ ] render-tests/dynamic-filter/symbols/line/distance-near-and-far-cull https://github.com/mapbox/mapbox-gl-js/issues/11737
  • [ ] render-tests/dynamic-filter/symbols/line/distance-nofilter https://github.com/mapbox/mapbox-gl-js/issues/11742

render-tests/fog/:

  • [ ] fog/terrain/basic https://github.com/mapbox/mapbox-gl-js/issues/11734
  • [ ] fog/terrain/sky-composition https://github.com/mapbox/mapbox-gl-js/issues/11669
  • [ ] fog/terrain/equal-range
  • [ ] fog/disable https://github.com/mapbox/mapbox-gl-js/issues/11738
  • [ ] fog-reenable

Other render tests:

  • [x] https://github.com/mapbox/mapbox-gl-js/issues/11234
  • [ ] https://github.com/mapbox/mapbox-gl-js/issues/10314
  • [ ] https://github.com/mapbox/mapbox-gl-js/issues/8679
  • [ ] https://github.com/mapbox/mapbox-gl-js/issues/10181
  • [ ] https://github.com/mapbox/mapbox-gl-js/issues/11731

Query tests:

  • [ ] query-tests/terrain/draped/lines/slope-occlusion https://github.com/mapbox/mapbox-gl-js/issues/11726 This test alone is responsible for 1/3 of failures.
  • [ ] https://github.com/mapbox/mapbox-gl-js/issues/11727
  • [ ] https://github.com/mapbox/mapbox-gl-js/issues/11728
  • [ ] https://github.com/mapbox/mapbox-gl-js/issues/11735

Unit tests:

  • [ ] test/unit/ui/camera.test.js camera > #easeTo > duration is 0 when prefers-reduced-motion: reduce is set (example here)
  • [ ] test/unit/terrain/terrain.test.js Elevation > map._updateAverageElevation (example here)
  • [ ] test/unit/ui/map.test.js Map > render stabilizes (example here)

ryanhamley avatar Apr 11 '22 21:04 ryanhamley