You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/03/18 17:26:00 UTC

[jira] [Commented] (AVRO-3085) Fix PHP interop test on CI to suppress unnecessary warnings

    [ https://issues.apache.org/jira/browse/AVRO-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17304303#comment-17304303 ] 

ASF subversion and git services commented on AVRO-3085:
-------------------------------------------------------

Commit 5be7d16312fb3a0e1ea18c60a04ba0c1e92e1fc0 in avro's branch refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=5be7d16 ]

AVRO-3085: Fix PHP interop test on CI to suppress unnecessary warnings (#1144)



> Fix PHP interop test on CI to suppress unnecessary warnings
> -----------------------------------------------------------
>
>                 Key: AVRO-3085
>                 URL: https://issues.apache.org/jira/browse/AVRO-3085
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: build, interop, php
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Minor
>
> Currently, PHP interop test outputs the following warning for each input file.
> {code}
> This test does not have a @covers annotation but is expected to have one
> {code}
> To suppress this, the interop test case should have the {{@coversNothing}} annotation, since it doesn't cover any method directly.
> In addition, it should output which files were read and which were skipped, for the same reason as AVRO-3082.



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