Skip to content

Commit

Permalink
Fix rocksdb tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Nov 16, 2017
1 parent 689168b commit 0d1e805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion storage/rocksdb/mysql-test/rocksdb/t/2pc_group_commit.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--source include/have_rocksdb.inc
--source include/have_log_bin.inc

--source include/not_windows.inc
--echo # Disable for valgrind because this takes too long
--source include/not_valgrind.inc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ eval CREATE TABLE t3(a INT, b INT, PRIMARY KEY(a) COMMENT "$pk_cf")
perl;
my $fn = $ENV{'ROCKSDB_INFILE'};
open(my $fh, '>', $fn) || die "perl open($fn): $!";
binmode $fh;
my $max = 5000000;
my $sign = 1;
for (my $ii = 0; $ii < $max; $ii++)
Expand Down

0 comments on commit 0d1e805

Please sign in to comment.