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

NH-23786: minimal passing automated tests #15

Merged
merged 10 commits into from
Oct 31, 2022
Merged

NH-23786: minimal passing automated tests #15

merged 10 commits into from
Oct 31, 2022

Conversation

xuan-cao-swi
Copy link
Contributor

@xuan-cao-swi xuan-cao-swi commented Oct 18, 2022

Impact?

Alpine 3.12 -> 3.16.2
Ubuntu 18.04 -> 20.04
action/checkout@v2 -> action/checkout@v3 (ref)

redis library is set to <=5.0.0 to overcome the redis library upgrade (also affected resque)

Copy link
Contributor

@cheempz cheempz left a comment

Choose a reason for hiding this comment

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

Thanks @xuan-cao-swi! I left some comments :)

test/run_tests/Dockerfile_alpine Show resolved Hide resolved
test/run_tests/Dockerfile_centos Show resolved Hide resolved
test/run_tests/Dockerfile_ubuntu Show resolved Hide resolved
.github/workflows/test_on_4_linux.yml Outdated Show resolved Hide resolved
.github/workflows/test_on_ubuntu.yml Show resolved Hide resolved
Copy link
Contributor

@cheempz cheempz left a comment

Choose a reason for hiding this comment

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

Looks good @xuan-cao-swi! I left a couple comments, the main one being whether we really have to hardcode a permanent skip for the wicked pdf test.

Also, can you update the PR description to highlight the changes made for redis?

lib/oboe_metal.rb Outdated Show resolved Hide resolved
@@ -238,7 +238,7 @@
end

it "traces pdfs from the 'wicked' controller" do
skip if @skip_wicked
skip
Copy link
Contributor

Choose a reason for hiding this comment

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

I see @skip_wicked being set to true in https://github.com/solarwindscloud/solarwinds-apm-ruby/blob/main/test/frameworks/rails_shared_tests.rb. Can it be used to also skip this test?

@cheempz cheempz changed the title NH-23786: update the image version for github action NH-23786: minimal passing automated tests Oct 28, 2022
Copy link
Contributor

@cheempz cheempz left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the revisit @xuan-cao-swi!

@xuan-cao-swi xuan-cao-swi merged commit 316d1a9 into main Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants