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

#3889 - Increase Logging for SFTP and file handling - SSH Lib Upgrade #3903

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

andrewsignori-aot
Copy link
Collaborator

Copy link

sonarqubecloud bot commented Nov 6, 2024

Copy link

github-actions bot commented Nov 6, 2024

Backend Unit Tests Coverage Report

Totals Coverage
Statements: 22.3% ( 3692 / 16557 )
Methods: 10.32% ( 212 / 2055 )
Lines: 25.6% ( 3202 / 12508 )
Branches: 13.94% ( 278 / 1994 )

Copy link

github-actions bot commented Nov 6, 2024

E2E Workflow Workers Coverage Report

Totals Coverage
Statements: 65.43% ( 583 / 891 )
Methods: 59.26% ( 64 / 108 )
Lines: 68.54% ( 464 / 677 )
Branches: 51.89% ( 55 / 106 )

Copy link

github-actions bot commented Nov 6, 2024

E2E Queue Consumers Coverage Report

Totals Coverage
Statements: 85.92% ( 1220 / 1420 )
Methods: 87.86% ( 123 / 140 )
Lines: 86.83% ( 1035 / 1192 )
Branches: 70.45% ( 62 / 88 )

@andrewsignori-aot andrewsignori-aot marked this pull request as ready for review November 6, 2024 22:32
Copy link

github-actions bot commented Nov 6, 2024

E2E SIMS API Coverage Report

Totals Coverage
Statements: 66.01% ( 5571 / 8439 )
Methods: 63.3% ( 683 / 1079 )
Lines: 70.12% ( 4401 / 6276 )
Branches: 44.93% ( 487 / 1084 )

@@ -249,6 +251,7 @@ export abstract class SFTPIntegrationBase<DownloadType> {
this.logger.log(`Finalizing SFTP client. Context: ${context}.`);
await SshService.closeQuietly(client);
this.logger.log(`SFTP client finalized. Context: ${context}.`);
return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@@ -249,6 +251,7 @@ export abstract class SFTPIntegrationBase<DownloadType> {
this.logger.log(`Finalizing SFTP client. Context: ${context}.`);
await SshService.closeQuietly(client);
this.logger.log(`SFTP client finalized. Context: ${context}.`);
return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@sh16011993 sh16011993 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link
Collaborator

@dheepak-aot dheepak-aot left a comment

Choose a reason for hiding this comment

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

Looks good 👍Thanks for updating the Lib.

@andrewsignori-aot andrewsignori-aot merged commit 8b344df into release/v1.15.0 Nov 6, 2024
20 checks passed
@andrewsignori-aot andrewsignori-aot deleted the feature/update-ssh-lib branch November 6, 2024 23:52
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