Avi Kivity
7faf2eed2f
build: support for linking statically with boost
...
Remove assumptions in the build system about dynamically linked boost unit
tests. Includes seastar update which would have otherwise broken the
build.
2016-10-26 08:51:21 +03:00
Tomasz Grabiec
d3658b33da
tests: Add test for skip() not doing full deserialization
2016-07-25 17:35:42 +02:00
Benoît Canet
1fb9a48ac5
exception: Optionally shutdown communication on I/O errors.
...
I/O errors cannot be fixed by Scylla the only solution
is to shutdown the database communications.
Signed-off-by: Benoît Canet <benoit@scylladb.com >
Message-Id: <1458154098-9977-1-git-send-email-benoit@scylladb.com >
2016-03-17 15:02:52 +02:00
Paweł Dziepak
e194835d8a
tests/idl: add test for stdx::optional<> serialization
...
Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com >
Message-Id: <1456761055-23916-1-git-send-email-pdziepak@scylladb.com >
2016-02-29 18:12:59 +02:00
Tomasz Grabiec
697d9bfa56
serializer: Introduce as_input_stream(bytes_view)
2016-02-26 12:26:13 +01:00
Paweł Dziepak
597ed15dfd
tests: add idl unit test
...
Test auto-generated and writer-based serialization as well as
deserialization of simple compound type, vectors and variants.
Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com >
2016-02-19 21:19:30 +00:00