Skip to content

Comments

feat: add syncstorage integration#234

Open
taipoxinous wants to merge 4 commits intomainfrom
feat/sync-storage
Open

feat: add syncstorage integration#234
taipoxinous wants to merge 4 commits intomainfrom
feat/sync-storage

Conversation

@taipoxinous
Copy link
Collaborator

No description provided.

@taipoxinous taipoxinous added documentation Improvements or additions to documentation enhancement New feature or request run-e2e label for e2e tests run up on MR labels Feb 18, 2026
}
catch (NullPointerException e) {
LOGGER.warn("Exception on parsing junit test parameter: {}", e.getMessage());
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fix NPE (there was user request)

| 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 |
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

tmsImportRealtime now false by default

tasks.test {
useJUnitPlatform()
exclude("**/samples/*")
//exclude("**/samples/*")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TODO: revert this before merge

model.attachments(convertAttachments(result.getAttachments()));
model.setMessage(result.getMessage());
model.setParameters(result.getParameters());
model.setOutcome(AvailableTestResultOutcome.fromValue(result.getItemStatus().value()));
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fix for sync-storage model


// SyncStorage properties
public static final String SYNC_STORAGE_PATH = "syncStoragePath";
public static final String SYNC_STORAGE_PORT = "syncStoragePort";
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

still not used

@taipoxinous taipoxinous force-pushed the feat/sync-storage branch 21 times, most recently from 69cc3fc to 45cd8a7 Compare February 18, 2026 22:35
@taipoxinous taipoxinous force-pushed the feat/sync-storage branch 2 times, most recently from 41f27e6 to 9c482a3 Compare February 19, 2026 06:57
@taipoxinous taipoxinous force-pushed the feat/sync-storage branch 24 times, most recently from 24e6197 to 8969bf1 Compare February 19, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request run-e2e label for e2e tests run up on MR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant