This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new b805fc05fc NIFI-15203 Removed unused test files from Standard
Reporting Tasks
b805fc05fc is described below
commit b805fc05fc72b255006609d1b87a15f3103277af
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Nov 10 11:18:04 2025 -0600
NIFI-15203 Removed unused test files from Standard Reporting Tasks
Signed-off-by: Pierre Villard <[email protected]>
This closes #10513.
---
.../src/test/resources/nifi.properties | 29 -----------------
.../src/test/resources/state-management.xml | 38 ----------------------
2 files changed, 67 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src/test/resources/nifi.properties
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src/test/resources/nifi.properties
deleted file mode 100644
index 34fdb8aa85..0000000000
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src/test/resources/nifi.properties
+++ /dev/null
@@ -1,29 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Core Properties #
-nifi.flow.configuration.file=./target/flow.json.gz
-nifi.flow.configuration.archive.dir=./target/archive/
-
-nifi.reporting.task.configuration.file=./target/reporting-tasks.xml
-nifi.controller.service.configuration.file=./target/controller-services.xml
-nifi.nar.library.directory=./target/lib
-nifi.nar.working.directory=./target/work/nar/
-
-# FlowFile Repository
-nifi.flowfile.repository.directory=./target/test-repo
-
-# Content Repository
-nifi.content.repository.directory.default=./target/content_repository
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src/test/resources/state-management.xml
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src/test/resources/state-management.xml
deleted file mode 100644
index 1714c7dcbb..0000000000
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src/test/resources/state-management.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!--
- This file lists the authority providers to use when running securely. In
order
- to use a specific provider it must be configured here and it's identifier
- must be specified in the nifi.properties file.
--->
-<stateManagement>
- <!--
- This file provides a mechanism for defining and configuring the State
Providers
- that should be used for storing state locally and across a NiFi cluster.
- -->
-
- <!--
- State Provider that stores state locally in a configurable directory.
This Provider requires the following properties:
-
- Directory - the directory to store components' state in. If the
directory being used is a sub-directory of the NiFi installation, it
- is important that the directory be copied over to the new
version when upgrading NiFi.
- -->
- <local-provider>
- <id>local-provider</id>
-
<class>org.apache.nifi.controller.state.providers.local.WriteAheadLocalStateProvider</class>
- <property
name="Directory">target/test-classes/access-control/state-management</property>
- </local-provider>
-</stateManagement>
\ No newline at end of file