Skip to content

Instantly share code, notes, and snippets.

@spetrunia
Created January 15, 2013 20:22
Show Gist options
  • Save spetrunia/4541694 to your computer and use it in GitHub Desktop.
Save spetrunia/4541694 to your computer and use it in GitHub Desktop.
a# 2013-01-16T00:12:58 -------------------------------
# 2013-01-16T00:12:58 Configuration
# 2013-01-16T00:12:58 debug_server => ['']
# 2013-01-16T00:12:58 dsn => ['dbi:mysql:host=127.0.0.1:port=3307:user=root:database=test']
# 2013-01-16T00:12:58 duration => 300
# 2013-01-16T00:12:58 gendata => leveldb-bug-1.zz
# 2013-01-16T00:12:58 generator => FromGrammar
# 2013-01-16T00:12:58 grammar => leveldb-bug-1.yy
# 2013-01-16T00:12:58 queries => 100000000
# 2013-01-16T00:12:58 reporters => ['']
# 2013-01-16T00:12:58 seed => 1
# 2013-01-16T00:12:58 threads => 2
# 2013-01-16T00:12:58 transformers => ['']
# 2013-01-16T00:12:58 validators => ['']
# 2013-01-16T00:12:58 # Creating MySQL table: test.A; engine: leveldb; rows: 0 .
# 2013-01-16T00:12:58 Query: ALTER TABLE `A` DISABLE KEYS failed: 1031 Table storage engine for 'A' doesn't have this option. Further errors of this kind will be suppressed.
# 2013-01-16T00:12:58 # Creating MySQL table: test.B; engine: leveldb; rows: 10 .
# 2013-01-16T00:12:58 Query: ALTER TABLE `B` DISABLE KEYS failed: 1031 Table storage engine for 'B' doesn't have this option. Further errors of this kind will be suppressed.
# 2013-01-16T00:12:58 Reporters: ErrorLog, Backtrace
# 2013-01-16T00:13:04 Validators: ErrorMessageCorruption
# 2013-01-16T00:13:04 Caching schema metadata for dbi:mysql:host=127.0.0.1:port=3307:user=root:database=test
# 2013-01-16T00:13:05 Starting 2 processes, 100000000 queries each, duration 300 seconds.
# 2013-01-16T00:13:05 GenTest::ErrorFilter(6006) started
# 2013-01-16T00:13:05 Loading Validator GenTest::Validator::ErrorMessageCorruption.
# 2013-01-16T00:13:05 Query: INSERT INTO `B` ( `col_int` ) SELECT `col_int` FROM `B` ORDER BY `col_char_8`,`col_int`,`pk` LIMIT 5 failed: 1062 Duplicate entry '%s' for key '%s'. Further errors of this kind will be suppressed.
# 2013-01-16T00:13:05 Loading Validator GenTest::Validator::ErrorMessageCorruption.
# 2013-01-16T00:13:05 Started periodic reporting process...
# 2013-01-16T00:17:59 Child worker process completed successfully.
# 2013-01-16T00:17:59 Child worker process completed successfully.
# 2013-01-16T00:18:00 Killing periodic reporting process with pid 6007...
# 2013-01-16T00:18:00 Kill GenTest::ErrorFilter(6006)
# 2013-01-16T00:18:00 Test completed successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment