* bugfix: CIFuzz fail due to timeout on FuzzReadExperimentFile
* Since we're testing for non-existent files in our unit tests, we'll skip the unnecessary tests.
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* bugfix: Delete the FuzzReadExperimentFile test case
* Deleting test cases due to timeouts
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* bugfix: CIFuzz fail due to timeout on FuzzProcessExperimentRunDelete
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
---------
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
* test: add fuzz test to GetChartsPath function in handler
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* test: add fuzz test to FuzzReadExperimentFile function in handler
* Removed the ./types.go example in unit test handler_test.go/TestReadExperimentFile because it returns a file does not exist error, not the file is not a yaml error that the test is intended to return.
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* * test: Add the FuzzReadExperimentYAMLFile test in the handler_fuzz_test.go file
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* test: add fuzz test to FuzzIsFileExisting function in handler
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* test: add fuzz test to FuzzGetExperimentData, FuzzUnzipRemoteHub function in handler
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* refactor: remove unused imported library
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* fix: check yaml: control characters are not allowed
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
* refactor: save goimport order
Signed-off-by: Soyeon Park <sypark9646@gmail.com>
---------
Signed-off-by: Soyeon Park <sypark9646@gmail.com>