rich7420

Results 37 comments of rich7420

> Could you please follow the [how-to-test doc](https://datastrato.ai/docs/0.5.0/how-to-test) and have a try? I've tried `./gradlew test -PskipITs` and ``` ./gradlew build -x test ``` In the duplicate Virtual Box, There...

> @rich7420 I suggest you deploy a cluster for testing, as this dependency upgrade has a relatively large impact scope. OK, I'll try in local. thanks!

> Currently, compiling, deploying, and testing the cluster is quite troublesome, and the unit tests are still failing. I will try to find time to fix the unit tests and...

> > > Currently, compiling, deploying, and testing the cluster is quite troublesome, and the unit tests are still failing. I will try to find time to fix the unit...

1. According to the WARN it occured : ``` [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'commons-collections:commons-collections' o 'commons-configuration:commons-configuration' ``` So I removed them....

> 1. According to the WARN it occured : > > ``` > [WARNING] The following patterns were never triggered in this artifact inclusion filter: > o 'commons-collections:commons-collections' > o...

> @rich7420 Could you please fix following cases? > > ``` > > pkg/scheduler/placement/fixed_rule_test.go:127: Function 'TestFixedRuleParent' is too long (146 > 120) (funlen) > > func TestFixedRuleParent(t *testing.T) { >...

@chia7712 I completed modifying the comments. Thank you for your feedback. Thank you very much!