-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58066/
-----------------------------------------------------------

(Updated April 6, 2017, 11:45 a.m.)


Review request for Aurora and Stephan Erb.


Changes
-------

Update e2e


Bugs: AURORA-1914
    https://issues.apache.org/jira/browse/AURORA-1914


Repository: aurora


Description
-------

The original commit adding this feature added an artifical constraint to the 
schema that prevented more than one task volume per task. This is because there 
was a `UNIQUE` constraint between the volumes table and the task config table, 
preventing a task config from being associated with more than one volume.

This patch removes that constraint. As a result some of the MyBatis mappers had 
to change and a new migration was added.


Diffs (updated)
-----

  
src/main/java/org/apache/aurora/scheduler/storage/db/migration/V010_RemoveUniqueConstraint.java
 PRE-CREATION 
  src/main/java/org/apache/aurora/scheduler/storage/db/views/DbContainer.java 
6a36e276d85de7b463ff92e53f66e736c0823696 
  src/main/java/org/apache/aurora/scheduler/storage/db/views/DbTaskConfig.java 
cf65a28c4eb89e8de77734c93b26bc7234b4f927 
  
src/main/resources/org/apache/aurora/scheduler/storage/db/TaskConfigMapper.xml 
97f6b80fa02ffb73671cf3c8b2aec32fe93a2030 
  src/main/resources/org/apache/aurora/scheduler/storage/db/schema.sql 
ff1623acddf2ca2d59b5f987955005fe1e5d2bfd 
  src/test/java/org/apache/aurora/scheduler/storage/AbstractTaskStoreTest.java 
80be33969d697ab7821eb0ef7cb5f7a7cb9ba61f 
  src/test/sh/org/apache/aurora/e2e/http/http_example.aurora 
be43a099109d73b5dc34d8a66d2ca9782e025b0b 


Diff: https://reviews.apache.org/r/58066/diff/3/

Changes: https://reviews.apache.org/r/58066/diff/2-3/


Testing
-------


Thanks,

Zameer Manji

Reply via email to