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

Ignite TC Bot commented on IGNITE-28520:
----------------------------------------

{panel:title=Branch: [pull/13095/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13095/head] Base: [master] : New Tests 
(23)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Basic 1{color} [[tests 
20|https://ci2.ignite.apache.org/viewLog.html?buildId=9172570]]
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testDeployerHandlesNestedMessage - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testDeployerFailsWithoutCacheContext - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testMarshalledMessage - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testDeployerDelegatesToCustomDeployment - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testMarshalledCollectionMessage - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageSerializationArchitectureTest.deployerInstanceMethodOnlyCalledFromImplementations
 - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testMarshalledMapMessage - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testDeployerGeneration - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testNioFieldOnNonMessageTypeFails - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
MessageProcessorTest.testMarshalledObjectsMessage - PASSED{color}
* {color:#013220}IgniteBasicTestSuite: 
GridCacheQueryResponseUnmarshalTest.testRowKeyResolved - PASSED{color}
... and 9 new tests

{color:#00008b}Snapshots 4{color} [[tests 
2|https://ci2.ignite.apache.org/viewLog.html?buildId=9172685]]
* {color:#013220}IgniteSnapshotTestSuite4: 
IgniteCacheDumpSeveralDiskTest.testSeveralDisksSnapshot - PASSED{color}
* {color:#013220}IgniteSnapshotTestSuite4: 
IgniteCacheDumpSeveralDiskTest.testSeveralDisksDump - PASSED{color}

{color:#00008b}Cache 13{color} [[tests 
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9172579]]
* {color:#013220}IgniteCacheTestSuite13: 
SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=javax.cache.configuration.FactoryBuilder$SingletonFactory@3312f4f4,
 actual=SingletonFactory [expiryPlc=EternalExpiryPolicy [create=ETERNAL]]] - 
PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9172715&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9172715 
rerunBuildIds=none{color}

> Auto-generate message serialization / marshalling / deployment
> --------------------------------------------------------------
>
>                 Key: IGNITE-28520
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28520
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Alex Abashev
>            Assignee: Anton Vinogradov
>            Priority: Minor
>              Labels: IEP-132, ise
>             Fix For: 2.19
>
>          Time Spent: 26h 40m
>  Remaining Estimate: 0h
>
> Goals
> • Simplify. Replace per-message hand-written writeTo/readFrom (serialization),
>   prepareMarshal/finishUnmarshal (marshalling) and prepareDeployment 
> (deployment)
>   with companion classes generated by an annotation processor from declarative
>   field annotations (@Order, @Marshalled, @MarshalledCollection, 
> @MarshalledMap,
>   @NioField). Remove boilerplate and whole classes of manual bugs: wrong field
>   order, forgotten field, read/write mismatch.
> • Unify. One mechanism and vocabulary across the three concerns —
>   serialize (writeTo/readFrom) · marshal/unmarshal · deploy — dispatched
>   uniformly through the message factory 
> (serializer()/marshaller()/deployer()).
> • Harden. Compile-time validation of message structure: an ArchUnit rule keeps
>   callers on the static facades; a gated marshal-once/unmarshal-once dedup 
> check
>   catches double-(un)marshal (folded away in production).
> • Keep runtime neutral-or-better.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to