kaichiachen opened a new pull request, #1011:
URL: https://github.com/apache/yunikorn-core/pull/1011

   ### What is this PR for?
   Create predicate.go to encapsulate the declaration and implementation of 
`predicateCheckResult`, improves code organization by centralizing 
predicate-related logic, enhancing maintainability and readability. 
   
   
   ### What type of PR is it?
   * [ ] - Bug Fix
   * [x] - Improvement
   * [ ] - Feature
   * [ ] - Documentation
   * [ ] - Hot Fix
   * [ ] - Refactoring
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/projects/YUNIKORN/issues/YUNIKORN-2153
   
   ### How should this be tested?
   1. Unit test
   ```
   #> go test -cover ./pkg/scheduler/objects/...                
   ok      github.com/apache/yunikorn-core/pkg/scheduler/objects   (cached)     
   coverage: 88.9% of statements
   ok      github.com/apache/yunikorn-core/pkg/scheduler/objects/events    
(cached)        coverage: 100.0% of statements
   ok      github.com/apache/yunikorn-core/pkg/scheduler/objects/template  
(cached)        coverage: 100.0% of statements
   ```
   2. Manual Regression test
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * [ ] - The licenses files need update.
   * [ ] - There is breaking changes for older versions.
   * [ ] - It needs documentation.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to