<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://citconf.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Reusing_validation_tests_as_monitoring</id>
	<title>Reusing validation tests as monitoring - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://citconf.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Reusing_validation_tests_as_monitoring"/>
	<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Reusing_validation_tests_as_monitoring&amp;action=history"/>
	<updated>2026-04-24T21:38:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Reusing_validation_tests_as_monitoring&amp;diff=15626&amp;oldid=prev</id>
		<title>Rapaul: Created page with &quot;People seemed generally agreeable that we want to write tests once in dev and get reuse out of them in production.  * Biggest hurdle perceived as handling persistence/state * ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Reusing_validation_tests_as_monitoring&amp;diff=15626&amp;oldid=prev"/>
		<updated>2014-02-23T03:30:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;People seemed generally agreeable that we want to write tests once in dev and get reuse out of them in production.  * Biggest hurdle perceived as handling persistence/state * ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;People seemed generally agreeable that we want to write tests once in dev and get reuse out of them in production.&lt;br /&gt;
&lt;br /&gt;
* Biggest hurdle perceived as handling persistence/state&lt;br /&gt;
* Running passive (readonly tests) would be trivial to do. Tests that write become a problem.&lt;br /&gt;
* Multi-tenanted solutions might mitigate some of these issues, create a new customer/tenant in your software for each tests which could be deleted/ignored.&lt;br /&gt;
* We want to run these tests without and change to the tests, will need a standard approach/contract to environmental configuration which tests can consume.&lt;br /&gt;
* Pulling tests results out of production and making them available to all is important&lt;br /&gt;
* Tests need to be versioned with your application so a new deployment has the appropriate tests run.&lt;br /&gt;
** Same repo for production code &amp;amp; tests = consistent. If you wanted to add new tests without changing the production code you could either publish the tests separately. Or if your releasing is cheap enough just release a new version and push it through the deployment pipeline in to keep a single consistent approach.&lt;br /&gt;
* 3rd party integrations... test data into these systems (bank, health records, etc) might be difficult. Talked briefly about the Simplicator pattern http://www.natpryce.com/articles/000785.html&lt;/div&gt;</summary>
		<author><name>Rapaul</name></author>
	</entry>
</feed>