rafsun42 commented on issue #1439:
URL: https://github.com/apache/age/issues/1439#issuecomment-1870708038

   Interesting.
   
   As Postgres 
[suggests](https://www.postgresql.org/docs/current/regress-evaluation.html#REGRESS-EVALUATION-ORDERING-DIFFERENCES),
 regression tests are 'not so pedantic'. Therefore, some tests might fail 
despite the test queries yielding correct results.
   
   The first one is failing due to row-ordering difference. However, the output 
itself is correct. Since the order is not well-defined by the specification, we 
can assume ordering differences do not indicate incorrect result.
   
   The second one is failing due to an addition of the notice 'CONTEXT:  
parallel worker'. Since the diff does not show any other changes, I am assuming 
the query is producing the expected result. Except it is being executed by 
parallel workers.
   
   It may be possible to fix the fails by adding an order by clause and setting 
config parameters.


-- 
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: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to