Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-10065

make command servlet tests more robust

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Pipes 4.0.0
    • Pipes 4.1.2
    • Extensions
    • None

    Description

      sseifert observed a build issue that is probably due to different implementation of EOL in json generation, or/and in test expectation on linux / windows. We should have a more robust way of testing validity of the json response

      i've a problem running the unit tests on windows. surefire output see below.
      i assume there is a problem with line endings, can you fix the test that it is agnostic of unix/windows line endings?

      stefan

      -------------------------------------------------------------------------------
      Test set: org.apache.sling.pipes.internal.CommandExecutorImplTest
      -------------------------------------------------------------------------------
      Tests run: 17, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 4.657 s <<< FAILURE! - in org.apache.sling.pipes.internal.CommandExecutorImplTest
      org.apache.sling.pipes.internal.CommandExecutorImplTest.testFileCommandServlet  Time elapsed: 0.39 s  <<< FAILURE!
      org.junit.ComparisonFailure:
      expected:<...:content"],"size":5}[]
      > but was:<...:content"],"size":5}[
      ]
      >
              at org.apache.sling.pipes.internal.CommandExecutorImplTest.testFileCommandServlet(CommandExecutorImplTest.java:236)

      org.apache.sling.pipes.internal.CommandExecutorImplTest.testSimpleCommandServlet  Time elapsed: 0.265 s  <<< FAILURE!
      org.junit.ComparisonFailure:
      expected:<...tent/foo"],"size":1}[]
      > but was:<...tent/foo"],"size":1}[
      ]
      >
              at org.apache.sling.pipes.internal.CommandExecutorImplTest.testSimpleCommandServlet(CommandExecutorImplTest.java:200)

      org.apache.sling.pipes.internal.CommandExecutorImplTest.testChainedCommand  Time elapsed: 0.263 s  <<< FAILURE!
      org.junit.ComparisonFailure:
      expected:<...a/carrot"],"size":5}[]
      > but was:<...a/carrot"],"size":5}[
      ]
      >
              at org.apache.sling.pipes.internal.CommandExecutorImplTest.testChainedCommand(CommandExecutorImplTest.java:225){Quote}

      Attachments

        Activity

          People

            npeltier Nicolas Peltier
            npeltier Nicolas Peltier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: