You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/02 16:32:00 UTC

[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

    [ https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350613#comment-16350613 ] 

ASF subversion and git services commented on ISIS-1569:
-------------------------------------------------------

Commit 7585283a6b66f30960642bc0863052d4398fbaec in isis's branch refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=7585283 ]

ISIS-1569: refactors for different implementation of replay

specifically:
- factors out CommandExecutionAbstract from BackgroundCommandExecution, and simplifies the latter (removes concept of an OnExceptionPolicy previously introduced)
- Command#executeIn no longer overloaded to hold state (CommandJdo introduces replayState, not part of API)
- introduces new CommandDtoProcessorService SPI to globally postprocess CommandDto's; dogfood this within ContentMappingServiceForCommandDto (copying over details)

also
- removes legacy support within BackgroundCommandExecution/CommandExecutionAbstract
- made some methods of AbstractIsisSessionTemplate final
- lets SimpleSession be subclassable
- allows Clock to be replaceable always


> Automated testing tool to replay commands against a copy of prod
> ----------------------------------------------------------------
>
>                 Key: ISIS-1569
>                 URL: https://issues.apache.org/jira/browse/ISIS-1569
>             Project: Isis
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.13.2.1
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Major
>             Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and time for each)
> finally, compare resultant database with current prod, and list out differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)