kgyrtkirk commented on PR #17861: URL: https://github.com/apache/druid/pull/17861#issuecomment-2887141201
#18012 will make those issues with the already existing controller go away; after that the `dartQueryId` will not be necessary in the `iq` files anymore. I didn't wanted to remove those as you might have some further tests in PRs/branches which might still contain it. You could easily remove it from all files with something like: ``` sed -n -in '/!set dartQ.*/d;p' quidem-ut/src/test/quidem/org.apache.druid.quidem.QTest/**/*.iq ``` I hope with the above the issues running the tests on dart should work :crossed_fingers: -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
