Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the modified file distribution handler to be loaded first #672

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

donggyu04
Copy link
Contributor

@donggyu04 donggyu04 commented Oct 15, 2020

We overwrote grinder's FileDistributionHandlerImplementation to prevent clearing distributed files on the agent side when a new performance test is started.

Currently, this file is in the ngrinder-core module, so classloader can not ensure to load the modified class in controller.

As actual code is used in the controller, I move the overwritten file from ngrinder-core to ngrinder-controller.

@donggyu04 donggyu04 self-assigned this Oct 15, 2020
@donggyu04 donggyu04 force-pushed the feature/move-file-dist-handler-to-controller branch from 731e94a to dbfbc84 Compare October 15, 2020 04:51
imbyungjun
imbyungjun previously approved these changes Oct 15, 2020
@donggyu04 donggyu04 force-pushed the feature/move-file-dist-handler-to-controller branch 2 times, most recently from 8ac186f to 2a19fb6 Compare October 15, 2020 04:59
@donggyu04 donggyu04 force-pushed the feature/move-file-dist-handler-to-controller branch from 2a19fb6 to d21e1e6 Compare October 15, 2020 05:04
@donggyu04 donggyu04 changed the title Move file distribution handler implementation to controller Make the modified file distribution handler to be loaded first Oct 15, 2020
@songeunwoo songeunwoo merged commit ae9715c into develop Oct 19, 2020
@donggyu04 donggyu04 deleted the feature/move-file-dist-handler-to-controller branch October 22, 2020 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants