I have added a secret environment variable SKIP_TESTS that allows me to work on the build system without being blocked by failing tests.
Can somebody please look at these tests anyway? On Sat, Sep 29, 2012 at 6:40 PM, Noah Slater <[email protected]> wrote: > Hey, > > I'm working on the doc branch, but I've hit a blocker in my work. > > I can't run `make distcheck` without it failing with this: > > ./test/etap/run ../test/etap > ../test/etap/001-load.t .................... ok > ../test/etap/002-icu-driver.t .............. ok > ../test/etap/010-file-basics.t ............. ok > ../test/etap/011-file-headers.t ............ ok > ../test/etap/020-btree-basics.t ............ ok > ../test/etap/021-btree-reductions.t ........ ok > ../test/etap/030-doc-from-json.t ........... ok > ../test/etap/031-doc-to-json.t ............. ok > ../test/etap/040-util.t .................... ok > ../test/etap/041-uuid-gen.t ................ 1/? > Crash dump was written to: erl_crash.dump > init terminating in do_boot () > ../test/etap/041-uuid-gen.t ................ Dubious, test returned 1 > (wstat 256, 0x100) > Failed 6/9 subtests > ../test/etap/042-work-queue.t .............. ok > ../test/etap/050-stream.t .................. ok > ../test/etap/060-kt-merging.t .............. ok > ../test/etap/061-kt-missing-leaves.t ....... ok > ../test/etap/062-kt-remove-leaves.t ........ ok > ../test/etap/063-kt-get-leaves.t ........... ok > ../test/etap/064-kt-counting.t ............. ok > ../test/etap/065-kt-stemming.t ............. ok > ../test/etap/070-couch-db.t ................ ok > ../test/etap/072-cleanup.t ................. ok > ../test/etap/073-changes.t ................. ok > ../test/etap/074-doc-update-conflicts.t .... ok > ../test/etap/075-auth-cache.t .............. ok > ../test/etap/076-file-compression.t ........ ok > ../test/etap/080-config-get-set.t .......... ok > ../test/etap/081-config-override.t ......... ok > ../test/etap/082-config-register.t ......... ok > ../test/etap/083-config-no-files.t ......... ok > ../test/etap/090-task-status.t ............. ok > ../test/etap/100-ref-counter.t ............. ok > ../test/etap/120-stats-collect.t ........... ok > ../test/etap/121-stats-aggregates.t ........ ok > ../test/etap/130-attachments-md5.t ......... ok > ../test/etap/140-attachment-comp.t ......... ok > ../test/etap/150-invalid-view-seq.t ........ ok > ../test/etap/160-vhosts.t .................. ok > ../test/etap/170-os-daemons.t .............. ok > ../test/etap/171-os-daemons-config.t ....... ok > ../test/etap/172-os-daemon-errors.t ........ ok > ../test/etap/173-os-daemon-cfg-register.t .. ok > ../test/etap/180-http-proxy.t .............. ok > ../test/etap/190-json-stream-parse.t ....... ok > ../test/etap/200-view-group-no-db-leaks.t .. ok > ../test/etap/201-view-group-shutdown.t ..... ok > ../test/etap/210-os-proc-pool.t ............ ok > ../test/etap/220-compaction-daemon.t ....... ok > > Test Summary Report > ------------------- > ../test/etap/041-uuid-gen.t (Wstat: 256 Tests: 3 Failed: 0) > Non-zero exit status: 1 > Parse errors: Bad plan. You planned 9 tests but ran 3. > Files=46, Tests=1141, 266 wallclock secs ( 0.88 usr 0.18 sys + 100.98 > cusr 22.08 csys = 124.12 CPU) > Result: FAIL > make[1]: *** [check] Error 1 > make: *** [distcheck] Error 1 > > Thanks, > > -- > NS > -- NS
