similar to: Re: [Xapian-commits] 7759: trunk/xapian-core/ trunk/xapian-core/tests/harness/

Displaying 20 results from an estimated 5000 matches similar to: "Re: [Xapian-commits] 7759: trunk/xapian-core/ trunk/xapian-core/tests/harness/"

2007 Mar 29
2
Re: [Xapian-commits] 7990: trunk/xapian-core/ trunk/xapian-core/bin/ trunk/xapian-core/tests/harness/
On Thu, Mar 29, 2007 at 03:39:01PM +0100, richard wrote: > bin/xapian-tcpsrv.cc,tests/harness/testsuite.cc: First of many > parts of a large patch from Mark Hammond working towards enabling > remote databases on windows. When displaying errors which might > be socket errors, display the error number as well as the output > of strerror - on windows, strerror doesn't display
2019 Jul 31
1
FW: GPO issues - getting SYSVOL cleaned up again
Am 31.07.19 um 12:19 schrieb L.P.H. van Belle via samba: > And check : > > rgrep "dc.domain.at" /var/lib/* There we are -> root at pre01svdeb03:~# rgrep "dc..at" /var/lib/* Binary file /var/lib/samba/private/sam.ldb.d/DC=,DC=AT.ldb matches Binary file /var/lib/samba/private/sam.ldb.d/CN=CONFIGURATION,DC=,DC=AT.ldb matches root at pre01svdeb02:~# rgrep
2005 Mar 19
3
Wine success: HABit Wordstar Converter (version 3)
I had need of a bit of computer archeology (oddly enough, for a couple of archaeologists, but that's another story). I used Henry Bartlett' HABit Wordstar Converter (version 3) (http://www.hotkey.net.au/~hambar/habit/wsconvrm.htm) to convert some Wordstar for Mess-DOS files to text and HTML. It worked just fine under wine (http://www.winehq.org). wine-20041201-1fc3winehq on Fedora Core 3
2013 Jul 08
2
[LLVMdev] [RFC] Fix leading and trailing spaces
Hi, I am writing tool to simplify automated refactorings. One of prerequisites is have clean codebase, so a refactorer can be simple and created formatting inconsistencies can be eliminated by formatter. My plan to keep codebase clean is first run a cleanup systemwide, then keep it by hook/ periodicaly rerunning cleanup. I put it for now here. https://github.com/neleai/stylepp I ran a scripts
2019 Jul 31
0
FW: GPO issues - getting SYSVOL cleaned up again
And check : rgrep "dc.domain.at" /var/lib/* > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > L.P.H. van Belle via samba > Verzonden: woensdag 31 juli 2019 12:18 > Aan: samba at lists.samba.org > Onderwerp: [Samba] FW: GPO issues - getting SYSVOL cleaned up again > > (oeps) this need to be in this mail
2019 Jul 31
1
GPO issues - getting SYSVOL cleaned up again
I suggest this order. You need to start with to rename/remove /var/lib/samba/private/dns_update_cache Stop/start samba. Then wait 5 min. Then verify DNS and AD objects, dont change "yet".. Inform us first if you see strange things. Then check replication again. > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens >
2020 Mar 04
0
samba_dnsupdate
Im thinking here.. > On every run of 'samba_dnsupdate' the Windows Servers have their IPv4 > IP address deleted and their IPv6 equivalent inserted. All i can think of whats left is : https://support.microsoft.com/en-us/help/929852/guidance-for-configuring-ipv6-in-windows-for-advanced-users Change the prio of the IP in windows networking. See if that helps/works, so ipv4 before
2014 Oct 24
0
Re: [PATCH v5 1/7] tests: Introduce test harness for running tests.
On Tue, Oct 21, 2014 at 05:56:14PM +0200, Pino Toscano wrote: > On Sunday 05 October 2014 14:08:35 Richard W.M. Jones wrote: > > +# Install the test harness. > > +localtestsdir = $(alltestsdir) > > +localtests_SCRIPTS = ../test-harness > > Shouldn't it rather go to libexec? No, it's meant to be run by the end user. > > +../test-harness: > > +
2015 Aug 12
0
CEBA-2015:1597 CentOS 7 perl-Test-Harness FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:1597 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1597.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 3414c239f0b991dad77b3b6652e1a5f6c54d0931ad69fbe4286223e34c6b1a40 perl-Test-Harness-3.28-3.el7.noarch.rpm Source:
2014 Oct 21
0
Re: [PATCH v5 0/7] tests: Introduce test harness for running tests.
Hi, On Sunday 05 October 2014 14:08:34 Richard W.M. Jones wrote: > Since v4: > > - More tests have been converted. > - Testing local guests fixed. > - Drop no-exec-stack test. I've sent few particular notes already to the separate patches. As a general notes: I look forward too to something to run the tests as installed, and we discussed (mostly on IRC) about it a couple
2015 Mar 11
2
Re: [PATCH] v2v: Add the test-harness used by external tests.
On Tuesday 10 March 2015 18:31:41 Richard W.M. Jones wrote: > + (* Boot the guest. *) > + let conn = C.connect () in > + let dom = D.create_xml conn boot_xml [D.START_AUTODESTROY] in When using ocaml-libvirt 0.6.1.2 (as shipped in f21), this results in: File "v2v_test_harness.ml", line 174, characters 14-26: Error: Unbound value D.create_xml Indeed, the
2015 Mar 11
0
Re: [PATCH] v2v: Add the test-harness used by external tests.
On Wed, Mar 11, 2015 at 11:02:44AM +0100, Pino Toscano wrote: > On Tuesday 10 March 2015 18:31:41 Richard W.M. Jones wrote: > > + (* Boot the guest. *) > > + let conn = C.connect () in > > + let dom = D.create_xml conn boot_xml [D.START_AUTODESTROY] in > > When using ocaml-libvirt 0.6.1.2 (as shipped in f21), this results in: > > File
2001 Aug 16
1
rsync test harness
You can now do "make check" in the CVS version of rsync and it will run some elementary self tests. It also runs these tests on build.samba.org, which should help catch unintended regressions, particularly on unusual platforms. Contributions of more test cases would be welcome. -- Martin
2018 Jul 09
2
Separate test harness for LLVM test-suite
If this is mainly about size then I would rather propose to split the "ABI-Testsuite" folder into a separate repository. With 1.5G it takes up more space than the rest of the repository combined yet it is coneptually independent of the rest of the testsuite and most people are not running it. - Matthias > On Jul 9, 2018, at 9:11 AM, Michael Kruse via llvm-dev <llvm-dev at
2006 Aug 08
1
Client/server test harness - Crucible 1.6
Hi all, At OLS last month I presented about doing automated client/server testing of NFSv4. In and after that talk there was some discussion with Steve French about using the same framework for testing Samba, so I thought it might be worthwhile to post about the framework on this list. We've also just put out a new 1.6 release of Crucible; I've attached the release notice below. The
2018 Jul 09
4
Separate test harness for LLVM test-suite
Dear community, LLVM test-suite includes both default applications (benchmarks, tests) and test harness (CMake modules, lit-support, some scripts, etc.). Test suite provides extension interface to add "external" tests suite and folders. This worked well, we enhanced basic harness and integrated large set of internal benchmarks and applications. However, we have users interested in LLVM
2014 Oct 21
3
Re: [PATCH v5 1/7] tests: Introduce test harness for running tests.
On Sunday 05 October 2014 14:08:35 Richard W.M. Jones wrote: > +# Install the test harness. > +localtestsdir = $(alltestsdir) > +localtests_SCRIPTS = ../test-harness Shouldn't it rather go to libexec? > +../test-harness: > + rm -f $@ $@-t > + echo 'echo Warning: Install OCaml compiler in order to rebuild the test-harness.' > $@-t > + chmod +x
2019 Jul 31
5
GPO issues - getting SYSVOL cleaned up again
On 31/07/2019 11:40, Stefan G. Weichinger via samba wrote: > Am 31.07.19 um 12:32 schrieb Rowland penny via samba: >> On 31/07/2019 11:22, Stefan G. Weichinger via samba wrote: >>> "dc" was the old name a few years ago >>> >>> I try to get rid of that now. >>> >>> host -t A dc... not found. We want that in the end. >>>
2019 Jul 31
3
FW: GPO issues - getting SYSVOL cleaned up again
(oeps) this need to be in this mail also. Try : rgrep "dc.domain.at" /etc/* > -----Oorspronkelijk bericht----- > Van: L.P.H. van Belle > Verzonden: woensdag 31 juli 2019 12:17 > Aan: 'samba at lists.samba.org' > Onderwerp: RE: [Samba] GPO issues - getting SYSVOL cleaned up again > > Ok, on that server. > > This > >
2013 Jul 08
0
[LLVMdev] [RFC] Fix leading and trailing spaces
On Jul 8, 2013, at 11:39 AM, Ondřej Bílka <neleai at seznam.cz> wrote: > Hi, > > I am writing tool to simplify automated refactorings. One of > prerequisites is have clean codebase, so a refactorer can be simple and > created formatting inconsistencies can be eliminated by formatter. Cool. > My plan to keep codebase clean is first run a cleanup systemwide, then >