Eng Zer Jun
|
0d77b60de7
|
test: use T.TempDir to create temporary test directory
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
|
2022-03-07 12:28:49 -08:00 |
|
Ramkumar Chinchani
|
d2aa016cdb
|
storage: flush/sync contents to disk on file close
Behavior controlled by configuration (default=off)
It is a trade-off between performance and consistency.
References:
[1] https://github.com/golang/go/issues/20599
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
|
2022-02-07 12:08:01 -08:00 |
|
Ramkumar Chinchani
|
87084f286b
|
storage: improve/fix oci image validation
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
|
2022-02-02 13:31:41 -08:00 |
|
Ramkumar Chinchani
|
e0a1a82890
|
coverage: add failure injection framework
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
|
2022-01-28 08:56:00 -08:00 |
|