Omega359 commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2809757873
> > @comphead my understanding is that when a test file includes another file using the `include` directive (like `include ./init_data.slt.part`), the sqllogictest runner would process this inclusion sequentially. Thus, it's guaranteed that the included file's statements are executed in order, before continuing with the rest of the including file. This ensures that initialization data is properly set up before tests that depend on it are run. > > Is this correct? > > Yeah, I think it is correct, `include` part makes a run sequence. > > Btw I just went quickly through the sqllogic test runner, it looks like the init file will run as many times as it gets referenced, @Omega359 am I correct here? That is correct as far as I recall. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org