You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/10/21 04:15:01 UTC

[GitHub] [inlong] GanfengTan opened a new pull request, #6252: [INLONG-6251][Agent] Fix UT ConcurrentModification error

GanfengTan opened a new pull request, #6252:
URL: https://github.com/apache/inlong/pull/6252

   Fix ConcurrentModification error when TestFileAgent UT
   
   - Fixes #6251 
   
   ### Motivation
   
   Run TestFIle UT error, change ArrayList to CopyOnWriteArrayList.
   
   ### Modifications
   
   ArrayList to CopyOnWriteArrayList
   
   ### Verifying this change
   
   *(Please pick either of the following options)*
   
   - [ ] This change is a trivial rework/code cleanup without any test coverage.
   
   - [x] This change is already covered by existing tests, such as:
     TestFileAgent.testOneJobFullPath()
   
   - [ ] This change added tests and can be verified as follows:
   
   


-- 
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: commits-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] healchow merged pull request #6252: [INLONG-6251][Agent] Fix UT ConcurrentModification error

Posted by GitBox <gi...@apache.org>.
healchow merged PR #6252:
URL: https://github.com/apache/inlong/pull/6252


-- 
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: commits-unsubscribe@inlong.apache.org

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