You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Tom Pietsch (Jira)" <ji...@apache.org> on 2022/04/08 11:02:00 UTC

[jira] [Created] (OFBIZ-12595) Test run was unsuccessful because of failing solr tests

Tom Pietsch created OFBIZ-12595:
-----------------------------------

             Summary: Test run was unsuccessful because of failing solr tests
                 Key: OFBIZ-12595
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12595
             Project: OFBiz
          Issue Type: Bug
          Components: framework, solr
    Affects Versions: Upcoming Branch
            Reporter: Tom Pietsch


Prepare:
{code:java}
git clone https://github.com/apache/ofbiz-framework.git solr-bug
cd solr-bug
# optional cleanup local gradle/maven files
# rm -fr ~/.gradle && rm -fr ~/.m2
./gradlew pullAllPluginsSource{code}
Running the tests with
{code:java}
./gradlew cleanAll loadAll "ofbiz --test"
{code}
on {{trunk}} causes an unsuccessful test run.

The failures occurs on and after commit 2aeb282cdc7. 

Last successful run was on: 5d4dcd2ed49

I also tested various commits of the ofbiz-plugin repos. however, this does not seem to have introduced the problems. So use the newest current commit 4cce082e931 which pullAllPluginsSource pulls.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)