[jira] [Commented] (GEODE-8275) Make mass-test-run a first-class pipeline

2020-10-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on GEODE-8275:
---

onichols-pivotal opened a new pull request #5615:
URL: https://github.com/apache/geode/pull/5615


   this is helpful if someone accidentally plussed DistributedTestOpenJDK8 in 
the apache-develop-mass-test-run-pipeline, then tried to cancel it
   
   you will still need to manually adjust the next run to 199x instead of 200x, 
but this change will at least allow the report to be generated, as otherwise it 
will not run if there is an extra job
   
   leaving as a Draft until I can come up with a may to not require the manual 
change to count either...probably the launcher should get the current job num, 
round down to multiple of 200, then subtract wasted entries? or else, pass on 
the starting or expected ending job #?  not sure yet.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Make mass-test-run a first-class pipeline
> -
>
> Key: GEODE-8275
> URL: https://issues.apache.org/jira/browse/GEODE-8275
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Robert Houghton
>Priority: Major
> Fix For: 1.14.0
>
>
> Automate the run and report-gen of mass-test-run for geode develop.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-8275) Make mass-test-run a first-class pipeline

2020-10-10 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-8275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-8275:
--
Labels: pull-request-available  (was: )

> Make mass-test-run a first-class pipeline
> -
>
> Key: GEODE-8275
> URL: https://issues.apache.org/jira/browse/GEODE-8275
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.14.0
>
>
> Automate the run and report-gen of mass-test-run for geode develop.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-8598) Fix PdxInstanceTest.testPdxInstance integration test

2020-10-10 Thread Mario Salazar de Torres (Jira)
Mario Salazar de Torres created GEODE-8598:
--

 Summary: Fix PdxInstanceTest.testPdxInstance integration test
 Key: GEODE-8598
 URL: https://issues.apache.org/jira/browse/GEODE-8598
 Project: Geode
  Issue Type: Bug
  Components: native client
Affects Versions: 1.13.0, 1.12.0
Reporter: Mario Salazar de Torres


While working on another PR I tried to change PdxFieldType operator== so it did 
not use className of the field rather than using the field's type.

After doing so, I noticed PdxInstanceTest.testPdxInstance was failing and that 
was due to test PdxType serializable was reading/writing fields in a different 
order than clonePdxInstance was writing it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)