Uh oh!
There was an error while loading. Please reload this page.
Document and scratch directory for sqllogictest and make test specific - #7312
Conversation
| Tests in the `.slt` file are a sequence of query record generally starting with `CREATE` statements to populate tables | ||
| and then further queries to test the populated data (arrow-datafusion exception). | ||
| For example, the `test_files/copy.slt` file should use scratch |
There was a problem hiding this comment.
This looks great to me! I ran into some issues needing to make sure each table had a unique subpath betwen copy/insert tests in #7294, and this would simplify that.
There was a problem hiding this comment.
Merged #7294 and I updated this PR with the changes from there
metesynnada
left a comment
There was a problem hiding this comment.
Small typos, other than LGTM.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Metehan Yıldırım <100111937+metesynnada@users.noreply.github.com>
alamb
commented
Aug 23, 2023
@Dandandan / @jackwener / @liukun4515 here is another example where the PR is ready to merge but I can't merge it due to the check added in #7226 Can another committer please approve this PR? |
alamb
commented
Aug 24, 2023
Thanks @yjshen ❤️ |
Which issue does this PR close?
Follow on to #7283
Rationale for this change
@devinjdangelo added a neat
scratchconcept to sqllogictest but it is not yet documented. See discussion at #7283 (comment)What changes are included in this PR?
copy.sltto use the specific direcotryscratchdir in READMEAre these changes tested?
Yes
Are there any user-facing changes?