-
Notifications
You must be signed in to change notification settings - Fork 26
fix(testing): Add sorting for testing dest migrations #814
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
⏱️ Benchmark results
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #814 +/- ##
=======================================
Coverage 46.65% 46.65%
=======================================
Files 76 76
Lines 7823 7823
=======================================
Hits 3650 3650
Misses 3682 3682
Partials 491 491 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
| records = append(records, bldr.NewRecord()) | ||
| bldr.Release() | ||
| } | ||
| if indices := sc.FieldIndices(schema.CqIDColumn.Name); len(indices) > 0 { |
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.
Why is this needed?
disq
left a comment
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.
lgtm otherwise
🤖 I have created a release *beep* *boop* --- ## [2.3.8](v2.3.7...v2.3.8) (2023-04-20) ### Bug Fixes * Fail on empty tables ([#796](#796)) ([1320d32](1320d32)) * **testing:** Add sorting for testing dest migrations ([#814](#814)) ([b1437f1](b1437f1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This should fix some flakey tests for destination and also fix germlin - cloudquery/cloudquery#10188