summaryrefslogtreecommitdiffstats
path: root/test/other/tc_transactions.rb
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of the tc_ prefix to test casesluke2005-10-221-227/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@724 980ebf18-57e1-0310-9a29-db15c13687c0
* making service changes; it is still basically non-functional except in the ↵luke2005-10-131-0/+1
| | | | | | degenerate case of using "init" git-svn-id: https://reductivelabs.com/svn/puppet/trunk@717 980ebf18-57e1-0310-9a29-db15c13687c0
* switching test classes back to modules -- making them classes causes too ↵luke2005-10-031-1/+2
| | | | | | many empty tests to run every time git-svn-id: https://reductivelabs.com/svn/puppet/trunk@714 980ebf18-57e1-0310-9a29-db15c13687c0
* switching all relationships to be centrally maintained and to use symbolic ↵luke2005-10-011-0/+1
| | | | | | references, rather than literal ones; also going through and making all tests pass again after mucking with services git-svn-id: https://reductivelabs.com/svn/puppet/trunk@710 980ebf18-57e1-0310-9a29-db15c13687c0
* making "Type.new" private, and switching to "Type.create", so that i can ↵luke2005-09-161-3/+3
| | | | | | merge new objects with existing objects and such; converted all files, and tested them git-svn-id: https://reductivelabs.com/svn/puppet/trunk@674 980ebf18-57e1-0310-9a29-db15c13687c0
* switching FileTesting to a class, and modifying test suites as appropriateluke2005-09-161-4/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@673 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing error handling so that failed objects are completely destroyed; they ↵luke2005-09-131-160/+56
| | | | | | were receiving events even though they were supposed to be gone git-svn-id: https://reductivelabs.com/svn/puppet/trunk@651 980ebf18-57e1-0310-9a29-db15c13687c0
* Execution order is now based on dependency relationships, and those ↵Luke Kanies2005-08-181-1/+1
| | | | | | relationships correctly propagate up and descend into components. There is also an event test suite now, along with a (currently simple) component test suite. git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@565 980ebf18-57e1-0310-9a29-db15c13687c0
* all tests now pass on os xLuke Kanies2005-08-061-0/+30
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@502 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing verbose output to be better and easier to manageLuke Kanies2005-08-041-16/+34
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@499 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some consistency and tests to the whole puppet defaults systemLuke Kanies2005-08-021-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@485 980ebf18-57e1-0310-9a29-db15c13687c0
* making changes necessary to pass tests on all available platformsLuke Kanies2005-07-241-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@458 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, last try on sources hopefully -- no failures, and basic functionality ↵Luke Kanies2005-07-221-45/+44
| | | | | | all seems to be working git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@439 980ebf18-57e1-0310-9a29-db15c13687c0
* switching facts to be auto-provided by the clientLuke Kanies2005-07-181-3/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@415 980ebf18-57e1-0310-9a29-db15c13687c0
* finishing rename of file classLuke Kanies2005-06-291-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@323 980ebf18-57e1-0310-9a29-db15c13687c0
* further output cleanup, and fixed the problem with tc_server.rb leaving ↵Luke Kanies2005-06-291-1/+1
| | | | | | sleeper processes lying around git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@321 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing debugging to severely reduce output but allow it when debugging a ↵Luke Kanies2005-06-291-1/+1
| | | | | | specific service git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@319 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming blink to puppetLuke Kanies2005-06-271-16/+16
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@305 980ebf18-57e1-0310-9a29-db15c13687c0
* everything passes all of the tests, but i do not think the component-level ↵Luke Kanies2005-05-301-0/+39
| | | | | | metaparams are working git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@289 980ebf18-57e1-0310-9a29-db15c13687c0
* done some more work on making components act like normal objects, but now i ↵Luke Kanies2005-05-301-5/+60
| | | | | | need to figure out how to spread events up the tree, rather than just point to point git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@284 980ebf18-57e1-0310-9a29-db15c13687c0
* dependencies now work, although you cannot yet specify them for componentsLuke Kanies2005-05-301-0/+50
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@283 980ebf18-57e1-0310-9a29-db15c13687c0
* there are now explicit tests for transactions, including rollback, and more ↵Luke Kanies2005-05-301-0/+141
tests involving querying git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@282 980ebf18-57e1-0310-9a29-db15c13687c0