getappmap / appmap-intellij-plugin

MIT License
37 stars 8 forks source link

Fix unstable findings tests #771

Closed jansorg closed 1 month ago

jansorg commented 1 month ago

Closes https://github.com/getappmap/appmap-intellij-plugin/issues/770

Tests of the plugin are passing, but the AppMap task is still failing for unknown reasons.

Especially with 2024.2 and GitHub Actions, the tests of the finding manager were unstable. This was caused by too many async change requests of findings launched in the background. The tests only wait for one of these changes and then continue to work with findings data. At this point, other queued async changes to findings could still be processed and change the findings data in unexpected ways.

This PR

https://github.com/getappmap/appmap-intellij-plugin/pull/771/commits/0bc206908f9945989200ab88afdb20cab2a9970b hopefully fixes another unstable test which prevented CI of this PR to run successfully.

appland-release commented 1 month ago

:tada: This issue has been resolved in version 0.73.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: