-
Notifications
You must be signed in to change notification settings - Fork 160
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
Update images and enable leak detection, and split tests in CI to Unit, Integration and Web #299
Conversation
4c87807
to
4614f7e
Compare
6c0e60d
to
9544e24
Compare
f82cd10
to
baabd6d
Compare
baabd6d
to
9df17ca
Compare
681c038
to
e714427
Compare
e714427
to
aa489d0
Compare
fb57168
to
aa489d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really love this. Especially the circle ci config is waaay better and execution much faster ❤️ .
Thanks for addressing this!
I added a couple of minor comments.
- <<: *IMAGE_DOCKER_MONGODB | ||
- <<: *IMAGE_DOCKER_REQUEST_REPLAYER | ||
environment: | ||
DDAGENT_HOSTNAME: 127.0.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be DD_AGENT_HOST
.circleci/config.yml
Outdated
integration_testsuite: "test-integrations-70" | ||
image_tag: "ddtrace_alpine_php-7.0-debug" | ||
- integration_tests: | ||
name: "Intg tests 71" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't hate me 😞 what about s/Intg/Integrations/g
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with all my ❤️ but
I shortened it to make PHP version actually visible in Circle Ci UI. Which makes long names essentially useless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See Static Analy...
These changes actually started with Integration tests 54
and even Web integration tests 54
etc.
But this turned into a bunch of
Integration tes...
Integration tes...
Integration tes...
Integration tes...
Integration tes...
Web integratio...
Web integratio...
Web integratio...
Web integratio...
Web integratio...
I would have start with with version number but. The name of a job cannot start with a number in 2.1
.
Maybe something like PHP 54 Integration tests
could work WDYT ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm actually I like that more than current short forms. Let me quickly change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sort of hate that I asked you to change that 😄! I am ok with this, but feel free to go back to the initial proposal or to abbreviate Integrations again if you prefer 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You were right, I didn't like them either. But with naming I just usually try to use >first< thing that came to my mind, turns out 2nd idea was much better :D
@@ -1,4 +1,4 @@ | |||
version: 2.0 | |||
version: 2.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we ended up eating the composer test-integration
part (different from composer test-integrations-XX
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its there but its not immediately obvious. I remove the yaml reference in lieu of normal run
devfinition to make it more obvious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 love it!
Description
Use new Alpine based Debug images for most tests to ensure repeatable results.
Readiness checklist
[ ] Changelog entry added, if necessary