-
Notifications
You must be signed in to change notification settings - Fork 830
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
New implementation of IoChaos #826
Conversation
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Codecov Report
@@ Coverage Diff @@
## master #826 +/- ##
==========================================
- Coverage 55.78% 50.59% -5.20%
==========================================
Files 68 67 -1
Lines 4383 4319 -64
==========================================
- Hits 2445 2185 -260
- Misses 1768 1936 +168
- Partials 170 198 +28
Continue to review full report at Codecov.
|
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
|
/run-e2e-tests |
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
|
/run-e2e-tests |
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
|
/run-e2e-tests |
|
/run-e2e-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
|
/run-e2e-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/merge |
|
/run-all-tests |
|
cherry pick to release-1.0 failed |
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
What problem does this PR solve?
This PR submits a new implementation of IoChaos. With this implementation, there is no need to inject a sidecar container, so that it's easier to use.
Note:
The toda directory is managed with
git submodulesKeep in mind that all information (such as attributes, content) could be stored in the page cache.
The definition of IoChaos has changed, so the dashboard needs to be modified. (I have tried to make this modification minimal)
Known issues:
TODO:
Resolve the deadlock in toda
Add e2e test.
Add more examples.
Support mmap
Change current directory
Fix Dockerfile for building UI and swagger
Auto resolve soft link (to volume mount path)
What is changed and how does it work?
Checklist
Tests