zhuqi-lucas commented on PR #14922: URL: https://github.com/apache/datafusion/pull/14922#issuecomment-2705813521
> > cargo test --test sqllogictests -- --complete to generate the slt testing files, but the CI still failed for the PR? > > Sometimes I have seen that related to the exact error message / matching syntax. You can shorten the error message that is being expected and that is how I work around it Thank you @alamb , after digging into, i found the problem is: ```rust cargo test --test sqllogictests --features backtrace -- --complete ``` The testing result will be different when we using backtrace for sqllogictest. And i created a ticket to fix it for the CI to make it consistent: https://github.com/apache/datafusion/issues/15058 Also submitted the fix PR: https://github.com/apache/datafusion/pull/15059 -- 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