You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2016/12/30 15:40:46 UTC

[1/3] incubator-trafficcontrol git commit: Add Snapshot db cleanup for test

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/postgres 8462a6deb -> b4f209904


Add Snapshot db cleanup for test


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/3cbf6f5b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/3cbf6f5b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/3cbf6f5b

Branch: refs/heads/postgres
Commit: 3cbf6f5b8d61d1c687a942cbd4cbb4b39b5daf13
Parents: 28b1389
Author: Jan van Doorn <ja...@cable.comcast.com>
Authored: Thu Dec 29 13:19:43 2016 -0700
Committer: Jan van Doorn <ja...@cable.comcast.com>
Committed: Thu Dec 29 13:19:43 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/Test/IntegrationTestHelper.pm | 1 +
 traffic_ops/app/lib/Test/TestHelper.pm            | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/3cbf6f5b/traffic_ops/app/lib/Test/IntegrationTestHelper.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Test/IntegrationTestHelper.pm b/traffic_ops/app/lib/Test/IntegrationTestHelper.pm
index f0c1eef..1abf9d2 100644
--- a/traffic_ops/app/lib/Test/IntegrationTestHelper.pm
+++ b/traffic_ops/app/lib/Test/IntegrationTestHelper.pm
@@ -191,6 +191,7 @@ sub unload_core_data {
 	$self->teardown( $schema, 'PhysLocation' );
 	$self->teardown( $schema, 'Region' );
 	$self->teardown( $schema, 'Division' );
+	$self->teardown( $schema, 'Snapshot' );
 	$self->teardown( $schema, 'Cdn' );
 }
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/3cbf6f5b/traffic_ops/app/lib/Test/TestHelper.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Test/TestHelper.pm b/traffic_ops/app/lib/Test/TestHelper.pm
index f5d5756..2b53dcd 100644
--- a/traffic_ops/app/lib/Test/TestHelper.pm
+++ b/traffic_ops/app/lib/Test/TestHelper.pm
@@ -151,6 +151,7 @@ sub unload_core_data {
 	$self->teardown($schema, 'ProfileParameter');
 	$self->teardown($schema, 'Type');
 	$self->teardown($schema, 'Status');
+	$self->teardown( $schema, 'Snapshot' );
 	$self->teardown($schema, 'Cdn');
 }
 


[2/3] incubator-trafficcontrol git commit: Merge branch 'postgres' of https://github.com/knutsel/incubator-trafficcontrol into postgres

Posted by mi...@apache.org.
Merge branch 'postgres' of https://github.com/knutsel/incubator-trafficcontrol into postgres


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/206d4216
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/206d4216
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/206d4216

Branch: refs/heads/postgres
Commit: 206d42169f49ae0731fd18db08deb20343e32296
Parents: 8462a6d 3cbf6f5
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Fri Dec 30 08:40:03 2016 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Fri Dec 30 08:40:03 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/Test/IntegrationTestHelper.pm | 1 +
 traffic_ops/app/lib/Test/TestHelper.pm            | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------



[3/3] incubator-trafficcontrol git commit: This closes #148

Posted by mi...@apache.org.
This closes #148


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/b4f20990
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/b4f20990
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/b4f20990

Branch: refs/heads/postgres
Commit: b4f209904a00e2fd08bf450e16b54fff3237b6bf
Parents: 206d421
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Fri Dec 30 08:40:33 2016 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Fri Dec 30 08:40:33 2016 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------