attilapiros commented on pull request #28094:
URL: https://github.com/apache/spark/pull/28094#issuecomment-623945194


   It fails as Resource Profile IDs are autogenerated and they come from a 
global state:
   
   ```scala
       private var _id = ResourceProfile.getNextProfileId
   ```
   
   When you execute this suite only then it is really a 0 as in the given JSON 
string but on the Jenkins some earlier test increased it. 
   
   So just a `setToDefaultProfile()` is missing from the freshly built Resource 
profile. 


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to