You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/04/19 14:05:18 UTC

[nifi] branch main updated (78c0379 -> 77c3532)

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 78c0379  NIFI-8372 Refactoring ScanAccumulo unit test and add test for value in result
     new 173daae  NIFI-8420 update to latest jetty on 9.4.x line
     new 77c3532  NIFI-8421 This closes #4996. increase commit frequency to ensure we commit often during these tests to minimize race conditions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../history/AbstractEmbeddedQuestDbStatusHistoryRepositoryTest.java     | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[nifi] 02/02: NIFI-8421 This closes #4996. increase commit frequency to ensure we commit often during these tests to minimize race conditions

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 77c353219b3cbfb4bf889a7b757db26ada5ef6b8
Author: Joe Witt <jo...@apache.org>
AuthorDate: Mon Apr 12 20:24:27 2021 -0700

    NIFI-8421 This closes #4996. increase commit frequency to ensure we commit often during these tests to minimize race conditions
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 .../history/AbstractEmbeddedQuestDbStatusHistoryRepositoryTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/status/history/AbstractEmbeddedQuestDbStatusHistoryRepositoryTest.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/status/history/AbstractEmbeddedQuestDbStatusHistoryRepositoryTest.java
index eb0e7bf..65e2e4c 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/status/history/AbstractEmbeddedQuestDbStatusHistoryRepositoryTest.java
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/status/history/AbstractEmbeddedQuestDbStatusHistoryRepositoryTest.java
@@ -41,7 +41,7 @@ public abstract class AbstractEmbeddedQuestDbStatusHistoryRepositoryTest extends
 
     protected static final int PREFERRED_DATA_POINTS = 1000;
     protected static final int DAYS_TO_KEEP_DATA = 7;
-    protected static final long PERSIST_FREQUENCY = TimeUnit.MILLISECONDS.convert(2, TimeUnit.SECONDS);
+    protected static final long PERSIST_FREQUENCY = 50; //200 milliseconds
 
     protected EmbeddedQuestDbStatusHistoryRepository testSubject;
     protected String path;

[nifi] 01/02: NIFI-8420 update to latest jetty on 9.4.x line

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 173daae6649ed02e88a2b95146de573aab12b9d5
Author: Joe Witt <jo...@apache.org>
AuthorDate: Mon Apr 12 18:17:34 2021 -0700

    NIFI-8420 update to latest jetty on 9.4.x line
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 08fb3bb..14e1c32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
         <org.bouncycastle.version>1.68</org.bouncycastle.version>
         <org.slf4j.version>1.7.30</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
-        <jetty.version>9.4.38.v20210224</jetty.version>
+        <jetty.version>9.4.39.v20210325</jetty.version>
         <jackson.version>2.12.2</jackson.version>
         <nifi.registry.version>0.8.0</nifi.registry.version>
         <nifi.groovy.version>2.5.6</nifi.groovy.version>