Running individual test files taking too long

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Running individual test files taking too long

ghildiya
Hi,

I am trying to run individual unit test files, and every time it spends
lots of time(almost 4-5 minutes) on some build process, and then I get
error, like this:

Error running 'FlinkKafkaConsumerBaseTest': Command line is too long

I recently switched from IntelliJ Ulimate to CE. Can that be the cause?

With regards
Manish
Reply | Threaded
Open this post in threaded view
|

Re: Running individual test files taking too long

Chesnay Schepler-3
When IntelliJ runs a test it executes a new java process and passes the
required class path as a semi-colon created list. The class path
contains the absolute path to various jars in your maven .m2 repository.
Depending on what this path is, that command might become quite long,
enough to no longer work on some operating systems.

Have you tried using the "shorten command line" option under run -> edit
configurations?

On 16/05/2020 13:11, Manish G wrote:

> Hi,
>
> I am trying to run individual unit test files, and every time it spends
> lots of time(almost 4-5 minutes) on some build process, and then I get
> error, like this:
>
> Error running 'FlinkKafkaConsumerBaseTest': Command line is too long
>
> I recently switched from IntelliJ Ulimate to CE. Can that be the cause?
>
> With regards
> Manish
>