@nsshunt/ststestrunner 1.1.55 → 1.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ststestrunner.cjs
CHANGED
|
@@ -447,7 +447,9 @@ var TestCaseFhirBase = class {
|
|
|
447
447
|
await this.#OutputLogMessage(`StopRunner [${this.#runner.id}]`);
|
|
448
448
|
await this.#ForcePublishTelemetryData();
|
|
449
449
|
if (this.fhirClient) {
|
|
450
|
-
|
|
450
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
451
|
+
this.Debug(chalk.default.magenta(`TestCaseFhirBase:StopRunner(): Calling: [fhirClient.ResetSocket()]`));
|
|
452
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
451
453
|
this.fhirClient.ResetSocket();
|
|
452
454
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
453
455
|
this.fhirClient = null;
|
|
@@ -458,7 +460,9 @@ var TestCaseFhirBase = class {
|
|
|
458
460
|
await this.#OutputLogMessage(`TerminateRunner [${this.#runner.id}]`);
|
|
459
461
|
await this.#ForcePublishTelemetryData();
|
|
460
462
|
if (this.fhirClient) {
|
|
461
|
-
|
|
463
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
464
|
+
this.Debug(chalk.default.magenta(`TestCaseFhirBase:TerminateRunner(): Calling: [fhirClient.ResetSocket()]`));
|
|
465
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
462
466
|
this.fhirClient.ResetSocket();
|
|
463
467
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
464
468
|
this.fhirClient = null;
|
|
@@ -471,7 +475,9 @@ var TestCaseFhirBase = class {
|
|
|
471
475
|
await this.#OutputLogMessage(`Completed [${this.#runner.id}] [${JSON.stringify(this.#runner.instrumentData)}]`);
|
|
472
476
|
await this.#ForcePublishTelemetryData();
|
|
473
477
|
if (this.fhirClient) {
|
|
474
|
-
|
|
478
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
479
|
+
this.Debug(chalk.default.magenta(`TestCaseFhirBase:Completed(): Calling: [fhirClient.ResetSocket()]`));
|
|
480
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
475
481
|
this.fhirClient.ResetSocket();
|
|
476
482
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
477
483
|
this.fhirClient = null;
|
|
@@ -492,7 +498,9 @@ var TestCaseFhirBase = class {
|
|
|
492
498
|
await this.#OutputLogMessage(`ResetRunner [${this.#runner.id}]`);
|
|
493
499
|
await this.#ForcePublishTelemetryData();
|
|
494
500
|
if (this.fhirClient) {
|
|
495
|
-
|
|
501
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
502
|
+
this.Debug(chalk.default.magenta(`TestCaseFhirBase:ResetRunner(): Calling: [fhirClient.ResetSocket()]`));
|
|
503
|
+
console.log(chalk.default.red(`************************************************************************************************`));
|
|
496
504
|
this.fhirClient.ResetSocket();
|
|
497
505
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
498
506
|
this.fhirClient = null;
|