~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/sql-bench/Comments/Informix.crash-me

  • Committer: patrick crews
  • Date: 2011-06-07 18:45:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2329.
  • Revision ID: gleebix@gmail.com-20110607184515-vwzakr741grhr2yl
Initial work for sql-bench mode.  Added sql-bench to the tree.  Test script for running entire suite added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*****************************************************************
 
2
NOTE:
 
3
I, Monty, pulled this comment out from the public mail I got from
 
4
Honza when he published the first crash-me run on Informix
 
5
*****************************************************************
 
6
 
 
7
Also attached are diffs from server-cfg and crash-me -- some of
 
8
them are actual bugs in the code, some add extensions for Informix,
 
9
some of the comment-outs were necessary to finish the test. Some of
 
10
the problematic pieces that are commented out sent Informix to
 
11
veeeery long load 1 on the machine (max_conditions for example), so
 
12
could be considered crashes, but I'd prefer that someone checks the
 
13
code before giving out such a conclusion.
 
14
 
 
15
Some of the code that is commented out failed with some other SQL
 
16
error message which might mean a problem with the sequence of commands
 
17
in crash-me. Interesting thing, some of the tests failed for the
 
18
first time but in the next or third run went OK, so the results are
 
19
results of more iterations (like column doesn't exist in the first
 
20
try but the second pass goes OK).
 
21
 
 
22
I'd like to hear your comments on the bug fixes and Informix specific
 
23
code before we go into debugging the problems.
 
24
 
 
25
Yours,
 
26
 Honza Pazdziora