Ben Hood
|
f2498f09dc
Merge pull request #204 from relops/empty_return_value_args
|
11 lat temu |
Ben Hood
|
b38f2d96fd
Only read result column meta data for v2 of the protocol
|
11 lat temu |
Ben Hood
|
43db64a4a5
Read both the query argument and the result metadata
|
11 lat temu |
Ben Hood
|
0e07643a92
Added behavioral test to validate whether *queryInfo should indeed include a non-empty return value args
|
11 lat temu |
Ben Hood
|
7979a612ad
Merge pull request #199 from phillipCouto/support_1.2
|
11 lat temu |
Phillip Couto
|
6ca9f06a4c
Added 1.2.11 to intergration testing. Fixed wiki_test.go to work with 1.2.x
|
11 lat temu |
Christoph Hack
|
fa0872fa5d
Merge pull request #195 from tux21b/wikitest
|
11 lat temu |
Christoph Hack
|
1f3f10fa4b
Merge branch 'master' into wikitest
|
11 lat temu |
Christoph Hack
|
ba4387c0b0
Merge pull request #197 from tux21b/dropgo11
|
11 lat temu |
Christoph Hack
|
8a46f2c8b7
dropped go 1.1, added go 1.3 and tip
|
11 lat temu |
Christoph Hack
|
5bddcc16ca
Merge branch 'master' into wikitest
|
11 lat temu |
Christoph Hack
|
37d5560df8
separated wiki tests, added benchmarks
|
11 lat temu |
Ben Hood
|
162ac032e4
Merge pull request #194 from phillipCouto/cass1.2-fails
|
11 lat temu |
Phillip Couto
|
d0d29fe034
Added skip statements for tests that use batch api when the protocol version is 1.
|
11 lat temu |
Phillip Couto
|
20ba163d1e
Merge pull request #192 from relops/verify_query_arg_length
|
11 lat temu |
Ben Hood
|
5e5d698a1b
Added query args length check to batch statements
|
11 lat temu |
Ben Hood
|
553692227e
Merge upstream master
|
11 lat temu |
Ben Hood
|
537bb3981c
Merge pull request #190 from phillipCouto/prepared_lru3
|
11 lat temu |
Phillip Couto
|
748034ee86
Removed unnecessary continue statement in test.
|
11 lat temu |
Ben Hood
|
fd4c545aed
Fixed some typos and gave a test a better name
|
11 lat temu |
Ben Hood
|
4f4ae8a6ec
Split test out into separate tests for too few and too many query args
|
11 lat temu |
Phillip Couto
|
4062d94387
Changed test code from t.Errorf to t.Fatalf to fail fast.
|
11 lat temu |
Ben Hood
|
c0a8e9a153
Removed extraneous query args that cause the test to fail now that the arg length is being checked
|
11 lat temu |
Ben Hood
|
7fd92f1209
Introduce handling for query argument length mismatches
|
11 lat temu |
Ben Hood
|
13dd738da1
Added a test to verify the bug described by #191
|
11 lat temu |
Phillip Couto
|
ea643e3daa
Refactored test code so a single test is used to validate the LRU functionality.
|
11 lat temu |
Phillip Couto
|
ff6a780869
Extended the TestPreparedEviction test to include testing the accuracy of the cache eviction process.
|
11 lat temu |
Phillip Couto
|
567a7eaaba
Moved preparedLRU definition to cluster.go as it seems more fitting. Reduced scope of locking for the prepared statement cache in the error handling code when executing batch statement. Improved the test cases.
|
11 lat temu |
Phillip Couto
|
f56b352c90
Added missing cluster configuration option to adjust the size of the cache.
|
11 lat temu |
Phillip Couto
|
7d8a91b15d
Created lru cache using the groupcache/lru package.
|
11 lat temu |