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
Describe the bug
I want to debug a test in 3.2.0 using the IDE, but I cannot because the IDE is not interpreting maven profiles correctly. It says that there are duplicate versions of ShimBasePythonRunner in the source tree.
I will file a separate issue about the name of the directory. But as it is right now I cannot run/debug tests in the IDE, and I have no idea how to manually make this work either. I tried changing the profiles selected in the IDE's maven tab, but that didn't work at all.
Steps/Code to reproduce bug
Import your project into IntelliJ with -Dbuildver=320 and then go to AdaptiveQueryExecSuite right click and try to run it.
Expected behavior
It should be able to run
The text was updated successfully, but these errors were encountered:
I am getting different errors now, but I still cannot do the simple thing of going to a test in the IDE, right clicking and saying run. I have to do remote debugging locally if I want to debug something
Describe the bug
I want to debug a test in 3.2.0 using the IDE, but I cannot because the IDE is not interpreting maven profiles correctly. It says that there are duplicate versions of ShimBasePythonRunner in the source tree.
When I manually go digging through the IDE's directories it looks like it thinks
301+-nondb
is the other version.From the name of the directory
301+-nondb
it should be included in the build for 3.2.0, but it is not.Which I verified in the maven build.
I will file a separate issue about the name of the directory. But as it is right now I cannot run/debug tests in the IDE, and I have no idea how to manually make this work either. I tried changing the profiles selected in the IDE's maven tab, but that didn't work at all.
Steps/Code to reproduce bug
Import your project into IntelliJ with -Dbuildver=320 and then go to AdaptiveQueryExecSuite right click and try to run it.
Expected behavior
It should be able to run
The text was updated successfully, but these errors were encountered: