-
Notifications
You must be signed in to change notification settings - Fork 48
Return nulls when TimeSent is missing #491
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
|
@johnsimons This is internal change, I think we don't need include it in an announcement, given that we'll provide this information in SP and SI (next version) releases. |
|
That can be released in 1.6. @johnsimons Can I merge it? |
|
To me this looks good, @WolfByte thoughts ? |
|
It looks good to me. My only concern is that any records in the DB which On Tue, 4 Aug 2015 at 16:16 John Simons notifications@github.com wrote:
|
|
@weralabaj 👍 to merge |
Return nulls when TimeSent is missing
|
Actually we need to talk @weralabaj, hold on the merge |
|
@WolfByte the issue was casting to DateTime.Min when results were returned, in db they were still nulls. The only problem might be sagas, but that is out of scope. |
|
@weralabaj it looks like u missed more casts:
|
|
@weralabaj can we add an acceptance test as well ? |
|
@johnsimons ok I'll revert my merge, sorry for that. Or since it's only impacting sorting (I think) is it ok to fix on develop? I didn't notice any weird behavior when doing manual tests before. |
|
@johnsimons Do I understand correctly that both omissions only change the order in which null timesent is treated, e.g. before it was casted to DateTime.Min during sorting, so it was first message in asc order, after making it nullable it'll be the last message in that sort? That's what I managed to reproduce using tests. I don't see any other impact. |
|
@johnsimons Daniel said that if we change the types then Raven MIGHT do re-indexing, it depends on how it is implemented. I need to investigate this further, so I reverted the changes from develop. |
|
Daniel and Mauro should be able to help. On Tue, 4 Aug 2015 at 20:09 Weronika Łabaj notifications@github.com wrote:
John Simons Email_:_ john.simons@particular.net karen.fruchtman@particular.net |
Allow for nullable dates (SentTime header) for messages list and failed messages.