You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the class TestExtensionGeneration the checkSampleExtensinoPointStillPresent fails randomly.
It seems to depend on the refresh of the workspace... like if the workspace refresh was not finished when the initGenModel is done.
In initGenModel, we must wait for the workspace update (because we generate new extensions and probably the extension point copy is not possible at this time).
The text was updated successfully, but these errors were encountered:
The fix commit fails if we install GMA in an Eclipse instance (it is always waiting for refresh (launch with -consoleLog)), while it works well in JUnit tests...
Strange...
Must change this and can not deliver the next release with this.
In the class TestExtensionGeneration the checkSampleExtensinoPointStillPresent fails randomly.
It seems to depend on the refresh of the workspace... like if the workspace refresh was not finished when the initGenModel is done.
In initGenModel, we must wait for the workspace update (because we generate new extensions and probably the extension point copy is not possible at this time).
The text was updated successfully, but these errors were encountered: