You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/09/23 16:20:57 UTC

[GitHub] [age] dehowef opened a new issue, #310: Review Regression Tests

dehowef opened a new issue, #310:
URL: https://github.com/apache/age/issues/310

   Review each regression test set and make any necessary revisions or additions.
   
   Regression tests can be run by using the command 'make installcheck' in the incubator-age directory on your local machine.
   
   The regression tests can be found in the /regress/sql folder. When regression tests are run, result files will be generated in /regress/results and diffed against /regress/expected. A diff file while be generated to show any differences between the expected vs actual result. Please be sure to reference these files when updating regression tests. The regression tests pass if and only if when result == expected.
   
   It is important to check for possible uncovered test cases, and write more robust tests when necessary.


-- 
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-unsubscribe@age.apache.org.apache.org

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


[GitHub] [age] jrgemignani commented on issue #310: Review Regression Tests

Posted by GitBox <gi...@apache.org>.
jrgemignani commented on issue #310:
URL: https://github.com/apache/age/issues/310#issuecomment-1360430885

   If this issue is resolved, can it be closed?


-- 
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-unsubscribe@age.apache.org

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


[GitHub] [age] PragyanD commented on issue #310: Review Regression Tests

Posted by GitBox <gi...@apache.org>.
PragyanD commented on issue #310:
URL: https://github.com/apache/age/issues/310#issuecomment-1275476841

   Finished reviewing the files. test_expr may need to be rewritten because of the ORDER BY problems as referred to by #306 


-- 
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-unsubscribe@age.apache.org

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


[GitHub] [age] skkk98 commented on issue #310: Review Regression Tests

Posted by GitBox <gi...@apache.org>.
skkk98 commented on issue #310:
URL: https://github.com/apache/age/issues/310#issuecomment-1279649460

   Finished reviewing all files. While installing AGE extension into PG, I found that the `test expr` fails only when the pg server is running in the background. When I stopped the pg server and installed it again the `test expr` passed successfully.


-- 
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-unsubscribe@age.apache.org

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


[GitHub] [age] skkk98 commented on issue #310: Review Regression Tests

Posted by GitBox <gi...@apache.org>.
skkk98 commented on issue #310:
URL: https://github.com/apache/age/issues/310#issuecomment-1260182897

   Started Reviewing sql files and also going through AGE documentation again to get better understanding of the sql commands/queries.


-- 
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-unsubscribe@age.apache.org

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