[Maria-discuss] Test failure with 5.5.22 on plugins.unix_socket
I'm getting a strange error with 5.5.22 (and 5.5.21) in the test runs. plugins.unix_socket [ fail ] Test ended at 2012-03-30 11:16:46 CURRENT_TEST: plugins.unix_socket mysqltest: At line 15: Can't initialize replace from 'replace_result $USER USER' The result from queries just before the failure was: install plugin unix_socket soname 'auth_socket.so'; # # with named user # Is this a test program issue? Brian
Hi, Brian! On Mar 30, Brian Evans wrote:
I'm getting a strange error with 5.5.22 (and 5.5.21) in the test runs.
plugins.unix_socket [ fail ] Test ended at 2012-03-30 11:16:46
CURRENT_TEST: plugins.unix_socket mysqltest: At line 15: Can't initialize replace from 'replace_result $USER USER'
The result from queries just before the failure was: install plugin unix_socket soname 'auth_socket.so'; # # with named user #
Is this a test program issue?
This is, absolutely, a test program issue. But it means that you don't have $USER set in your environment. Which is very strange, normally $USER is always set. If you explain how this happens in your setup and why, I can fix the test to account for this situation. If you don't want to dig into that, feel free to ignore this failure. Regards, Sergei
On 3/30/2012 2:34 PM, Sergei Golubchik wrote:
This is, absolutely, a test program issue. But it means that you don't have $USER set in your environment. Which is very strange, normally $USER is always set. If you explain how this happens in your setup and why, I can fix the test to account for this situation. If you don't want to dig into that, feel free to ignore this failure. Regards, Sergei
OK. It may be the build tool I'm using that also runs tests. The tool *may* unset $USER. This needs more digging on my part. Sorry for the noise.
participants (2)
-
Brian Evans
-
Sergei Golubchik