~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/tests/r/prototest.result

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
testDefaultInit (prototest.mysql.handshake.TestClientHandshake) ... ok
 
2
testKeywordInit (prototest.mysql.handshake.TestClientHandshake) ... ok
 
3
testPack (prototest.mysql.handshake.TestClientHandshake) ... ok
 
4
testUnpackInit (prototest.mysql.handshake.TestClientHandshake) ... ok
 
5
testBadCommands (__main__.TestCommand) ... ok
 
6
testEmptyCommand (__main__.TestCommand) ... ok
 
7
testInitDBCommand (__main__.TestCommand) ... ok
 
8
testInvalidCommands (__main__.TestCommand) ... ok
 
9
testPingCommand (__main__.TestCommand) ... ok
 
10
testQuitCommand (__main__.TestCommand) ... ok
 
11
testQuitCommandData (__main__.TestCommand) ... ok
 
12
testRangeColumn (__main__.TestCommand) ... ok
 
13
testRangeQuery (__main__.TestCommand) ... ok
 
14
testRangeResult (__main__.TestCommand) ... ok
 
15
testDefaultInit (prototest.mysql.result.TestCountResult) ... ok
 
16
testKeywordInit (prototest.mysql.result.TestCountResult) ... ok
 
17
testUnpackInit (prototest.mysql.result.TestCountResult) ... ok
 
18
testDefaultInit (prototest.mysql.result.TestEofResult) ... ok
 
19
testDefaultInit40 (prototest.mysql.result.TestEofResult) ... ok
 
20
testKeywordInit (prototest.mysql.result.TestEofResult) ... ok
 
21
testUnpackInit (prototest.mysql.result.TestEofResult) ... ok
 
22
testUnpackInit40 (prototest.mysql.result.TestEofResult) ... ok
 
23
testDefaultInit (prototest.mysql.result.TestErrorResult) ... ok
 
24
testDefaultInit40 (prototest.mysql.result.TestErrorResult) ... ok
 
25
testKeywordInit (prototest.mysql.result.TestErrorResult) ... ok
 
26
testUnpackInit (prototest.mysql.result.TestErrorResult) ... ok
 
27
testUnpackInit40 (prototest.mysql.result.TestErrorResult) ... ok
 
28
testBadGetAttr (prototest.mysql.bitfield.TestField) ... ok
 
29
testBadSetAttr (prototest.mysql.bitfield.TestField) ... ok
 
30
testDataInit (prototest.mysql.bitfield.TestField) ... ok
 
31
testDefaultInit (prototest.mysql.bitfield.TestField) ... ok
 
32
testGetAttr (prototest.mysql.bitfield.TestField) ... ok
 
33
testSetAttr (prototest.mysql.bitfield.TestField) ... ok
 
34
testDBOverrun (__main__.TestHandshake) ... ok
 
35
testEmptyRangeClientHandshake (__main__.TestHandshake) ... ok
 
36
testMaxRangeClientHandshake (__main__.TestHandshake) ... ok
 
37
testNullClientHandshake (__main__.TestHandshake) ... ok
 
38
testScrambleOverrun (__main__.TestHandshake) ... ok
 
39
testSimple (__main__.TestHandshake) ... ok
 
40
testUserOverrun (__main__.TestHandshake) ... ok
 
41
testDefaultInit (prototest.mysql.result.TestOkResult) ... ok
 
42
testDefaultInit40 (prototest.mysql.result.TestOkResult) ... ok
 
43
testKeywordInit (prototest.mysql.result.TestOkResult) ... ok
 
44
testUnpackInit (prototest.mysql.result.TestOkResult) ... ok
 
45
testUnpackInit40 (prototest.mysql.result.TestOkResult) ... ok
 
46
testDefaultInit (prototest.mysql.packet.TestPacket) ... ok
 
47
testKeywordInit (prototest.mysql.packet.TestPacket) ... ok
 
48
testPack (prototest.mysql.packet.TestPacket) ... ok
 
49
testPackRange (prototest.mysql.packet.TestPacket) ... ok
 
50
testUnpackInit (prototest.mysql.packet.TestPacket) ... ok
 
51
testDefaultInit (prototest.mysql.command.TestQueryCommand) ... ok
 
52
testKeywordInit (prototest.mysql.command.TestQueryCommand) ... ok
 
53
testPack (prototest.mysql.command.TestQueryCommand) ... ok
 
54
testUnpackInit (prototest.mysql.command.TestQueryCommand) ... ok
 
55
testDefaultInit (prototest.mysql.handshake.TestServerHandshake) ... ok
 
56
testKeywordInit (prototest.mysql.handshake.TestServerHandshake) ... ok
 
57
testPack (prototest.mysql.handshake.TestServerHandshake) ... ok
 
58
testUnpackInit (prototest.mysql.handshake.TestServerHandshake) ... ok
 
59
 
 
60
----------------------------------------------------------------------
 
61
Ran 58 tests
 
62
 
 
63
OK