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

chore: update component test suite #2664

Closed
wants to merge 10 commits into from

Conversation

Sanjay-Veernala
Copy link
Contributor

Description of the change

  • resolves INT-562

Description here

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Fix #1

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • "Ready for review" label attached to the PR and reviewers mentioned in a comment
  • Changes have been reviewed by at least one other engineer
  • Issue from task tracker has a link to this pull request

Sanjay-Veernala and others added 8 commits September 26, 2023 18:30
)

fix: fb_error message for invalid type of property value
* feat(iterable): user deletion support

* feat(iterable): user deletion improvements

* chore: added comments
* chore: partial failure handling

* chore: code review changes
* chore: move unit tests to correct place for mssql and postgres

* chore: replace var to const

* chore: replace var to const
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (6bdb01e) 87.20% compared to head (ef6e37b) 87.22%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2664      +/-   ##
===========================================
+ Coverage    87.20%   87.22%   +0.01%     
===========================================
  Files          640      643       +3     
  Lines        28461    28508      +47     
  Branches      6759     6769      +10     
===========================================
+ Hits         24820    24866      +46     
- Misses        3314     3315       +1     
  Partials       327      327              

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krishna2020 krishna2020 requested a review from ujjwal-ab October 5, 2023 07:00
@sanpj2292 sanpj2292 changed the title Chore.update component test suite chore: update component test suite Oct 5, 2023
@@ -23,7 +23,6 @@
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "^2.1.1",
"aws-sdk": "^2.1354.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason we are removing aws-sdk dependency in this PR ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I haven't removed it, may happened due to latest pull from base branch

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ujjwal-ab
Copy link
Contributor

@Sanjay-Veernala We need to move it in the component-test-suit format. This is not yet in the component test suit format. You can check this PR for the reference.

@devops-github-rudderstack devops-github-rudderstack deleted the chore.update-component-test-suite branch January 10, 2024 01:27
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.

4 participants