Open
Conversation
4cb53ad to
a8cfc32
Compare
taipoxinous
commented
Feb 18, 2026
| } | ||
| catch (NullPointerException e) { | ||
| LOGGER.warn("Exception on parsing junit test parameter: {}", e.getMessage()); | ||
| } |
Collaborator
Author
There was a problem hiding this comment.
Fix NPE (there was user request)
taipoxinous
commented
Feb 18, 2026
| | Mode of automatic creation test cases (**It's optional**). Default value - false. The adapter supports following modes:<br/>true - in this mode, the adapter will create a test case linked to the created autotest (not to the updated autotest)<br/>false - in this mode, the adapter will not create a test case | automaticCreationTestCases | TMS_AUTOMATIC_CREATION_TEST_CASES | tmsAutomaticCreationTestCases | | ||
| | Mode of automatic updation links to test cases (**It's optional**). Default value - false. The adapter supports following modes:<br/>true - in this mode, the adapter will update links to test cases<br/>false - in this mode, the adapter will not update link to test cases | automaticUpdationLinksToTestCases | TMS_AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES | tmsAutomaticUpdationLinksToTestCases | | ||
| | Mode of import type selection when launching autotests (**It's optional**). Default value - true. The adapter supports following modes:<br/>true - in this mode, the adapter will create/update each autotest in real time<br/>false - in this mode, the adapter will create/update multiple autotests | importRealtime | TMS_IMPORT_REALTIME | tmsImportRealtime | | ||
| | Mode of import type selection when launching autotests (**It's optional**). Default value - false. The adapter supports following modes:<br/>true - in this mode, the adapter will create/update each autotest in real time<br/>false - in this mode, the adapter will create/update multiple autotests | importRealtime | TMS_IMPORT_REALTIME | tmsImportRealtime | |
Collaborator
Author
There was a problem hiding this comment.
tmsImportRealtime now false by default
taipoxinous
commented
Feb 18, 2026
| tasks.test { | ||
| useJUnitPlatform() | ||
| exclude("**/samples/*") | ||
| //exclude("**/samples/*") |
Collaborator
Author
There was a problem hiding this comment.
TODO: revert this before merge
taipoxinous
commented
Feb 18, 2026
| model.attachments(convertAttachments(result.getAttachments())); | ||
| model.setMessage(result.getMessage()); | ||
| model.setParameters(result.getParameters()); | ||
| model.setOutcome(AvailableTestResultOutcome.fromValue(result.getItemStatus().value())); |
Collaborator
Author
There was a problem hiding this comment.
fix for sync-storage model
taipoxinous
commented
Feb 18, 2026
|
|
||
| // SyncStorage properties | ||
| public static final String SYNC_STORAGE_PATH = "syncStoragePath"; | ||
| public static final String SYNC_STORAGE_PORT = "syncStoragePort"; |
Collaborator
Author
There was a problem hiding this comment.
still not used
69cc3fc to
45cd8a7
Compare
41f27e6 to
9c482a3
Compare
24e6197 to
8969bf1
Compare
8969bf1 to
0196a39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.