blobber icon indicating copy to clipboard operation
blobber copied to clipboard

Blobber conductor tests.

Open service-0chain opened this issue 2 years ago • 5 comments

These tests will be written/modified by Roman or Dabasov Yuri.

  • [x] Configure a separate server as a github runner.

  • [x] Create its github actions to run these whenever required.

  • [x] Run these github actions automatically on daily basis.

  • [ ] Add these tests as a checkpoint before merging the pull requests.

service-0chain avatar Apr 23 '22 17:04 service-0chain

as soon as https://github.com/0chain/0chain/pull/644 is merged, the building steps described in https://github.com/0chain/0chain/blob/d9a3398e8a6c78344621c9487a10e64571233d6c/code/go/0chain.net/conductor/README.md can be used to automate gha

rrrooommmaaa avatar Apr 30 '22 08:04 rrrooommmaaa

@rrrooommmaaa gitactions are created and pushed to staging but blobber gh is failing due to pull access denied for blobber_base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

last gitaction --> https://github.com/0chain/0chain/runs/6322207695?check_suite_focus=true

service-0chain avatar May 06 '22 13:05 service-0chain

@cnlangzi @rrrooommmaaa had created the conductor tests & @m-s-a-c have created gitactions for performing blobber conductor test. But conductor tests are failing due to some blobber issue as reprted by @rrrooommmaaa.

gh actions --> https://github.com/0chain/0chain/actions/workflows/conductor-blobber-tests.yml

After every run report is uploaded over to the gh action run. You can check it for analysing the errors.

service-0chain avatar May 19 '22 04:05 service-0chain

run ./docker.local/bin/build.base.sh to build blobber_base docker image first. it will be fixed.

cnlangzi avatar May 20 '22 00:05 cnlangzi

@cnlangzi we are already running this to build blobber_base

service-0chain avatar Jun 14 '22 14:06 service-0chain