Skip to content

Conversation

@david-w-miller
Copy link
Contributor

Fixes minor bug where a task moved a little and dropped on the same workflow caused a add/drop transaction.

@github-actions
Copy link

Playwright test results

failed  8 failed
passed  21 passed

Details

stats  29 tests across 14 suites
duration  14 minutes, 9 seconds
commit  44712cd

Failed tests

MIM Tests › mim/tests/create-icd.e2e-spec.ts › create transport type
MIM Tests › mim/tests/create-icd.e2e-spec.ts › create connection
MIM Tests › mim/tests/create-icd.e2e-spec.ts › create message and submessage
MIM Tests › mim/tests/create-icd.e2e-spec.ts › create structure
MIM Tests › mim/tests/create-icd.e2e-spec.ts › create elements
MIM Tests › mim/tests/create-icd.e2e-spec.ts › add array element
MIM Tests › mim/tests/traceability.e2e-spec.ts › trace report
SCA Tests › sca/tests/sca-select.e2e-spec.ts › test

for (IAtsTask task : tasks) {
TaskArtifact taskArt = (TaskArtifact) task;
taskArt.clearCaches();
if (newParent.equals(taskArt.getParentAWA())) {
Copy link
Member

Choose a reason for hiding this comment

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

what if newParent is null?

Copy link
Contributor

Choose a reason for hiding this comment

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

can't be, but if you wanna check it won't hurt

@david-w-miller david-w-miller enabled auto-merge (rebase) September 30, 2025 21:58
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