Hi all My build slave Ubuntu810.64.1 is constantly failing 4 tests due to file read/write permissions:
main.limit [ pass ] 77 main.loaddata [ fail ] drizzletest: At line 10: query 'load data infile '../std_data_ln/loaddata1.dat' into table t1 fields terminated by ','' failed: 1085: The file '/home/buildbot/drizzle_slave/build30/build/tests/var/std_data_ln/loaddata1.dat' must be in the database directory or be readable by all The result from queries just before the failure was: drop table if exists t1, t2; create table t1 (a date, b date, c date not null, d date); load data infile '../std_data_ln/loaddata1.dat' into table t1 fields terminated by ','; More results from queries before failure can be found in /home/buildbot/drizzle_slave/build30/build/tests/var/log/loaddata.log Stopping All Servers Restoring snapshot of databases Resuming Tests main.loaddata_autocom_innodb [ fail ] All the files in this directory have permissions of *-rw-------*, if I am to do a quick *chmod 777* on the std_data_ln directory then all the tests pass. What should be occurring here? Regards Scott Bennett ______________________________________________________________ Please consider the environment, before printing this email.
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

