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

[jira] [Resolved] (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:all-tabpanel ]

Ryan Skraba resolved AVRO-3085.
-------------------------------
    Resolution: Fixed

> 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
>             Fix For: 1.11.0
>
>
> 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)