- 
                Notifications
    
You must be signed in to change notification settings  - Fork 12
 
Unsupported type stub tests #688
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to also update the README changed in the above PR
U comes before V in the alphabet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
| # The driver supports sending and receiving temporal data types. | ||
| API_TYPE_TEMPORAL = "Feature:API:Type.Temporal" | ||
| # The driver supports sending and receiving the unsupported type data type. | ||
| API_TYPE_UNSUPPORTED_TYPE = "Feature:API:Type.UnsupportedType" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this part of Bolt 6.0? Maybe we don't need a feature flag for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I am aware, supporting this is not optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good point, the same is true for Vectors and we made a feature flag for those as well. It's mainly for development purposes, that way someone working on their 6.x branch won't start seeing red tests the moment we merge.
But it's worth considering if we want to use flags like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know. Personally, I would expect the driver to support both vectors and unsupported type so long as it claims support for Bolt 6.0.
Co-authored-by: Robsdedude <[email protected]>
Co-authored-by: Robsdedude <[email protected]>
Co-authored-by: Robsdedude <[email protected]>
Co-authored-by: Robsdedude <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👨🎤
🎸
No description provided.