Skip to content
Permalink
Browse files
Fix rocksdb tests on Windows
  • 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.
@@ -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

@@ -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++)

0 comments on commit 0d1e805

Please sign in to comment.