Bug #40157 ndb_dd_alter fails sporadically on pushbuild
Submitted: 19 Oct 2008 20:01 Modified: 24 Nov 2021 12:34
Reporter: Sven Sandberg Email Updates:
Status: Won't fix Impact on me:
None 
Category:Tests: Cluster Severity:S7 (Test Cases)
Version:5.1, 6.0 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: ndb_dd_alter, pushbuild, sporadic, test failure

[19 Oct 2008 20:01] Sven Sandberg
Description:
pushbuild failure:

ndb.ndb_dd_alter                         [ fail ]

CURRENT_TEST: ndb.ndb_dd_alter
mysqltest: At line 61: query 'CREATE TABLESPACE ts
ADD DATAFILE './table_space/datafile.dat'
 USE LOGFILE GROUP lg
INITIAL_SIZE 12M
ENGINE NDB' failed: 1528: Failed to create DATAFILE

The result from queries just before the failure was:
DROP TABLE IF EXISTS test.t1;
DROP TABLE IF EXISTS test.t2;
**** Test Setup Section ****
CREATE LOGFILE GROUP lg
ADD UNDOFILE './lg_group/undofile.dat'
 INITIAL_SIZE 16M
UNDO_BUFFER_SIZE = 1M
ENGINE=NDB;

Warnings from just before the error:
Warning 1296 Got error 1509 'File system error, check if path,permissions etc' from NDB

 - saving '/tmp/var-n_mix-5/2/log/ndb.ndb_dd_alter/' to '/tmp/var-n_mix-5/log/ndb.ndb_dd_alter/'

Retrying test, attempt(2/3)...

How to repeat:
e.g., here: https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-rpl&order=68 sol10-amd64-a/n_mix
xref: http://tinyurl.com/596aov
[24 Nov 2021 12:34] Frazer Clement
Posted by developer:
 
Seems irrelevant - no new *information* since 2008.
File a fresh bug with fresh details if required.
Closing as Rejected.