Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-28575

Fix DBS computation of dirty properties

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 10.10, 11.1
    • Fix Version/s: None
    • Component/s: Core DBS, Core MongoDB
    • Team:
      PLATFORM

      Description

      Since the new feature: https://jira.nuxeo.com/browse/NXP-27984
      the QA failed https://qa.nuxeo.org/jenkins/job/TestAndPush/job/ondemand-testandpush-saouana/168/

      the main reason is here

      we add a "/*"

       String newPath = path + "/*";
      

      where it is not needed because ListDiff will contains the List elements and it is the responsibility of this elements to add the /*

      actually the bug is fixed on master version (fixed by the ticket NXP-26669)here

      after discussion with Florent, it seems that this bug is not related to the full text search on comment relatedtext but related to the class DirtyPathsFinder

      the main need of this ticket:

      • create a new test to cover this use case and the behaviour of DirtyPathsFinder class
      • see if we need to backport into 10.10

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated: