CARTAvis / carta-backend-ICD-test

Testing carta-backend via Interface Control Document
0 stars 0 forks source link

Fix the bug in ANIMATOR_CONTOUR.test.ts #290

Closed acdo2002 closed 2 years ago

acdo2002 commented 2 years ago

The "RetreiveMessages" should receive the following message: RasterTileData + RasterTileSync(start & end) + ContourImageData + RegionHistogramData

So the failure of this test in MacOS is because the Receiving message number is not correct, thus induce the blocking message in the backend, then the second test crash.

This PR is fix the number bug in the ANIMATOR_CONTOUR.test.ts