-
Arnab Ray authored
- Enable tests that were previously disabled due to Bug#25858337 TABLESPACE NAMES SHOULD NOT BE GLOBALLY UNIQUE ACROSS ENGINES - The tablespace_names test was deleted. This test was mainly to reproduce the issue in the above bug which has since been closed as the behavior is by design. The functionality being tested is covered in tablespace_basic making the tablespace_names test redundant - The ndb_dd_ddl test has been enabled and updated to now expect different error codes in certain cases such as when the tablespace being created already exists, datafile being dropped does not exist, and other such combinations. - The ndb_dd_alter test has been tweaked to work keeping in mind that tablespace names are now unique across the board. However, it unfortunately remains disabled under WL#9185 due to another issue
Arnab Ray authored- Enable tests that were previously disabled due to Bug#25858337 TABLESPACE NAMES SHOULD NOT BE GLOBALLY UNIQUE ACROSS ENGINES - The tablespace_names test was deleted. This test was mainly to reproduce the issue in the above bug which has since been closed as the behavior is by design. The functionality being tested is covered in tablespace_basic making the tablespace_names test redundant - The ndb_dd_ddl test has been enabled and updated to now expect different error codes in certain cases such as when the tablespace being created already exists, datafile being dropped does not exist, and other such combinations. - The ndb_dd_alter test has been tweaked to work keeping in mind that tablespace names are now unique across the board. However, it unfortunately remains disabled under WL#9185 due to another issue
Loading