Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-21 | s4:smbtorture do not leave output directory around | Christian Ambach | 1 | -0/+1 | |
calling smbtorture with no or invalid arguments left the temporary output directory around this patches removes the dead-end exit from usage and makes the logic go on until the final cleanup state is reached output directory will still be left around when test times out or testcases itself force an exit also make sure that the directory itself is deleted, not just the objects in it Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Feb 21 11:35:30 CET 2011 on sn-devel-104 | |||||
2011-02-10 | s4-torture: not having an output dir is not a fatal error | Andrew Tridgell | 1 | -1/+3 | |
just return NT_STATUS_OK, as nothing to cleanup Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-12-22 | s4-smbtorture: add torture_assert_nttime_equal macro. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2010-12-17 | s4-smbtorture: add torture_assert_strn_equal macro. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 1 | -1/+1 | |
this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | |||||
2010-12-04 | lib/torture: add torture_assert_u64_equal_goto() | Stefan Metzmacher | 1 | -0/+13 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 4 12:55:44 CET 2010 on sn-devel-104 | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -17/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-13 | s4-torture: fixed uninitialised variable error | Andrew Tridgell | 1 | -1/+1 | |
ret is uninitialised if the directory is empty | |||||
2010-10-11 | torture: Add debug on what we are removing | Matthieu Patou | 1 | -0/+1 | |
2010-10-11 | lib/torture: Add function to clean up the output directory | Andrew Bartlett | 2 | -1/+66 | |
This helps to avoid leaving 85MB of provision around for every NET-API-BECOME-DC test. Andrew Bartlett Signed-off-by: Matthieu Patou <mat@matws.net> | |||||
2010-09-23 | torture: Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 | |
2010-09-23 | lib-subunit: fixed build on systems without subunit devel library | Andrew Tridgell | 1 | -4/+2 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-22 | smbtorture: Report times. | Jelmer Vernooij | 3 | -5/+39 | |
2010-09-22 | torture: Use system subunit library if available. | Jelmer Vernooij | 1 | -1/+0 | |
2010-09-22 | smbtorture: Use subunit C library. | Jelmer Vernooij | 2 | -28/+27 | |
2010-09-21 | torture: Remove active_testname variable. | Jelmer Vernooij | 2 | -22/+1 | |
2010-09-21 | torture: Fix running individual tests. | Jelmer Vernooij | 3 | -28/+70 | |
2010-09-14 | subunit.pm: Pass through milliseconds in time reports. | Jelmer Vernooij | 1 | -2/+1 | |
2010-08-17 | smbtorture: Emit correct test results if setup fails. | James Peach | 1 | -15/+31 | |
If the test setup fails, we still need to format the test result for the UI. At leas in the subunit case, the format doesn't specify what to do here, so we fail every test manually with the setup failure message. | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -5/+5 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-21 | smbtorture: Move interactive shell into a separate file. | James Peach | 2 | -2/+2 | |
2010-04-10 | torture: Simplify torture suite running, call restricted test suite runner. | Jelmer Vernooij | 2 | -0/+12 | |
2010-04-09 | lib/torture: also print intergers as HEX values in the torture_assert macros | Stefan Metzmacher | 1 | -6/+8 | |
metze | |||||
2010-04-09 | torture: add torture_assert_goto() convenience macro | Kamen Mazdrashki | 1 | -0/+7 | |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 | |
we won't be using the mk -> wscript generator again | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: enable the pc_files in the build rules | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+12 | |
2010-03-31 | smbtorture: Report number of available tests in a testsuite using subunit. | Jelmer Vernooij | 3 | -1/+53 | |
2009-11-18 | fixed the build | Andrew Tridgell | 1 | -0/+4 | |
whoever pushed 15d93a5d8e21893e1cca5c989dbf97010aae1622, please check that what you push compiles and passes tests. In this case it didn't compile. | |||||
2009-11-17 | s4/torture: add a new ulong parameteric torture option | Aravind Srinivasan | 1 | -0/+8 | |
2009-09-08 | s4/torture: add new torture_assert_*_todo() macros | Steven Danneman | 1 | -0/+38 | |
These allow torture tests to perform cleanup after a failure, by jumping to a goto label. | |||||
2009-07-19 | Remove unused parameter setting. | Jelmer Vernooij | 2 | -11/+0 | |
2009-06-18 | s4: Call va_end() after all va_start()/va_copy() calls. | Andrew Kroeger | 1 | -0/+2 | |
This corrects the issues reaised in bug #6129, and some others that were not originally identified. It also accounts for some code that was in the original bug report but appears to have since been made common between S3 and S4. Thanks to Erik Hovland <erik@hovland.org> for the original bug report. | |||||
2009-06-02 | torture: minor fixes to torture macro text output. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-26 | lib/torture: fix depency to map_nt_error_from_unix() | Stefan Metzmacher | 1 | -1/+3 | |
This should fix the build on Mac OS 10 metze | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 2 | -3/+3 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-11-20 | s3/s4 build: Fix "might be unitialized" warning | Tim Prouty | 1 | -1/+1 | |
2008-11-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2 | -0/+16 | |
2008-11-18 | Explicitly include samba4 includes.h to fix the build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-17 | Add helpful function for comparison of DATA_BLOB elements | Andrew Bartlett | 1 | -0/+15 | |
2008-11-16 | s4:torture: fix the build with auto dependencies | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-11-16 | Remove unused init function in subunit code. | Jelmer Vernooij | 1 | -6/+0 | |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 2 | -4/+2 | |
2008-11-16 | Move libtorture to top-level. | Jelmer Vernooij | 5 | -0/+1174 | |