kenjones
1512e41e41
Minor tweaks to remove duplication
...
Adds missing connection close for cassandra tests
Revert to default timeout of 600ms
2018-05-16 20:09:12 -04:00
Dale Hui
55a25c5e0e
Cassandra DB driver test improvements
...
- shorten connect timeout to allow more connection retry attempts
- close session after it's created
- group imports
2018-05-16 15:12:36 -07:00
Andrés Rodríguez
d607064fd2
Switch Cassandra's package lock to instance lock
2018-05-16 16:26:23 -03:00
Andrés Rodríguez
8b0f876416
Rename Cassandra's WithSession to WithInstance
2018-05-16 16:23:21 -03:00
Andrés Rodríguez
bbd8f410d9
Correct method name in comment
2018-05-16 10:54:56 -03:00
Andrés Rodríguez
78c47074a3
Add WithSession helper for Cassandra driver
...
Also changes method receivers names for the Cassandra struct to "c"
since "p" makes no sense in this context.
2018-03-13 15:49:08 -03:00
Dale Hui
f584949470
Update imports to reference fork.
...
Thanks `make rewrite-import-paths`!
2018-01-19 10:56:55 -08:00
Jens Rantil
a5e584ce22
feat(cassandra): support for user/pw authentication
2017-09-17 13:32:00 +02:00
Jens Rantil
d25732a53a
sty: avoid unnecessary parenthesis
...
Golang best-practise. Cleanup made by `gofmt`.
2017-09-17 13:30:08 +02:00
Jens Rantil
701bd68731
style(cassandra): whitespace fixes
...
According to `gofmt`.
2017-09-17 13:26:30 +02:00
Jens Rantil
51acd3f3ad
style: order imports lexicographically
...
Best-practise according to `gofmt`.
2017-09-17 13:26:23 +02:00
Taylor Wrobel
88115dedbf
Support running docker with commands and handling multiple exposed ports
...
Adds the ability to specify a series of commands to run as part
of the docker image execution, and allows for retrieving a mapping
of an exposed via the port bound within the container.
2017-07-07 23:12:07 -07:00
Jolan Malassigne
28524d977c
add cassandra driver and function to retrieve networkSettings to get port bound to 9042
2017-05-31 10:05:56 +02:00
Matthias Kadenbach
ee384ed8cc
initial version 3.0.0 preview
...
hard work
2017-02-07 22:01:29 -08:00