Skip to content

Add Performance testing to FCA#289

Open
Nv-Delle1416 wants to merge 27 commits into
devfrom
Performance-tests
Open

Add Performance testing to FCA#289
Nv-Delle1416 wants to merge 27 commits into
devfrom
Performance-tests

Conversation

@Nv-Delle1416
Copy link
Copy Markdown

  • fix : Show response in UI for Invokers

  • Update package.json for Firebolt SDK 1.5.0 (Update package.json #277)

  • logs for censor

  • Update Utils.js

  • Update Utils.js

  • Revoked logs


Co-authored-by: neeradanelxsi 148241508+neeradanelxsi@users.noreply.github.com
Co-authored-by: kdivya153 kdivya153@gmail.com
Co-authored-by: kdivya153 121901963+kdivya153@users.noreply.github.com

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

neeradanelxsi and others added 2 commits April 24, 2025 16:02
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 24, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/LoadTestingView.js
  22:2  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/LogView.js
  29:2  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/MenuBuilder.js
  200:32  error  Replace `⏎········'Load·Testing',⏎········LoadTestingView,⏎········'LoadTesting',⏎········CONSTANTS.PERFORMANCE⏎······` with `'Load·Testing',·LoadTestingView,·'LoadTesting',·CONSTANTS.PERFORMANCE`              prettier/prettier
  206:32  error  Replace `⏎········'Stress·Testing',⏎········StressTestingView,⏎········'StressTesting',⏎········CONSTANTS.PERFORMANCE⏎······` with `'Stress·Testing',·StressTestingView,·'StressTesting',·CONSTANTS.PERFORMANCE`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/SoakTestingView.js
  22:2  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/StressTestingView.js
  22:2  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   35:16  error  Insert `⏎······`                                                           prettier/prettier
   36:1   error  Replace `······` with `········`                                           prettier/prettier
   37:7   error  Insert `··`                                                                prettier/prettier
   38:1   error  Insert `··`                                                                prettier/prettier
   39:7   error  Insert `··`                                                                prettier/prettier
   40:1   error  Replace `········` with `··········`                                       prettier/prettier
   41:7   error  Insert `··`                                                                prettier/prettier
   42:1   error  Replace `····},·10·*·60·*·1000` with `······},⏎······10·*·60·*·1000⏎····`  prettier/prettier
  115:16  error  Insert `⏎······`                                                           prettier/prettier
  116:1   error  Insert `··`                                                                prettier/prettier
  117:7   error  Insert `··`                                                                prettier/prettier
  118:1   error  Insert `··`                                                                prettier/prettier
  119:7   error  Insert `··`                                                                prettier/prettier
  120:1   error  Insert `··`                                                                prettier/prettier
  121:7   error  Insert `··`                                                                prettier/prettier
  122:1   error  Replace `····},·30·*·60·*·1000` with `······},⏎······30·*·60·*·1000⏎····`  prettier/prettier
  196:16  error  Insert `⏎······`                                                           prettier/prettier
  197:1   error  Replace `······` with `········`                                           prettier/prettier
  198:7   error  Insert `··`                                                                prettier/prettier
  199:1   error  Insert `··`                                                                prettier/prettier
  200:7   error  Insert `··`                                                                prettier/prettier
  201:1   error  Replace `········` with `··········`                                       prettier/prettier
  202:7   error  Insert `··`                                                                prettier/prettier
  203:1   error  Replace `····},·30·*·60·*·1000` with `······},⏎······30·*·60·*·1000⏎····`  prettier/prettier
  227:2   error  Insert `⏎`                                                                 prettier/prettier

✖ 31 problems (31 errors, 0 warnings)
  31 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadTesting.test.js
  71:4  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/soakTesting.test.js
  60:4  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/stressTesting.test.js
  60:4  error  Insert `⏎`  prettier/prettier

✖ 3 problems (3 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
  232:10  error  Parsing error: Identifier 'startLoadTest' has already been declared

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadTesting.test.js
  71:4  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/soakTesting.test.js
  60:4  error  Insert `⏎`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/stressTesting.test.js
  60:4  error  Insert `⏎`  prettier/prettier

✖ 4 problems (4 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

Issue with linting or unit tests detected.
Unit tests failed.

@github-actions
Copy link
Copy Markdown

Issue with linting or unit tests detected.
Unit tests failed.

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadTesting.test.js
  3:17  error  Parsing error: Identifier 'startLoadTest' has already been declared

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/stressTesting.test.js
  3:17  error  Parsing error: Identifier 'startStressTest' has already been declared

✖ 2 problems (2 errors, 0 warnings)

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadTesting.test.js
  3:17  error  Parsing error: Identifier 'startLoadTest' has already been declared

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/soakTesting.test.js
  3:17  error  Parsing error: Identifier 'startSoakTest' has already been declared

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/stressTesting.test.js
  3:17  error  Parsing error: Identifier 'startStressTest' has already been declared

✖ 3 problems (3 errors, 0 warnings)

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   17:8   error  Insert `,`                                                         prettier/prettier
   26:6   error  Insert `,`                                                         prettier/prettier
   62:14  error  Insert `⏎····`                                                     prettier/prettier
   63:1   error  Insert `··`                                                        prettier/prettier
   64:1   error  Insert `··`                                                        prettier/prettier
   65:3   error  Replace `},·10·*·60·*·1000` with `··},⏎····10·*·60·*·1000⏎··`      prettier/prettier
  114:14  error  Insert `⏎····`                                                     prettier/prettier
  115:1   error  Insert `··`                                                        prettier/prettier
  116:5   error  Insert `··`                                                        prettier/prettier
  117:1   error  Insert `··`                                                        prettier/prettier
  118:7   error  Insert `··`                                                        prettier/prettier
  119:1   error  Replace `····` with `······`                                       prettier/prettier
  120:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`  prettier/prettier
  170:14  error  Insert `⏎····`                                                     prettier/prettier
  171:1   error  Insert `··`                                                        prettier/prettier
  172:1   error  Insert `··`                                                        prettier/prettier
  173:5   error  Insert `··`                                                        prettier/prettier
  174:1   error  Replace `······` with `········`                                   prettier/prettier
  175:5   error  Insert `··`                                                        prettier/prettier
  176:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`  prettier/prettier

✖ 20 problems (20 errors, 0 warnings)
  20 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   17:8   error  Insert `,`                                                         prettier/prettier
   26:6   error  Insert `,`                                                         prettier/prettier
   62:14  error  Insert `⏎····`                                                     prettier/prettier
   63:1   error  Insert `··`                                                        prettier/prettier
   64:1   error  Insert `··`                                                        prettier/prettier
   65:3   error  Replace `},·10·*·60·*·1000` with `··},⏎····10·*·60·*·1000⏎··`      prettier/prettier
  114:14  error  Insert `⏎····`                                                     prettier/prettier
  115:1   error  Insert `··`                                                        prettier/prettier
  116:5   error  Insert `··`                                                        prettier/prettier
  117:1   error  Insert `··`                                                        prettier/prettier
  118:7   error  Insert `··`                                                        prettier/prettier
  119:1   error  Replace `····` with `······`                                       prettier/prettier
  120:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`  prettier/prettier
  170:14  error  Insert `⏎····`                                                     prettier/prettier
  171:1   error  Insert `··`                                                        prettier/prettier
  172:1   error  Insert `··`                                                        prettier/prettier
  173:5   error  Insert `··`                                                        prettier/prettier
  174:1   error  Replace `······` with `········`                                   prettier/prettier
  175:5   error  Insert `··`                                                        prettier/prettier
  176:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  46:10  error  Parsing error: Identifier 'startLoadTest' has already been declared

✖ 21 problems (21 errors, 0 warnings)
  20 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   62:14  error  Insert `⏎····`                                                     prettier/prettier
   63:1   error  Insert `··`                                                        prettier/prettier
   64:1   error  Insert `··`                                                        prettier/prettier
   65:3   error  Replace `},·10·*·60·*·1000` with `··},⏎····10·*·60·*·1000⏎··`      prettier/prettier
  114:14  error  Insert `⏎····`                                                     prettier/prettier
  115:1   error  Insert `··`                                                        prettier/prettier
  116:1   error  Replace `····` with `······`                                       prettier/prettier
  117:5   error  Insert `··`                                                        prettier/prettier
  118:1   error  Replace `······` with `········`                                   prettier/prettier
  119:1   error  Insert `··`                                                        prettier/prettier
  120:3   error  Replace `},·30·*·60·*·1000` with `··},⏎····30·*·60·*·1000⏎··`      prettier/prettier
  170:14  error  Insert `⏎····`                                                     prettier/prettier
  171:1   error  Insert `··`                                                        prettier/prettier
  172:1   error  Insert `··`                                                        prettier/prettier
  173:5   error  Insert `··`                                                        prettier/prettier
  174:1   error  Replace `······` with `········`                                   prettier/prettier
  175:5   error  Insert `··`                                                        prettier/prettier
  176:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  51:106  error  Insert `,`  prettier/prettier
  52:4    error  Insert `,`  prettier/prettier

✖ 20 problems (20 errors, 0 warnings)
  20 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   62:14  error  Insert `⏎····`                                                     prettier/prettier
   63:1   error  Insert `··`                                                        prettier/prettier
   64:1   error  Insert `··`                                                        prettier/prettier
   65:3   error  Replace `},·10·*·60·*·1000` with `··},⏎····10·*·60·*·1000⏎··`      prettier/prettier
  114:14  error  Insert `⏎····`                                                     prettier/prettier
  115:1   error  Insert `··`                                                        prettier/prettier
  116:1   error  Replace `····` with `······`                                       prettier/prettier
  117:5   error  Insert `··`                                                        prettier/prettier
  118:1   error  Replace `······` with `········`                                   prettier/prettier
  119:1   error  Insert `··`                                                        prettier/prettier
  120:3   error  Replace `},·30·*·60·*·1000` with `··},⏎····30·*·60·*·1000⏎··`      prettier/prettier
  170:14  error  Insert `⏎····`                                                     prettier/prettier
  171:1   error  Insert `··`                                                        prettier/prettier
  172:1   error  Insert `··`                                                        prettier/prettier
  173:5   error  Insert `··`                                                        prettier/prettier
  174:1   error  Replace `······` with `········`                                   prettier/prettier
  175:5   error  Insert `··`                                                        prettier/prettier
  176:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`  prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  51:106  error  Insert `,`  prettier/prettier
  52:4    error  Insert `,`  prettier/prettier

