avivijay19 commented on PR #6069:
URL: https://github.com/apache/fineract/pull/6069#issuecomment-5010923284

   The only failure in the last run is 
`CobPartitioningTest.testLoanCOBPartitioningQuery` on MySQL shard 1 — one of 
the concurrent foreclosures got a 403. The response body shows EclipseLink 
failing to parse a valid JPQL query (`findTransactionDataForForeclosureIncome`) 
under concurrency:
   
   ```
   Syntax error parsing [SELECT lt.typeOf AS transactionType, 
lt.interestPortion AS interestPortion, ...]
   [16, 17] The SELECT clause has 'lt.typeOf' and 'AS transactionType' that are 
not separated by a comma.
   ```
   
   This is the known concurrent JPQL parse flake from FINERACT-2326 (this test 
already contains a warm-up workaround for it), not related to the changes here. 
Could a maintainer please re-run the failed job?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to