[jira] [Comment Edited] (FLINK-32379) Skip archunit tests in java1X-target profiles

2023-06-20 Thread Sergey Nuyanzin (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17735346#comment-17735346
 ] 

Sergey Nuyanzin edited comment on FLINK-32379 at 6/20/23 5:18 PM:
--

-That I'm not sure-
-Currently there is in use archunit which is junit5 based...-
-In this case instead of {{@Category}} there should be used {{{}@Tag{}}}.-
{-}At the same time rules are written in fields... while {{@Tag}} could be 
applied to type and methods only...{-}-

UPD: it seems {{@ArchTag}} does the thing
this works locally
{code:java}
@ArchTest
@ArchTag(value = "org.apache.flink.testutils.junit.FailsOnJava11")
@ArchTag(value = "org.apache.flink.testutils.junit.FailsOnJava17")
public static final ArchRule CONNECTOR_CLASSES_ONLY_DEPEND_ON_PUBLIC_API =
...
{code}


was (Author: sergey nuyanzin):
-That I'm not sure-
-Currently there is in use archunit which is junit5 based...-
-In this case instead of {{@Category}} there should be used {{@Tag}}.-
-At the same time rules are written in fields... while {{@Tag}} could be 
applied to type and methods only...--

UPD: it seems does the thing
this works locally

{code:java}
@ArchTest
@ArchTag(value = "org.apache.flink.testutils.junit.FailsOnJava11")
@ArchTag(value = "org.apache.flink.testutils.junit.FailsOnJava17")
public static final ArchRule CONNECTOR_CLASSES_ONLY_DEPEND_ON_PUBLIC_API =
...
{code}

> Skip archunit tests in java1X-target profiles
> -
>
> Key: FLINK-32379
> URL: https://issues.apache.org/jira/browse/FLINK-32379
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Build System
>Reporter: Chesnay Schepler
>Assignee: Chesnay Schepler
>Priority: Major
> Fix For: 1.18.0
>
>
> When compiling to Java 11/17 byte code archunit fails; not sure why. Maybe it 
> finds more/less stuff or signatures are represented differently.
> In any case let's use the Java 8 bytecode version as the "canonical" version 
> and skip archunit otherwise.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-32379) Skip archunit tests in java1X-target profiles

2023-06-20 Thread Sergey Nuyanzin (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17735346#comment-17735346
 ] 

Sergey Nuyanzin edited comment on FLINK-32379 at 6/20/23 5:17 PM:
--

-That I'm not sure-
-Currently there is in use archunit which is junit5 based...-
-In this case instead of {{@Category}} there should be used {{@Tag}}.-
-At the same time rules are written in fields... while {{@Tag}} could be 
applied to type and methods only...--

UPD: it seems does the thing
this works locally

{code:java}
@ArchTest
@ArchTag(value = "org.apache.flink.testutils.junit.FailsOnJava11")
@ArchTag(value = "org.apache.flink.testutils.junit.FailsOnJava17")
public static final ArchRule CONNECTOR_CLASSES_ONLY_DEPEND_ON_PUBLIC_API =
...
{code}


was (Author: sergey nuyanzin):
That I'm not sure
Currently there is in use archunit which is junit5 based...
In this case instead of {{@Category}} there should be used {{@Tag}}. 
At the same time rules are written in fields... while {{@Tag}} could be applied 
to type and methods only...

> Skip archunit tests in java1X-target profiles
> -
>
> Key: FLINK-32379
> URL: https://issues.apache.org/jira/browse/FLINK-32379
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Build System
>Reporter: Chesnay Schepler
>Assignee: Chesnay Schepler
>Priority: Major
> Fix For: 1.18.0
>
>
> When compiling to Java 11/17 byte code archunit fails; not sure why. Maybe it 
> finds more/less stuff or signatures are represented differently.
> In any case let's use the Java 8 bytecode version as the "canonical" version 
> and skip archunit otherwise.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-32379) Skip archunit tests in java1X-target profiles

2023-06-20 Thread Chesnay Schepler (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17735264#comment-17735264
 ] 

Chesnay Schepler edited comment on FLINK-32379 at 6/20/23 12:15 PM:


The simple solution could be to annotate the architecture tests with 
{{@FailsOnJava11/17}}; I'd hope that this works with archunit.


was (Author: zentol):
The simple colution would be to annotate the architecture tests with 
{{@FailsOnJava11/17}}; I'd hope that this works with archunit.

> Skip archunit tests in java1X-target profiles
> -
>
> Key: FLINK-32379
> URL: https://issues.apache.org/jira/browse/FLINK-32379
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Build System
>Reporter: Chesnay Schepler
>Assignee: Chesnay Schepler
>Priority: Major
> Fix For: 1.18.0
>
>
> When compiling to Java 11/17 byte code archunit fails; not sure why. Maybe it 
> finds more/less stuff or signatures are represented differently.
> In any case let's use the Java 8 bytecode version as the "canonical" version 
> and skip archunit otherwise.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)