Skip to content

Systest 9779#137

Open
kdivya153 wants to merge 7 commits into
devfrom
SYSTEST-9779
Open

Systest 9779#137
kdivya153 wants to merge 7 commits into
devfrom
SYSTEST-9779

Conversation

@kdivya153
Copy link
Copy Markdown
Contributor

Description

Enter a detailed description of the PR here, including the nature and purpose of the changes.

JIRA Ticket

Include a link to the JIRA Ticket linked to this PR.
Issue-0000

Additional Info (Test steps / Steps to reproduce etc.)

Details on how to test the feature

@kdivya153 kdivya153 changed the base branch from main to dev June 6, 2024 19:14
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 6, 2024

Issue with linting or unit tests detected.
Linting failed with the following errors:


> firebolt-certification@1.1.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/pubSubClient.js
  68:25  error  Delete `·`  prettier/prettier

✖ 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

For more information on our linting policies, please see our Linting-Guide.

Comment thread src/pubSubClient.js Outdated
} else {
logger.error('Failed to initialize a WS connection...', 'initialize');
}
logger.error('Failed to initialize a WS connection...', event);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Let's leave this as "info". It will only technically be an error if someone wants to connect.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Addressed

Comment thread src/pubSubClient.js Outdated
reject(false);
});
}).catch((error) => {
logger.error('Continuing without PubSub due to WS connection failure.');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

See above RE: "info"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Addressed

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 21, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ kdivya153
✅ kschrief
❌ jbigel277
You have signed the CLA already but the status is still pending? Let us recheck it.

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