You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2022/11/21 20:18:00 UTC

[jira] [Updated] (NIFI-10837) TestXMLReader.testAttributePrefix

     [ https://issues.apache.org/jira/browse/NIFI-10837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Payne updated NIFI-10837:
------------------------------
    Fix Version/s:     (was: 1.19.0)

> TestXMLReader.testAttributePrefix
> ---------------------------------
>
>                 Key: NIFI-10837
>                 URL: https://issues.apache.org/jira/browse/NIFI-10837
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: NiFi Registry
>         Environment: Apache Maven 3.6.0;
> openjdk version "1.8.0_342";
> OpenJDK Runtime Environment (build 1.8.0_342-8u342-b07-0ubuntu1~20.04-b07);
> OpenJDK 64-Bit Server VM (build 25.342-b07, mixed mode);
>            Reporter: Haoran Jiang
>            Priority: Trivial
>         Attachments: org.apache.nifi.xml.TestXMLReader.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
>  
> {code:java}
> org.apache.nifi.xml.TestXMLReader.testAttributePrefix {code}
> This is the flaky test. It can pass maven-test while testing failed under [NonDex|[https://github.com/TestingResearchIllinois/NonDex]].
>  
> This is the log for the result.
>  
> {code:java}
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
> TestXMLReader.testAttributePrefix:153 expected: <MapRecord[{COUNTRY=USA, ATTR_ID=P1, NAME=Cleve Butler, AGE=42}]> but was: <MapRecord[{COUNTRY=USA, NAME=Cleve Butler, ATTR_ID=P1, AGE=42}]> {code}
> *Steps to reproduce the failure:*
>  
>  # install [Nondex|[https://github.com/TestingResearchIllinois/NonDex]]
>  # Run the command in nifi:
> {code:java}
> mvn -pl nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services edu.illinois:nondex-maven-plugin:1.1.2:nondex -Dtest=org.apache.nifi.xml.TestXMLReader#testAttributePrefix
>  {code}
>  



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