futurewei-cloud / merak

Merak: Large-scale cloud emulator
MIT License
5 stars 9 forks source link

Evm Optimize #174

Closed phudtran closed 1 year ago

phudtran commented 1 year ago

This PR adds the following:

phudtran commented 1 year ago

@phudtran You did a lot of changes in the merak-agent, did you cover the unit test for them in this PR too?

No, these changes pass integration tests. Will cover unit tests for compute and agent after this PR.

phudtran commented 1 year ago

@phudtran After the PR is merged to main, will it potentially change the deployment experience listed on the page https://github.com/futurewei-cloud/merak#kind-simple-deployment-and-e2e-test? We may need to have some sort of CI/CD jobs to ensure no broken issue is introduced.

I've tested to confirm it doesn't affect deployment. But yes we should run the deployment scenario and e2e test in CI. We are actually one step away from doing this. Just need a script to confirm that all pods are up before running the teste2e tool.