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

Revert [Stratconn 3257] Add batching to segment connections (#1859) #2188

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

Innovative-GauravKochar
Copy link
Contributor

@Innovative-GauravKochar Innovative-GauravKochar commented Jul 18, 2024

Reverts #1859
This Pull request is to to remove Segment Connections batching changes.
Jira ticket:- https://segment.atlassian.net/browse/STRATCONN-3716

Interrelated PRs:- https://github.com/segmentio/integrations-go/pull/419
https://github.com/segmentio/integrations/pull/2925

Testing

Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.

  • Added unit tests for new functionality
  • Tested end-to-end using the local server
  • [Segmenters] Tested in the staging environment

Copy link
Contributor

@varadarajan-tw varadarajan-tw left a comment

Choose a reason for hiding this comment

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

unit tests seem to be failing. Could you take a look into it?

@@ -603,7 +603,7 @@ export class Destination<Settings = JSONObject, AudienceSettings = JSONObject> {
audienceSettings = events[0].context?.personas?.audience_settings as AudienceSettings
}

return action.executeBatch({
await action.executeBatch({
Copy link
Contributor

Choose a reason for hiding this comment

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

this revert to actions-core might break few integration test cases. Do you have the PR to fix those tests in integrations?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes , I am on it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joe-ayoub-segment joe-ayoub-segment merged commit c2985dc into main Jul 23, 2024
11 checks passed
@joe-ayoub-segment joe-ayoub-segment deleted the revert-strat-3257 branch July 23, 2024 13:01
@joe-ayoub-segment
Copy link
Contributor

hi @Innovative-GauravKochar PR deployed.

marinhero pushed a commit that referenced this pull request Aug 2, 2024
…2188)

* Revert [Stratconn 3257] Add batching to segment connections (#1859)

* Added messageid and consent and fixed unit test cases

---------

Co-authored-by: Gaurav Kochar <gaurav.kochar@segment.com>
harsh-joshi99 pushed a commit that referenced this pull request Aug 16, 2024
…2188)

* Revert [Stratconn 3257] Add batching to segment connections (#1859)

* Added messageid and consent and fixed unit test cases

---------

Co-authored-by: Gaurav Kochar <gaurav.kochar@segment.com>
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.

3 participants