o3de-atom-sampleviewer icon indicating copy to clipboard operation
o3de-atom-sampleviewer copied to clipboard

Checkerboardtest is out of date

Open antonmic opened this issue 2 years ago • 3 comments

Checkerboard pipeline is quite out of date and bringing it in line with other pipelines is not an insignificant maintenance cost. Will temporary disable the test. Need to discuss whether to update and keep maintaining the test and example component or deprecate it.

antonmic avatar May 27 '22 01:05 antonmic

@VickyAtAZ Can we close this bug?

moudgils avatar Apr 07 '23 22:04 moudgils

The test is still disabled in the development branch:

From https://github.com/o3de/o3de-atom-sampleviewer/blob/development/scripts/FullTestSuite.bv.lua:

    -- Disable checkerboard pipeline as it's quite out of date and currently a maintenance burden
    -- https://github.com/o3de/o3de-atom-sampleviewer/issues/456
    -- RunScriptWrapper('scripts/checkerboardtest.bv.luac'),

jromnoa avatar Apr 11 '23 19:04 jromnoa

I've noticed that attempting to open Samples > Features > Checkerboard causes the AtomSampleViewer.GameLauncher to crash. I'm using Ubuntu 22.04.03 and following branches:

  • O3DE Pre-built SDK - Stabilization/2310 (0be3e09)
  • AtomSampleViewer project - stabilization/2310 (893fbaf)

Should this be reported as a separate issue, or is this expected due to this issue?

LB-ArturZieba avatar Sep 05 '23 13:09 LB-ArturZieba