Skip to content

Commit

Permalink
TASK: Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 14, 2024
1 parent c056fe9 commit c9f8ce2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Feature: Workspace rebasing - conflicting changes
| nodeAggregateId | "nody-mc-nodeface" |
| originDimensionSpacePoint | {} |
| propertyValues | {"text": "Original"} |
# we need to ensure that the projections are up to date now; otherwise a content stream is forked with an out-
# of-date base version. This means the content stream can never be merged back, but must always be rebased.
And the command CreateWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-test" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Feature: Workspace based content publishing
| nodeAggregateId | "nody-mc-nodeface" |
| originDimensionSpacePoint | {} |
| propertyValues | {"text": "Original"} |
# we need to ensure that the projections are up to date now; otherwise a content stream is forked with an out-
# of-date base version. This means the content stream can never be merged back, but must always be rebased.
And the command CreateWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-test" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ Feature: Publishing hide/show scenario of nodes
| nodeAggregateId | "sir-nodeward-nodington-iii" |
| coveredDimensionSpacePoint | {} |
| nodeVariantSelectionStrategy | "allVariants" |
# we need to ensure that the projections are up to date now; otherwise a content stream is forked with an out-
# of-date base version. This means the content stream can never be merged back, but must always be rebased.
Given the command CreateWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-test" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Feature: Workspace discarding - basic functionality
| nodeAggregateId | "nody-mc-nodeface" |
| originDimensionSpacePoint | {} |
| propertyValues | {"text": "Original"} |
# we need to ensure that the projections are up to date now; otherwise a content stream is forked with an out-
# of-date base version. This means the content stream can never be merged back, but must always be rebased.

And the command CreateWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-test" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,6 @@ private function handleDiscardWorkspace(
)
);

// It is safe to only return the last command result,
// as the commands which were rebased are already executed "synchronously"
return new EventsToPublish(
$streamName,
$events,
Expand Down

0 comments on commit c9f8ce2

Please sign in to comment.