Skip to content

Dynamodb insertions core actions and executor - #1728

Open
aschenzle wants to merge 6 commits into
masterfrom
pr/dynamodb-insertions-core-actions-executor
Open

Dynamodb insertions core actions and executor#1728
aschenzle wants to merge 6 commits into
masterfrom
pr/dynamodb-insertions-core-actions-executor

Conversation

@aschenzle

Copy link
Copy Markdown
Collaborator

Kotlin classes for DDB insertions including Action, executor, builder

@aschenzle
aschenzle requested a review from jgaleotti August 30, 2026 22:03
@jgaleotti

Copy link
Copy Markdown
Collaborator

@aschenzle I think this PR should be made against pr/dynanmodb-insertions-dtos-dsl instead of master.
Could you please close this and open a new PR? Otherwise all changes to master done in PR #1727 are shown again as differences.

@aschenzle
aschenzle force-pushed the pr/dynamodb-insertions-core-actions-executor branch from 40b1e6c to 98b7ac4 Compare September 5, 2026 05:28
@aschenzle
aschenzle changed the base branch from master to pr/dynanmodb-insertions-dtos-dsl September 5, 2026 05:35
Base automatically changed from pr/dynanmodb-insertions-dtos-dsl to master September 8, 2026 11:57
@arcuri82
arcuri82 force-pushed the pr/dynamodb-insertions-core-actions-executor branch from 98b7ac4 to 2d03835 Compare September 8, 2026 11:57
Object builder = attributeValueClass.getMethod("builder").invoke(null);
String setter;
Object value;
switch (attribute.type) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why not having the same d action for all printable values?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Maybe there's a confusion. Here we determine which method to call by reflection in line 115. We need to use the exact method name (s,n,bool).

Comment thread core/src/main/kotlin/org/evomaster/core/database/dynamodb/DynamoDbAction.kt Outdated
@aschenzle
aschenzle force-pushed the pr/dynamodb-insertions-core-actions-executor branch from 2d03835 to 4bfdbe5 Compare September 8, 2026 23:47
@aschenzle aschenzle changed the title DO NOT MERGE BEFORE PR#1727 Dynamodb insertions core actions and executor Dynamodb insertions core actions and executor Sep 8, 2026
@aschenzle
aschenzle requested a review from jgaleotti September 9, 2026 03:45
@jgaleotti
jgaleotti requested a review from arcuri82 September 9, 2026 13:26
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.

2 participants