CDash icon indicating copy to clipboard operation
CDash copied to clipboard

SQL error in SiteInformation

Open azukaitis opened this issue 4 years ago • 2 comments

Upon submit I get the following errror: "SQL error in SiteInformation Insert():SQL error encountered, query hidden.
"

Any thoughts?

Tony

azukaitis avatar Jun 10 '20 16:06 azukaitis

If you set APP_ENV=development in your .env file CDash will log the actual SQL error that it's bumping into. Feel free to share it here.

zackgalbreath avatar Jun 25 '20 13:06 zackgalbreath

I was able to track down the error to and issue where we configure the build on the front end of a cluster, and execute the 'ctest -T Build/Test' on the backend nodes. The backend node had a different number of CPU's and that was causing the error. The workaround was a small python script to make the Site attributes consistent among the XML files before submission. Now that I understand the problem I'm hesitant to call this a bug since we are doing things in a non standard manner.

azukaitis avatar Jun 25 '20 19:06 azukaitis