Skip to content

Commit

Permalink
Update run android
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Feb 12, 2021
1 parent db4fcc5 commit 542a7c5
Showing 1 changed file with 29 additions and 13 deletions.
42 changes: 29 additions & 13 deletions docs/refactor/flank_run/flank_activity_diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,46 @@ start
partition "cli command" #LightGreen {
split


:login;


split again
partition "new test run" #LightBlue {
partition "run tests" #LightBlue {

split
partition "run android" #LightBlue {
:before run tests;
:prepare data;
:upload files;
partition "before run tests" #LightBlue {
#snow:start stop watch;
#snow:prepare result directory;
#MediumSeaGreen:ensure not running on mock;
}
'na pewno atomowe, sklada sie z kilku krokow w sumie ale to raczej nie problem
'jesli przyjmujemy tez pokazywanie google api to w taki razie czy nie powinno byc na jakiś kolor?
'mamy tak naprawde 3 obiekty stricte zwiazane z api ftl GcTesting, GcStorage, GcTOolResults
'oznaczac je na jakis inny kolor?
#snow:prepare data;
#snow:upload files;
:create test contexts;
partition "dump shards" #LightBlue {
#snow:as matrix test shards;
'rozbic na ify? (brzydki json)
#snow:prepare dump file;
#snow:upload dump file;
}
#snow:upload test files;
repeat
:dump shards;
:upload;
:create test config;
:build test matrix;
:execute with retry;
#snow:create test config;
#snow:build test matrix;
#snow:execute with retry;
repeat while (for each context)
:before run message;
:after test run;
:test results>
#snow:before run message;
partition "after test run" #LightBlue {
#snow:update matrix file;
#snow:save config file;
#snow:save session id;
#snow:upload session id;
}
#snow:test results>
}

split again
Expand Down

0 comments on commit 542a7c5

Please sign in to comment.