[jira] [Commented] (BEAM-6419) [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no match with execution data.

2020-06-08 Thread Beam JIRA Bot (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17128844#comment-17128844
 ] 

Beam JIRA Bot commented on BEAM-6419:
-

This issue was marked "stale-assigned" and has not received a public comment in 
7 days. It is now automatically unassigned. If you are still working on it, you 
can assign it to yourself again. Please also give an update about the status of 
the work.

> [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data.
> --
>
> Key: BEAM-6419
> URL: https://issues.apache.org/jira/browse/BEAM-6419
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: Kenneth Knowles
>Priority: P2
>  Labels: beam-fixit
>
> {code}
> [ant:jacocoReport] Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data. For report generation the same class files must be 
> used as at runtime.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/udf/IsNan does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamUnnestRel$Transform does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSetOperatorRelBase$OpType 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTableProvider$RowToCsv
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSortRel does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/agg/CovarianceFn does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/parser/impl/ParseException does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamMinusRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/BeamBuiltinAggregations$IntegerAvg
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/KafkaTableProvider 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamUncollectRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamJoinRel$1 does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamCalcRel$CalcFn does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/ParseException does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/test/TestTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/UdfUdafProvider does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/BeamKafkaCSVTable$CsvRecorderDecoder
>  does not match.
> {code}
> ... and so on.
> There's some discussion of similar-sounding issues at 
> https://stackoverflow.com/questions/31720139/jacoco-code-coverage-report-generator-showing-error-classes-in-bundle-code-c
> If JaCoCo is looking at the class files, but tests run against the shaded 
> jar, this would be expected because only byte-for-byte identical class files 
> will match.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-6419) [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no match with execution data.

2020-06-01 Thread Kenneth Knowles (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17122147#comment-17122147
 ] 

Kenneth Knowles commented on BEAM-6419:
---

This issue is assigned but has not received an update in 30 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data.
> --
>
> Key: BEAM-6419
> URL: https://issues.apache.org/jira/browse/BEAM-6419
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: Kenneth Knowles
>Assignee: Kenneth Knowles
>Priority: P2
>  Labels: stale-assigned
>
> {code}
> [ant:jacocoReport] Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data. For report generation the same class files must be 
> used as at runtime.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/udf/IsNan does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamUnnestRel$Transform does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSetOperatorRelBase$OpType 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTableProvider$RowToCsv
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSortRel does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/agg/CovarianceFn does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/parser/impl/ParseException does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamMinusRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/BeamBuiltinAggregations$IntegerAvg
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/KafkaTableProvider 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamUncollectRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamJoinRel$1 does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamCalcRel$CalcFn does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/ParseException does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/test/TestTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/UdfUdafProvider does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/BeamKafkaCSVTable$CsvRecorderDecoder
>  does not match.
> {code}
> ... and so on.
> There's some discussion of similar-sounding issues at 
> https://stackoverflow.com/questions/31720139/jacoco-code-coverage-report-generator-showing-error-classes-in-bundle-code-c
> If JaCoCo is looking at the class files, but tests run against the shaded 
> jar, this would be expected because only byte-for-byte identical class files 
> will match.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-6419) [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no match with execution data.

2019-01-11 Thread Kenneth Knowles (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740985#comment-16740985
 ] 

Kenneth Knowles commented on BEAM-6419:
---

Tried it on sdks/java/testing/nexmark and got actual numbers, so it isn't just 
shading.

> [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data.
> --
>
> Key: BEAM-6419
> URL: https://issues.apache.org/jira/browse/BEAM-6419
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: Kenneth Knowles
>Assignee: Kenneth Knowles
>Priority: Major
>
> {code}
> [ant:jacocoReport] Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data. For report generation the same class files must be 
> used as at runtime.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/udf/IsNan does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamUnnestRel$Transform does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSetOperatorRelBase$OpType 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTableProvider$RowToCsv
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSortRel does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/agg/CovarianceFn does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/parser/impl/ParseException does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamMinusRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/BeamBuiltinAggregations$IntegerAvg
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/KafkaTableProvider 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamUncollectRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamJoinRel$1 does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamCalcRel$CalcFn does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/ParseException does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/test/TestTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/UdfUdafProvider does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/BeamKafkaCSVTable$CsvRecorderDecoder
>  does not match.
> {code}
> ... and so on.
> There's some discussion of similar-sounding issues at 
> https://stackoverflow.com/questions/31720139/jacoco-code-coverage-report-generator-showing-error-classes-in-bundle-code-c
> If JaCoCo is looking at the class files, but tests run against the shaded 
> jar, this would be expected because only byte-for-byte identical class files 
> will match.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-6419) [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no match with execution data.

2019-01-11 Thread Kenneth Knowles (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740975#comment-16740975
 ] 

Kenneth Knowles commented on BEAM-6419:
---

Seems a common issue. Another at 
https://stackoverflow.com/questions/44776226/execution-data-for-class-does-not-match-jacoco
 

> [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data.
> --
>
> Key: BEAM-6419
> URL: https://issues.apache.org/jira/browse/BEAM-6419
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: Kenneth Knowles
>Assignee: Kenneth Knowles
>Priority: Major
>
> {code}
> [ant:jacocoReport] Classes in bundle 'beam-sdks-java-extensions-sql' do no 
> match with execution data. For report generation the same class files must be 
> used as at runtime.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/udf/IsNan does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamUnnestRel$Transform does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSetOperatorRelBase$OpType 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTableProvider$RowToCsv
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamSortRel does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/agg/CovarianceFn does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/parser/impl/ParseException does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamMinusRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/transform/BeamBuiltinAggregations$IntegerAvg
>  does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/KafkaTableProvider 
> does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rule/BeamUncollectRule does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamJoinRel$1 does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/rel/BeamCalcRel$CalcFn does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/impl/ParseException does not match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/test/TestTable does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/UdfUdafProvider does not 
> match.
> [ant:jacocoReport] Execution data for class 
> org/apache/beam/sdk/extensions/sql/meta/provider/kafka/BeamKafkaCSVTable$CsvRecorderDecoder
>  does not match.
> {code}
> ... and so on.
> There's some discussion of similar-sounding issues at 
> https://stackoverflow.com/questions/31720139/jacoco-code-coverage-report-generator-showing-error-classes-in-bundle-code-c
> If JaCoCo is looking at the class files, but tests run against the shaded 
> jar, this would be expected because only byte-for-byte identical class files 
> will match.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)