eric-maynard commented on code in PR #846: URL: https://github.com/apache/polaris/pull/846#discussion_r1925757465
########## regtests/README.md: ########## @@ -78,15 +139,16 @@ into the `credentials` folder. Then specify the name of the file in your .env fi path, as `/tmp/credentials` is the folder on the container where the credentials file will be mounted. -## Experiment with failed test +## Fixing a failed test due to incorrect expected output -``` -rm t_hello_world/ref/hello_world.sh.ref -./run.sh -``` +If a test fails due to incorrect expected output, the test harness will generate a script to help +you compare the actual output with the expected output. The script will be located in the `output` +directory, and will have the same name as the test, with the extension `.fixdiffs.sh`. + +For example, if the test `t_hello_world` fails, the script to compare the actual and expected output +will be located at `output/t_hello_world/hello_world.sh.fixdiffs.sh`: ``` -Tue Apr 23 06:32:23 UTC 2024: Running all tests Review Comment: Is this intentional? -- 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]
