Skip to content
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

Verified bug #15684 is fixed #16338

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Verified bug #15684 is fixed #16338

merged 1 commit into from
Jun 28, 2019

Conversation

roji
Copy link
Member

@roji roji commented Jun 28, 2019

Repro'd bug in 2.2.5 and confirmed it is gone in latest bits, added QueryBugTest.

Fixes #15684

@smitpatel @ajcvickers for these cases where there's only a new test, do you still want to sign off on PRs? It would give you visibility on work but otherwise may not be very useful.

Copy link
Contributor

@smitpatel smitpatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should still have code review even just a test.
Query has following components

  • Compilation
  • Execution
  • Result verification
  • Entity tracking
  • Generated SQL
    AssertQuery syntax verifies all. But others may not and it's better to have someone to review if the test is verifying correct results.

@roji
Copy link
Member Author

roji commented Jun 28, 2019

No problem for continuing to send PRs.

However, although in principle I agree it's a good idea to always assert SQL, with everything going on I'm not sure it's that valuable on these bug tests (especially since we no longer have client eval). We already have lots of tests with no SQL assert...

Anyway, will do.

Projection not working correctly when using the EnumToStringConverter

Fixes #15684
@roji roji force-pushed the VerifyBug15684 branch from 3a5e6b8 to e091648 Compare June 28, 2019 20:54
@roji roji merged commit ae70575 into master Jun 28, 2019
@ghost ghost deleted the VerifyBug15684 branch June 28, 2019 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Projection not working correctly when using the EnumToStringConverter
2 participants