Jiawei "Tyler" Gu

Results 19 comments of Jiawei "Tyler" Gu

Hi all, I am not sure if this is the appropriate place to discuss some potential improvement for this feature, I would appreciate if someone could point me to if...

@Robertation256 Thanks for the PR! Could you follow this doc to format the code? https://github.com/xlab-uiuc/acto/blob/main/docs/development.md If you use vscode, installing the black, pylint, and isort should be enough. The github...

@PAN-Ziyue Is this PR ready for review?

I see, the operator deployment YAML files probably need some changes to support arbitrary namespace. One of the dependencies of the SSA library is deprecated, so it is currently not...

I assume that you generated the YAML files using HELM chart? When you generate the helm chart, you should be able to specify a flag for namespace (`--create-namespace` and `-n`)....

Thanks for reporting this @sallyr0823 ! Will be fixed soon

@TwinIsland The `result.csv` only contains the the metadata information of the alarms. To reproduce the bug, you would need to required CRs to trigger the bug again, and more importantly,...

We actually have already done something like this before, but to collect code coverage at the end of entire testing. We ended up having to rewrite the main functions for...

One example of making the operator to output coverage is written here: https://github.com/tylergu/zookeeper-operator/commit/3d3a1e259ae0ab3eb9892ebe738622c9cfb2b1c9 While the changes needed for each operator are different, I am going to document the highlevel steps...

Nice work! So you are going to turn the operator an http server to respond the coverage requests I guess?