Skip to content

services/obs: Service test failed for content mismatch #959

@Xuanwo

Description

@Xuanwo
     When Read a file with offset or size 
      When Read with offset 
        The error should be nil ✔✔
        The content should be match ✔✘✔
      When Read with size 
        The error should be nil ✔✔
        The content should be match ✔✘✔
      When Read with offset and size 
        The error should be nil ✔✔
        The content should be match ✔✘✔

 Failures:

  * /data/actions/beta/go-storage/go-storage/services/obs/tests/storage_test.go 
  Line 14:
  Expected: '138112'
  Actual:   '451281'
  (Should be equal)

  * /data/actions/beta/go-storage/go-storage/services/obs/tests/storage_test.go 
  Line 14:
  Expected: '1288953'
  Actual:   '2688928'
  (Should be equal)

  * /data/actions/beta/go-storage/go-storage/services/obs/tests/storage_test.go 
  Line 14:
  Expected: '49793'
  Actual:   '291284'
  (Should be equal)

Obs implementation must be buggy, let's fix it before release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions