Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.51 KB

CHANGELOG-3.1.md

File metadata and controls

28 lines (19 loc) · 2.51 KB

Changelog since v3.1.0

Bug Fixes

  • The tests that validate the result of a CreateVolume operation now accept zero as the capacity_bytes of the returned Volume object, when validating this value against the requested capacity. (#262, @NicolasT)

Other Notable Changes

Changelog since v3.0.0

New Features

  • "gRPCCall" logs on standard output now include "fullError" with complete error structure. Typically, it contains "code" and "message" with gRPC error. (#254, @jsafrane)
  • The CSI mock driver behaviour can be tweaked with JavaScript hooks in the CSI calls. (#251, @tsmetana)
  • Added (optional) repeated operations to test idempotency. (#229, @okartau)
  • csi-sanity --csi.testvolumeaccesstype=block now runs CSI tests with raw block volumes. (#246, @taaraora)
  • Add NodeUnpublishVolume test for when the volume is missing. (#242, @timoreimann)
  • sanity.NewTestContext is now exported, which simplifies writing custom tests that reuse the sanity testing infrastructure. (#253, @pohly)
  • Topology support can be enabled in the CSI mock driver with -enable-topology. (#249, @pohly)

Bug Fixes