[
https://issues.apache.org/jira/browse/NIFI-15390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18047793#comment-18047793
]
ASF subversion and git services commented on NIFI-15390:
--------------------------------------------------------
Commit abf03e1ec09be26e70ef194fe8e526ec066f1226 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=abf03e1ec0 ]
NIFI-15390 Enabled Tests on Windows for ExecuteGroovyScript and CLI Toolkit
(#10694)
Signed-off-by: David Handermann <[email protected]>
> Re-enable tests TestBucketsResult, TestCLICompleter, TestDynamicTableWriter,
> TestRegistryClientResult, TestRegisteredFlowSnapshotMetadataResult and
> TestVersionedFlowsResult on Windows
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15390
> URL: https://issues.apache.org/jira/browse/NIFI-15390
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> TestBucketsResult, TestDynamicTableWriter, TestRegistryClientResult,
> TestRegisteredFlowSnapshotMetadataResult, TestVersionedFlowsResult and
> ExecuteGroovyScriptTest were all disabled on Windows seemingly because the
> expected output or pattern has \n for new lines as opposed to what is
> actually printed out on Windows which is a \r\n (i.e. a carriage return and a
> new line). TestCLICompleter was probably disabled because the other
> aforementioned classes were disabled but it is not necessary.
> The purpose of this ticket is to re-enable tests TestBucketsResult,
> TestCLICompleter, TestDynamicTableWriter, TestRegistryClientResult,
> TestRegisteredFlowSnapshotMetadataResult, TestVersionedFlowsResult and
> ExecuteGroovyScriptTest on Windows by ensuring there is a Windows expected
> output to compare to the actual Windows output.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)