panosfol commented on issue #1062:
URL: https://github.com/apache/age/issues/1062#issuecomment-1648595069

   I have updated the tests for `scan.out`, `catalog.out`, `cypher.out`, which 
was fairly simple because those tests had nothing to do with th ID's, just the 
number of tables and some other minor fixes. 
   Right now I'm in the process of updating `cypher_delete` file. They way I 
check if the vertices that are created are exactly the same as previously, but 
with the different ID, is to run the commands individually in both the version 
of PG13 and in the version of `label-redesign` branch. 
   In the new version the vertices have only one sequence. In the old version 
each label had its own sequence. But when a new vertex is created, If we add 
the number of all the label sequences, we should get the number of the vertex 
sequence in our new version. 
   Thats a way to ensure that the correct number of vertices are created and 
hold the corresponding `ID`. Its a bit tedious I know but it works from what I 
understand.


-- 
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