Skip to content

test: [parallel] Add some complex test#284

Draft
wangyb-A wants to merge 1 commit intomainfrom
parallel/complex_tests
Draft

test: [parallel] Add some complex test#284
wangyb-A wants to merge 1 commit intomainfrom
parallel/complex_tests

Conversation

@wangyb-A
Copy link
Copy Markdown
Contributor

@wangyb-A wangyb-A commented Mar 27, 2026

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Issue Link, if available

#262

Description

  • Add parallel complex tests

Demo/Screenshots

Checklist

  • I have filled out every section of the PR template
  • I have thoroughly tested this change

Testing

Unit Tests

Have unit tests been written for these changes?

Integration Tests

Have integration tests been written for these changes?

Examples

Has a new example been added for the change? (if applicable)

Comment on lines -230 to -234

var result2 = runner.runUntilComplete("test");
assertEquals(ExecutionStatus.SUCCEEDED, result2.getStatus());
assertEquals("A,B,C", result2.getResult(String.class));
assertEquals(firstRunCount, executionCounts.get(), "Branch functions should not re-execute on replay");
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is not a real use case

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.

1 participant