Skip to content

Conversation

@yevgenypats
Copy link
Contributor

This should fix some flakey tests for destination and also fix germlin - cloudquery/cloudquery#10188

@yevgenypats yevgenypats requested a review from disq April 20, 2023 09:24
@github-actions github-actions bot added the fix label Apr 20, 2023
@github-actions
Copy link

github-actions bot commented Apr 20, 2023

⏱️ Benchmark results

  • DefaultConcurrencyDFS-2 resources/s: 10,450
  • DefaultConcurrencyRoundRobin-2 resources/s: 11,541
  • Glob-2 ns/op: 189.4
  • TablesWithChildrenDFS-2 resources/s: 29,100
  • TablesWithChildrenRoundRobin-2 resources/s: 26,566
  • TablesWithRateLimitingDFS-2 resources/s: 28.26
  • TablesWithRateLimitingRoundRobin-2 resources/s: 830.8
  • BufferedScanner-2 ns/op: 9.398
  • LogReader-2 ns/op: 30.65

@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1320d32) 46.65% compared to head (fe15223) 46.65%.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

records = append(records, bldr.NewRecord())
bldr.Release()
}
if indices := sc.FieldIndices(schema.CqIDColumn.Name); len(indices) > 0 {
Copy link
Member

Choose a reason for hiding this comment

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

Why is this needed?

Copy link
Member

@disq disq left a comment

Choose a reason for hiding this comment

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

lgtm otherwise

@kodiakhq kodiakhq bot merged commit b1437f1 into main Apr 20, 2023
@kodiakhq kodiakhq bot deleted the fix/migration_tests_sorting branch April 20, 2023 10:26
erezrokah pushed a commit that referenced this pull request Apr 20, 2023
🤖 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants