You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: stop using set_keyspace in test_can_register_udt_before_connecting
this test is doing multiple is using `USE` comamnd, seems like we are having
same race conditions with the applying of those, and getting the following
error once in a while:
```
> raise self._final_exception
E cassandra.InvalidRequest: Error from server: code=2200 [Invalid query] message="Unknown field 'is_cool' in value of user defined type user"
```
in this test we'll use full qulified names of the table with the keyspace
and not set_keyspsce (i.e. `USE` command)
Fixes: #264
0 commit comments