Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
96c48a0d
Commit
96c48a0d
authored
Apr 02, 2017
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rocksdb - fix failing tests on Windows
parent
9501c7d0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
storage/rocksdb/mysql-test/rocksdb/t/autoinc_vars_thread_2.test
...e/rocksdb/mysql-test/rocksdb/t/autoinc_vars_thread_2.test
+1
-0
storage/rocksdb/mysql-test/rocksdb/t/get_error_message.test
storage/rocksdb/mysql-test/rocksdb/t/get_error_message.test
+1
-0
storage/rocksdb/mysql-test/rocksdb/t/show_table_status.test
storage/rocksdb/mysql-test/rocksdb/t/show_table_status.test
+1
-0
storage/rocksdb/mysql-test/rocksdb/t/tbl_opt_data_index_dir.test
.../rocksdb/mysql-test/rocksdb/t/tbl_opt_data_index_dir.test
+2
-0
storage/rocksdb/mysql-test/rocksdb/t/write_sync.test
storage/rocksdb/mysql-test/rocksdb/t/write_sync.test
+1
-0
No files found.
storage/rocksdb/mysql-test/rocksdb/t/autoinc_vars_thread_2.test
View file @
96c48a0d
...
...
@@ -40,6 +40,7 @@ while ($i > 0)
my
$thr
=
$ENV
{
'ROCKSDB_THREAD'
};
my
$num
=
$ENV
{
'ROCKSDB_ROWS_PER_THREAD'
};
open
(
my
$fh
,
'>>'
,
$fn
)
||
die
"perl open(
$fn
): $!"
;
binmode
$fh
;
for
(
my
$ii
=
0
;
$ii
<
$num
;
$ii
++
)
{
print
$fh
"
\\
N
\t
$thr
\n
"
...
...
storage/rocksdb/mysql-test/rocksdb/t/get_error_message.test
View file @
96c48a0d
--
source
include
/
have_rocksdb
.
inc
--
source
include
/
have_partition
.
inc
--
source
include
/
not_windows
.
inc
# Data directory option not availablr
#
# Create tables with partitions and try to generate an error while creating
...
...
storage/rocksdb/mysql-test/rocksdb/t/show_table_status.test
View file @
96c48a0d
--
source
include
/
have_rocksdb
.
inc
--
source
include
/
not_windows
.
inc
# decorated database names is too long, exceeded OS limits
#
# SHOW TABLE STATUS statement
...
...
storage/rocksdb/mysql-test/rocksdb/t/tbl_opt_data_index_dir.test
View file @
96c48a0d
--
source
include
/
have_rocksdb
.
inc
--
source
include
/
have_partition
.
inc
--
source
include
/
not_windows
.
inc
#
# Check that when either DATA DIRECTORY or INDEX DIRECTORY are specified
# then MyRocks returns an appropriate error. We don't support this
...
...
storage/rocksdb/mysql-test/rocksdb/t/write_sync.test
View file @
96c48a0d
--
source
include
/
have_rocksdb
.
inc
--
source
include
/
not_windows
.
inc
# MDEV-12427
SET
GLOBAL
rocksdb_write_disable_wal
=
false
;
SET
GLOBAL
rocksdb_write_ignore_missing_column_families
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment