Skip to content

Commit 40b0ece

Browse files
committed
content-sync KNW-2129 added admonition about long test case names
1 parent 814e8d7 commit 40b0ece

4 files changed

Lines changed: 53 additions & 1 deletion

File tree

src/onprem/de/robotmk.asciidoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In {CMK} {v25} gibt es übergangsweise *beide Varianten gleichzeitig.*
2424
Wenn Sie neu in {CMK} Synthetic Monitoring einsteigen, sollten Sie dringend auf Micromamba/CSM setzen!
2525
2626
Sie befinden sich in der *Legacy-/RCC-Version* dieses Artikels.
27-
Den aktuellen Micromamba-basierten Artikel finden Sie xref:robotmk#[hier].
27+
Den aktuellen Micromamba-basierten Artikel finden Sie xref:robotmk_mm#[hier].
2828
2929
Hinweis zu **Screenshots:** In dieser RCC-Version sehen Sie in Screenshots teils CSM-/Micromamba-Optionen, die nicht separat erläutert werden.
3030
====
@@ -424,6 +424,19 @@ image::robotmk_scheduler_09.png[alt="Robotmk-Services im Monitoring."]
424424
Der Service [.guihint]#RMK Scheduler Status# existiert einmalig und unmittelbar nach der Verteilung.
425425
Die Services für Pläne und Tests, hier [.guihint]#RMK MyApplication_mybot Plan# und [.guihint]#RMK MyApplication_mybot Test: /Test: My Test,# kommen ins Monitoring, sobald die zugehörigen Suites ein erstes Mal durchgelaufen sind.
426426

427+
[IMPORTANT]
428+
====
429+
Vorsicht bei sehr langen Keywords!
430+
431+
Keywords in Robot-Framework-Tests unterliegen keinerlei Längenbeschränkungen -- bisweilen ist ein Keyword ein ganzer Satz.
432+
Die Keywords bestimmen die Namen der zugehörigen Services in {CMK}.
433+
Die Service-Namen wiederum bestimmen die Dateipfade/-namen in der Round-Robin-Datenbank.
434+
Bei sehr langen Keywords kann es entsprechend passieren, dass Dateisystembeschränkungen verletzt werden und zum Beispiel ungültige Pfade zu fehlenden Daten im Monitoring führen können.
435+
Dasselbe gilt für xref:kpi#[KPIs].
436+
437+
Wir empfehlen, die Namen für Testfälle und KPIs vorerst angemessen kurz zu halten.
438+
====
439+
427440

428441
[#serviceconfig]
429442
=== Service-Regeln konfigurieren

src/onprem/de/robotmk_mm.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,19 @@ image::robotmk_scheduler_09_csm.png[alt="Robotmk-Services im Monitoring."]
550550
Der Service [.guihint]#RMK Scheduler Status# existiert einmalig und unmittelbar nach der Verteilung.
551551
Die Services für Pläne und Tests, hier [.guihint]#RMK myapp1_mybot1 Plan# und [.guihint]#RMK myapp1_mybot1 Test: /Sample: Test1#, kommen ins Monitoring, sobald die zugehörigen Suites ein erstes Mal durchgelaufen sind.
552552

553+
[IMPORTANT]
554+
====
555+
Vorsicht bei sehr langen Keywords!
556+
557+
Keywords in Robot-Framework-Tests unterliegen keinerlei Längenbeschränkungen -- bisweilen ist ein Keyword ein ganzer Satz.
558+
Die Keywords bestimmen die Namen der zugehörigen Services in {CMK}.
559+
Die Service-Namen wiederum bestimmen die Dateipfade/-namen in der Round-Robin-Datenbank.
560+
Bei sehr langen Keywords kann es entsprechend passieren, dass Dateisystembeschränkungen verletzt werden und zum Beispiel ungültige Pfade zu fehlenden Daten im Monitoring führen können.
561+
Dasselbe gilt für xref:kpi#[KPIs].
562+
563+
Wir empfehlen, die Namen für Testfälle und KPIs vorerst angemessen kurz zu halten.
564+
====
565+
553566

554567
[#serviceconfig]
555568
=== Service-Regeln konfigurieren

src/onprem/en/robotmk.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ In {CMK} {v25}, *both variants will be available simultaneously* during the tran
2424
If you are new to {CMK} Synthetic Monitoring, we strongly recommend that you use Micromamba/CSM!
2525
2626
You are currently viewing the legacy RCC version of this article. If you are setting up synthetic monitoring for the first time, please switch to the current xref:robotmk_mm#[Micromamba/CSM article].
27+
2728
A note on **screenshots:** In this RCC version, you will see the legacy screenshots without the newer Micromamba features -- they therefore differ slightly from the latest {CMK} version.
2829
====
2930

@@ -420,6 +421,19 @@ image::robotmk_scheduler_09.png[alt="Robotmk-Services im Monitoring"]
420421
The service [.guihint]#RMK Scheduler Status# exists once and immediately after deployment.
421422
The services for plans and tests, here [.guihint]#RMK MyApplication_mybot Plan# and [.guihint]#RMK MyApplication_mybot Test: /Test: My Test#, are added to the monitoring as soon as the associated suites have been run for the first time.
422423

424+
[IMPORTANT]
425+
====
426+
Be careful with very long keywords!
427+
428+
Keywords in Robot Framework tests are not subject to any length restrictions—sometimes a keyword is an entire sentence.
429+
The keywords determine the names of the associated services in {CMK}.
430+
The service names, in turn, determine the file paths and names in the Round Robin database.
431+
With very long keywords, file system limitations may be exceeded, which can lead, for example, to invalid paths resulting in missing data in monitoring.
432+
The same applies to xref:kpi#[KPIs].
433+
434+
We recommend keeping the names for test cases and KPIs reasonably short for the time being.
435+
====
436+
423437

424438
[#serviceconfig]
425439
=== Configuring service rules

src/onprem/en/robotmk_mm.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,18 @@ image::robotmk_scheduler_09_csm.png[alt="Robotmk-Services im Monitoring"]
547547
The service [.guihint]#RMK Scheduler Status# exists once and immediately after deployment.
548548
The services for plans and tests, here [.guihint]#RMK myapp1_mybot1 Plan# and [.guihint]#RMK myapp1_mybot1 Test: /Sample: Test1#, are added to the monitoring as soon as the associated suites have been run for the first time.
549549

550+
[IMPORTANT]
551+
====
552+
Be careful with very long keywords!
553+
554+
Keywords in Robot Framework tests are not subject to any length restrictions—sometimes a keyword is an entire sentence.
555+
The keywords determine the names of the associated services in {CMK}.
556+
The service names, in turn, determine the file paths and names in the Round Robin database.
557+
With very long keywords, file system limitations may be exceeded, which can lead, for example, to invalid paths resulting in missing data in monitoring.
558+
The same applies to xref:kpi#[KPIs].
559+
560+
We recommend keeping the names for test cases and KPIs reasonably short for the time being.
561+
====
550562

551563
[#serviceconfig]
552564
=== Configuring service rules

0 commit comments

Comments
 (0)