-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add scylla
serialization tests
#384
Add scylla
serialization tests
#384
Conversation
bc4855c
to
0537599
Compare
@illia-li , it should not be cassandra tests, it should be integration data type tests. |
5b52cc4
to
99c3a80
Compare
scylla
serialization tests
99c3a80
to
62bb700
Compare
@illia-li , also please run this suite, then take cqlsh and run |
62bb700
to
33d0edc
Compare
I added equaling tables content which is get by |
83214b6
to
f9b0a7d
Compare
f9b0a7d
to
0c49988
Compare
0c49988
to
8671121
Compare
0fec673
to
8efcb72
Compare
8efcb72
to
ae20dbf
Compare
Changes:
cql simple types
. Thecounter
type is not included.timeuuid
. MarshalingzeroUUID
returnsmake([]byte,16)
before, now returnsmake([]byte,0)
uuid
,timeuuid
,inet
,float
,double
cql types
intounit tests
.Here are the contents of the tables selected by
cqlsh
:test_ascii
:test_bigint
:test_blob
:test_boolean
:test_date
:test_decimal
:test_double
:test_duration
:test_float
:test_inet
:test_int
:test_smallint
:test_text
:test_time
:test_timestamp
:test_timeuuid
:test_tinyint
:test_uuid
:test_varchar
:test_varint
: