Jun Wang

Results 7 comments of Jun Wang

You can find the CI triggered and all stages passed in "checks" tab: https://github.com/vmware/singleton/pull/1641/checks . Usually CI stages shows in first page but for this PR, it shows in "checks"...

For those PR only contains configure file change, please go to "Check" tab of the PR to find GitHub Actions execution status.

After some investigation, we can push the bundle zip to maven repo, please provide the suggested folder structure of the root folder and the files to initialize the repo.

After some investigation, we can deploy and consume ZIP files from Maven, please let me know the suggested file structure of root folder and the projects we need to initialize.

Hi Jessie, as bundle zip in Maven stage repository has an expire time, I've uploaded the package to SNAPSHOT repo, please find it from here: https://oss.sonatype.org/content/repositories/snapshots/com/vmware/singleton/singleton-bundle/SampleProject/maven-metadata.xml

@huihuiw01 Please refer to https://github.com/vmware/singleton/actions/runs/6938616428/job/18874632916 , most time the following test case fails com.vmware.vip.i18n.TranslationMessageTest > testNamedArgs FAILED

> I reviewed the failed case, looks like no problem, and can run successfully at my local. Looks like there is something wrong with the ut run environment on github,...