It took two and a half hours for the verification to pass. Previously, it always took about five minutes to pass
Hello,
Yeah, we occasionally experience delays with this check due to how our current infrastructure is set up. We’re planning to review this and look into improvements.
The “IDE” verifier has been always very slow for me. Other verifiers seem good.
It seems to be an old issue.
I’m not sure to understand what is this “IDE” verifier. Per example, it tests my plugin against IU 253.25908.13, which is running since ~25min already. While that, there is also a “1.395” (my understanding is that it’s the verifier version) which tests my plugin against the same IU 253.25908.13 version, and this process took a few minutes only:
You can expand the IDE item and you’ll see a link to TeamCity. As far as I understand, it’s running the plugin in a sandbox IDE to detect startup errors or (possibly) performance problems.
Hello,
- Verifier that has a version (1.395) has been run by the IntelliJ Plugin Verifier. This usually takes a few seconds.
- Verifier that has an IDE label is a different mechanism. IntelliJ Plugin Verifier is not involved here. Generally, the plugin artifact is installed into an IDE instance and possible errors are verified and reported. This step might take quite some time.
Hi,
Yes, these are two separate mechanisms. We have covered these new integration tests here: Integration Tests for Plugin Developers: Intro, Dependencies, and First Integration Test | The JetBrains Platform Blog
ok,I got it,thank you for response

