30
How Testing helped the API 0.6 Migration Shaun McDonald [email protected] Twitter: smsm1

How Testing Helped The API 0.6 Migration

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: How Testing Helped The API 0.6 Migration

How Testing helped the API 0.6 Migration

Shaun [email protected]

Twitter: smsm1

Page 2: How Testing Helped The API 0.6 Migration
Page 3: How Testing Helped The API 0.6 Migration
Page 4: How Testing Helped The API 0.6 Migration

Background

Page 5: How Testing Helped The API 0.6 Migration

API 0.619th April 2009

Page 6: How Testing Helped The API 0.6 Migration

Changesets

Page 7: How Testing Helped The API 0.6 Migration

Version Numbers

Page 8: How Testing Helped The API 0.6 Migration

Diff Uploads

Page 9: How Testing Helped The API 0.6 Migration

Backend DB

MySQL → PostgresForeign Keys

Page 10: How Testing Helped The API 0.6 Migration

Limits

osm.org/api/capabilities

Page 11: How Testing Helped The API 0.6 Migration
Page 12: How Testing Helped The API 0.6 Migration

The Problem

Page 13: How Testing Helped The API 0.6 Migration
Page 14: How Testing Helped The API 0.6 Migration

http://www.flickr.com/photos/hypertypos/3114025184/

Page 15: How Testing Helped The API 0.6 Migration
Page 16: How Testing Helped The API 0.6 Migration

Solution

 

Page 17: How Testing Helped The API 0.6 Migration
Page 18: How Testing Helped The API 0.6 Migration
Page 19: How Testing Helped The API 0.6 Migration

cruise.openstreetmap.org

Page 20: How Testing Helped The API 0.6 Migration

http://cruise.openstreetmap.org/

Page 21: How Testing Helped The API 0.6 Migration

Example problems the tests picked up

Page 22: How Testing Helped The API 0.6 Migration

svn status

M test/unit/diary_entry_test.rb

M app/controllers/diary_entry_controller.rb

? app/views/diary_entry/_diary_tag.html.erb

Page 23: How Testing Helped The API 0.6 Migration

Invalid translation file (byte order bit)

Page 24: How Testing Helped The API 0.6 Migration

 

Page 25: How Testing Helped The API 0.6 Migration
Page 26: How Testing Helped The API 0.6 Migration

Your Applications

Page 27: How Testing Helped The API 0.6 Migration
Page 28: How Testing Helped The API 0.6 Migration
Page 29: How Testing Helped The API 0.6 Migration

api06.dev.openstreetmap.org

apis.dev.openstreetmap.org

Page 30: How Testing Helped The API 0.6 Migration

Test, Test, Test