Folyamatos integráció és kódépítés (ALM Day Budapest, 24/11/2015, Hungarian)

Post on 16-Jan-2017

150 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

Transcript

egyik.cs fájlt

módosította

másik.cs fájlt

módosította

?

void ProcessOrder(){…

+ account.Withdraw(sum);…

}

void FinalizeOrder(){…

+ account.Withdraw(sum);…

}

Fájl-szintű konfliktusok

feloldása Fordíthatóság, kódépítés

(build)

Automatizált tesztek

Telepíthetőség (Deployment)

Manuálistesztek

[Enter your specific step

here]

Ellenőrzés Visszajelzés

Konfliktus kerülés

Eredmény ellenőrzés

Konfliktus pártolás

Módosítás ellenőrzés

Open Pull Request

CI Build Merge

Open Pull Request

Verify

Merge

Source: https://en.Wikipedia.org/wiki/Approach_and_Landing_Tests

Source: https://en.Wikipedia.org/wiki/Approach_and_Landing_Tests

top related