-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve reliability of lando tests #244
Comments
Needs more work. |
Current thought is to ignore errors for that line... Alternatively, tests could exclude the |
* Try rebuilding Lando project before starting. * add sleep command to alndo build process * ignore lando start failures
* Try rebuilding Lando project before starting. * add sleep command to alndo build process * ignore lando start failures
* #232: Update all restart policies to 'unless-stopped' Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * #233: Lando test (#234) * Add a lando test * Remove lando init from test * update directory path change * Update URL for lando project * Lando uses slightly different Lagoon headers... * Additional running check for container state searches. (#237) Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * Refactoring the `model` package (#239) * Moar tests. * Separate out Docker functions from the model package * gofmt * gofmt * remove key operation examples for now * Forgot to actually start the containers. * Additional running check for container state searches. (#237) * add dist to gitignore * Update output path * Decouple regression tests from using docker client api directly and use docker lib * Add some notes on local development * add service tests into travis * Bump github.com/imdario/mergo from 0.3.9 to 0.3.10 (#240) Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.9 to 0.3.10. - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](darccio/mergo@v0.3.9...v0.3.10) * Revert "Bump github.com/imdario/mergo from 0.3.9 to 0.3.10 (#240)" (#242) This reverts commit c4ff1d3. * Update applicable references from master to main Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * Bump github.com/spf13/viper from 1.7.0 to 1.7.1 (#245) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * #246: Create new value for services before merging default values in place (#247) Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * #244: Stabilise Lando tests (#249) * Try rebuilding Lando project before starting. * add sleep command to alndo build process * ignore lando start failures * Bump github.com/imdario/mergo from 0.3.9 to 0.3.11 (#248) Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.9 to 0.3.11. - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](darccio/mergo@v0.3.9...v0.3.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Update tests for field values of restart policy to match new value "unless-stopped" Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Try rebuilding Lando project before starting. * add sleep command to alndo build process * ignore lando start failures
* #232: Update all restart policies to 'unless-stopped' Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * #233: Lando test (#234) * Add a lando test * Remove lando init from test * update directory path change * Update URL for lando project * Lando uses slightly different Lagoon headers... * Additional running check for container state searches. (#237) Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * Refactoring the `model` package (#239) * Moar tests. * Separate out Docker functions from the model package * gofmt * gofmt * remove key operation examples for now * Forgot to actually start the containers. * Additional running check for container state searches. (#237) * add dist to gitignore * Update output path * Decouple regression tests from using docker client api directly and use docker lib * Add some notes on local development * add service tests into travis * Bump github.com/imdario/mergo from 0.3.9 to 0.3.10 (#240) Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.9 to 0.3.10. - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](darccio/mergo@v0.3.9...v0.3.10) * Revert "Bump github.com/imdario/mergo from 0.3.9 to 0.3.10 (#240)" (#242) This reverts commit c4ff1d3. * Update applicable references from master to main Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * Bump github.com/spf13/viper from 1.7.0 to 1.7.1 (#245) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * #246: Create new value for services before merging default values in place (#247) Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> * #244: Stabilise Lando tests (#249) * Try rebuilding Lando project before starting. * add sleep command to alndo build process * ignore lando start failures * Bump github.com/imdario/mergo from 0.3.9 to 0.3.11 (#248) Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.9 to 0.3.11. - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](darccio/mergo@v0.3.9...v0.3.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Update tests for field values of restart policy to match new value "unless-stopped" Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
At the moment Lando tests are a little flakey as part of the
lando start
section.We should improve this for test reliability.
The text was updated successfully, but these errors were encountered: