Skip to content
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 core configs for datadog-ci #5

Merged
merged 4 commits into from
Aug 17, 2023

Conversation

anmarchenko
Copy link
Member

@anmarchenko anmarchenko commented Aug 16, 2023

Copying changes by @GustavoCaso from DataDog/dd-trace-rb#2988

Found a couple of more superfluous requires and using require where require_relative is in order - fixed.

…ssarily require specific files from external gems
@anmarchenko anmarchenko changed the title ensure that spec helpers are using require_relative and do not unnecessarily require specific files from external gems Update core configs for datadog-ci Aug 16, 2023
@anmarchenko anmarchenko marked this pull request as ready for review August 17, 2023 08:29
@anmarchenko anmarchenko requested review from a team August 17, 2023 08:29
@@ -12,6 +12,10 @@
end

describe "#ci" do
after do
settings.reset!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary?

I thought every test example, the settings would be created from subject.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied it from ddtrace gem, good point, will try to delete it and run tests

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TonyCTHsu removed it

@anmarchenko anmarchenko merged commit cccce89 into main Aug 17, 2023
4 checks passed
@anmarchenko anmarchenko deleted the anmarchenko/config_changes_port_from_ddtrace branch September 6, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants