Displaying 7 results from an estimated 7 matches for "error10".
Did you mean:
error0
2019 Jan 23
0
[PATCH v2 nbdkit] tests: Add generic ‘requires’ function for test prerequisites.
...8 ++------
tests/test-data-base64.sh | 12 ++++--------
tests/test-data-file.sh | 8 ++------
tests/test-data-raw.sh | 8 ++------
tests/test-eflags.sh | 13 +++++--------
tests/test-error0.sh | 6 +-----
tests/test-error10.sh | 6 +-----
tests/test-error100.sh | 6 +-----
tests/test-full.sh | 8 ++------
tests/test-ip.sh | 21 ++++++---------------
tests/test-memory-largest-for-qemu.sh | 8 ++------
tests/test-memory-largest.sh...
2019 Jan 23
2
[PATCH v2 nbdkit] tests: Add generic requires.
v1 was here:
https://www.redhat.com/archives/libguestfs/2019-January/thread.html#00198
For v2 I changed most existing prerequisite tests to use the new
mechanism.
I only changed simple tests. There are a few more complex tests that
don't fit the “requires model” and those are not changed.
I normalized qemu-io/qemu-img testing to always use the --version
flag, where previously we used a mix
2013 Apr 28
0
hierarchical confirmatory factor analysis with sem package
...>i19,d8
F1<->F1,NA,1
F2<->F2,NA,1
F3<->F3,NA,1
F4<->F4,NA,1
i2<->i2,error1
i4<->i4,error2
i6<->i6,error3
i7<->i7,error4
i8<->i8,error5
i11<->i11,error6
i13<->i13,error7
i15<->i15,error8
i18<->i18,error9
i20<->i20,error10
i1<->i1,error11
i3<->i3,error12
i5<->i5,error13
i9<->i9,error14
i10<->i10,error15
i12<->i12,error16
i14<->i14,error17
i16<->i16,error18
i17<->i17,error19
i19<->i19,error20
cfa<-sem(cfa.model,cov.matrix,nrow(df))
summary(cfa,fit.indices=...
2023 Aug 08
1
[PATCH libnbd] copy/copy-file-to-qcow2-compressed.sh: Skip test for all zeroes disk
On 8/8/23 00:28, Richard W.M. Jones wrote:
> Occasionally this test will choose a random seed which results in an
> all-zeroes disk. The test tries to convert this to a compressed qcow2
> file, and fails because no compressed clusters are detected in the
> resulting file. This happens because qcow2 stores zero clusters with
> a special sparse representation, they are never stored
2019 Mar 28
0
[PATCH nbdkit v5 FINAL 15/19] file: Implement extents.
...tents = file_can_extents,
+ .extents = file_extents,
+#endif
.errno_is_preserved = 1,
};
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 174da29..64b2c45 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -64,6 +64,7 @@ EXTRA_DIST = \
test-error0.sh \
test-error10.sh \
test-error100.sh \
+ test-file-extents.sh \
test-floppy.sh \
test-foreground.sh \
test-fua.sh \
@@ -419,6 +420,10 @@ test_file_block_SOURCES = test-file-block.c test.h
test_file_block_CFLAGS = $(WARNINGS_CFLAGS) $(LIBGUESTFS_CFLAGS)
test_file_block_LDADD = libtest.la $(LIBGUESTFS_LIB...
2013 Mar 18
2
Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.
...ALUES <-> VALUES, NA, 1
IDENTITY <-> IDENTITY, NA, 1
V1 <-> V1, error1
V2 <-> V2, error2
V3 <-> V3, error3
V4 <-> V4, error4
V5 <-> V5, error5
V6 <-> V6, error6
V7 <-> V7, error7
V8 <-> V8, error8
V9 <-> V9, error9
V10 <-> V10, error10
V11 <-> V11, error11
V12 <-> V12, error12
V13 <-> V13, error13
V14 <-> V14, error14
V15 <-> V15, error15
V16 <-> V16, error16
V17 <-> V17, error17
V18 <-> V18, error18
ABILITY <-> VALUES, cov1
ABILITY <-> IDENTITY, cov2
VALUES <-> ID...
2019 Mar 28
32
[PATCH nbdkit v5 FINAL 00/19] Implement extents.
This has already been pushed upstream. I am simply posting these here
so we have a reference in the mailing list in case we find bugs later
(as I'm sure we will - it's a complex patch series).
Great thanks to Eric Blake for tireless review on this one. It also
seems to have identified a few minor bugs in qemu along the way.
Rich.