✖ 20 problems (20 errors, 0 warnings)
  20 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   62:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
   63:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
   64:5   error  Replace `logCallback(⏎······`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`` with `··logCallback(`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`);`         prettier/prettier
   66:5   error  Replace `);` with `},`                                                                                                                                                                                                      prettier/prettier
   67:3   error  Replace `},·10·*·60·*·1000` with `··10·*·60·*·1000⏎··`                                                                                                                                                                      prettier/prettier
  116:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  117:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  118:5   error  Replace `logCallback(⏎······`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``  prettier/prettier
  121:1   error  Replace `····` with `······`                                                                                                                                                                                                prettier/prettier
  122:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  123:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  124:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`                                                                                                                                                           prettier/prettier
  174:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  175:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  176:5   error  Replace `logCallback(⏎······`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``      prettier/prettier
  179:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  180:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  181:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  182:3   error  Replace `},·30·*·60·*·1000` with `··},⏎····30·*·60·*·1000⏎··`                                                                                                                                                               prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  51:106  error  Insert `,`  prettier/prettier
  52:4    error  Insert `,`  prettier/prettier

✖ 21 problems (21 errors, 0 warnings)
  21 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   64:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
   65:5   error  Replace `logCallback(⏎······`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`` with `··logCallback(`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`);`         prettier/prettier
   67:5   error  Replace `);` with `},`                                                                                                                                                                                                      prettier/prettier
   68:3   error  Replace `},` with `·`                                                                                                                                                                                                       prettier/prettier
   69:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  118:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  119:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  120:5   error  Replace `logCallback(⏎······`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``  prettier/prettier
  123:1   error  Replace `····` with `······`                                                                                                                                                                                                prettier/prettier
  124:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  125:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  126:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`                                                                                                                                                           prettier/prettier
  178:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  179:5   error  Replace `logCallback(⏎······`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``      prettier/prettier
  182:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  183:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  184:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  185:1   error  Replace `··},` with `····},⏎···`                                                                                                                                                                                            prettier/prettier
  186:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  51:106  error  Insert `,`  prettier/prettier
  52:4    error  Insert `,`  prettier/prettier

✖ 21 problems (21 errors, 0 warnings)
  21 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   62:13  error  Delete `·`                                                                                                                                                                                                                  prettier/prettier
   64:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
   65:5   error  Replace `logCallback⏎····(⏎······`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`` with `··logCallback(`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`);`    prettier/prettier
   68:5   error  Replace `);` with `},`                                                                                                                                                                                                      prettier/prettier
   69:3   error  Replace `},` with `·`                                                                                                                                                                                                       prettier/prettier
   70:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  119:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  120:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  121:5   error  Replace `logCallback(⏎······`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``  prettier/prettier
  124:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  125:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  126:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  127:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`                                                                                                                                                           prettier/prettier
  179:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  180:5   error  Replace `logCallback(⏎······`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``      prettier/prettier
  183:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  184:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  185:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  186:1   error  Replace `··},` with `····},⏎···`                                                                                                                                                                                            prettier/prettier
  187:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  51:106  error  Insert `,`  prettier/prettier
  52:4    error  Insert `,`  prettier/prettier

✖ 22 problems (22 errors, 0 warnings)
  22 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   62:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
   63:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
   64:5   error  Replace `logCallback(⏎······`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`` with `··logCallback(`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`);`         prettier/prettier
   66:5   error  Replace `);` with `},`                                                                                                                                                                                                      prettier/prettier
   67:3   error  Replace `},·10·*·60·*·1000` with `··10·*·60·*·1000⏎··`                                                                                                                                                                      prettier/prettier
  116:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  117:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  118:5   error  Replace `logCallback(⏎······`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``  prettier/prettier
  121:1   error  Replace `····` with `······`                                                                                                                                                                                                prettier/prettier
  122:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  123:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  124:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`                                                                                                                                                           prettier/prettier
  174:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  175:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  176:5   error  Replace `logCallback(⏎······`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``      prettier/prettier
  179:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  180:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  181:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  182:3   error  Replace `},·30·*·60·*·1000` with `··},⏎····30·*·60·*·1000⏎··`                                                                                                                                                               prettier/prettier

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  51:106  error  Insert `,`  prettier/prettier
  52:4    error  Insert `,`  prettier/prettier

✖ 21 problems (21 errors, 0 warnings)
  21 errors and 0 warnings potentially fixable with the `--fix` option.

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

jmeier204 and others added 3 commits May 22, 2025 14:54
* Display the API response in UI(#292)

* changes for UI responses

* Update ValidationView.js

* fix the changes

* fix lint errors

* fix the build error

* fixed const

* lint error

* added

* removed logs

* Revoke changes

* Update Test_Runner.js

* Streamline reporting for FCA (#290)

* update standalone reports

* update standalone reports

---------

Co-authored-by: kdivya153 <121901963+kdivya153@users.noreply.github.com>
Co-authored-by: bpvstaty366 <148532497+bpvstaty366@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
  11:15  error  Parsing error: Cannot use keyword 'await' outside an async function

/home/runner/work/firebolt-certification-app/firebolt-certification-app/test/unit/loadtestingtest.test.js
  51:106  error  Insert `,`  prettier/prettier
  52:4    error  Insert `,`  prettier/prettier

✖ 3 problems (3 errors, 0 warnings)
  2 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   64:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
   65:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
   66:5   error  Replace `logCallback(⏎······`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`` with `··logCallback(`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`);`         prettier/prettier
   68:5   error  Replace `);` with `},`                                                                                                                                                                                                      prettier/prettier
   69:3   error  Replace `},·10·*·60·*·1000` with `··10·*·60·*·1000⏎··`                                                                                                                                                                      prettier/prettier
  118:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  119:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  120:5   error  Replace `logCallback(⏎······`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``  prettier/prettier
  123:1   error  Replace `····` with `······`                                                                                                                                                                                                prettier/prettier
  124:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  125:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  126:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`                                                                                                                                                           prettier/prettier
  176:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  177:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  178:5   error  Replace `logCallback(⏎······`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``      prettier/prettier
  181:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  182:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  183:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  184:3   error  Replace `},·30·*·60·*·1000` with `··},⏎····30·*·60·*·1000⏎··`                                                                                                                                                               prettier/prettier

✖ 19 problems (19 errors, 0 warnings)
  19 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
  11:15  error  Parsing error: Cannot use keyword 'await' outside an async function

✖ 1 problem (1 error, 0 warnings)

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   69:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
   70:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
   71:5   error  Replace `logCallback(⏎······`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`` with `··logCallback(`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`);`         prettier/prettier
   73:5   error  Replace `);` with `},`                                                                                                                                                                                                      prettier/prettier
   74:3   error  Replace `},·10·*·60·*·1000` with `··10·*·60·*·1000⏎··`                                                                                                                                                                      prettier/prettier
  123:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  124:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  125:5   error  Replace `logCallback(⏎······`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``  prettier/prettier
  128:1   error  Replace `····` with `······`                                                                                                                                                                                                prettier/prettier
  129:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  130:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  131:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`                                                                                                                                                           prettier/prettier
  181:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  182:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  183:5   error  Replace `logCallback(⏎······`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``      prettier/prettier
  186:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  187:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  188:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  189:3   error  Replace `},·30·*·60·*·1000` with `··},⏎····30·*·60·*·1000⏎··`                                                                                                                                                               prettier/prettier

✖ 19 problems (19 errors, 0 warnings)
  19 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

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


> firebolt-certification@1.5.0 lint
> eslint .


/home/runner/work/firebolt-certification-app/firebolt-certification-app/src/loadTesting.js
   69:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
   70:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
   71:5   error  Replace `logCallback(⏎······`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`` with `··logCallback(`Load·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`);`         prettier/prettier
   73:5   error  Replace `);` with `},`                                                                                                                                                                                                      prettier/prettier
   74:3   error  Replace `},·10·*·60·*·1000` with `··10·*·60·*·1000⏎··`                                                                                                                                                                      prettier/prettier
  124:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  125:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  126:5   error  Replace `logCallback(⏎······`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Stress·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``  prettier/prettier
  129:1   error  Replace `····` with `······`                                                                                                                                                                                                prettier/prettier
  130:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  131:5   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  132:1   error  Replace `··},·30·*·60·*·1000` with `····},⏎····30·*·60·*·1000⏎··`                                                                                                                                                           prettier/prettier
  183:14  error  Insert `⏎····`                                                                                                                                                                                                              prettier/prettier
  184:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  185:5   error  Replace `logCallback(⏎······`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}`⏎····` with `··logCallback(`Soak·Testing·completed.·Sent:·${sentMessages},·Received:·${receivedResponses}``      prettier/prettier
  188:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  189:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  190:1   error  Insert `··`                                                                                                                                                                                                                 prettier/prettier
  191:3   error  Replace `},·30·*·60·*·1000` with `··},⏎····30·*·60·*·1000⏎··`                                                                                                                                                               prettier/prettier

✖ 19 problems (19 errors, 0 warnings)
  19 errors and 0 warnings potentially fixable with the `--fix` option.

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

@github-actions
Copy link
Copy Markdown

Issue with linting or unit tests detected.
Unit tests failed.

@github-actions
Copy link
Copy Markdown

Issue with linting or unit tests detected.
Unit tests failed.

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