search for: df2ea0c3

Displaying 2 results from an estimated 2 matches for "df2ea0c3".

2019 Oct 03
0
[nbdkit PATCH 2/4] tests: Test retry with different fua/fast-zero flags
...l \ @@ -1062,6 +1063,7 @@ TESTS += \ test-retry-readonly.sh \ test-retry-extents.sh \ test-retry-reopen-fail.sh \ + test-retry-zero-flags.sh \ $(NULL) # truncate filter tests. diff --git a/tests/test-retry-zero-flags.sh b/tests/test-retry-zero-flags.sh new file mode 100755 index 00000000..df2ea0c3 --- /dev/null +++ b/tests/test-retry-zero-flags.sh @@ -0,0 +1,126 @@ +#!/usr/bin/env bash +# nbdkit +# Copyright (C) 2018-2019 Red Hat Inc. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +...
2019 Oct 03
7
[nbdkit PATCH 0/4] More work with retry safety
I'm still working on another set of patches to have reopen call .finalize/.prepare (so that another filter can safely appear between retry and the plugin), but for tonight, these are the patches I think are ready to go. Eric Blake (4): retry: Handle can_fua and can_fast_zero changes tests: Test retry with different fua/fast-zero flags server: Close backends if a filter's .open fails