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

Refine lang setting #1778

Merged
merged 3 commits into from
Jan 31, 2023
Merged

Refine lang setting #1778

merged 3 commits into from
Jan 31, 2023

Conversation

jsa34
Copy link
Contributor

@jsa34 jsa34 commented Jan 24, 2023

Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

Sets the LANGUAGE env var as part of the binary wrapper script, instead of outside it,

Motivation and Context

Resolves #1750.
Previous attempt didn't permeate to the node container in dynamic grid setup.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@jsa34
Copy link
Contributor Author

jsa34 commented Jan 25, 2023

@diemol - could you give this a look when you have time to make sure I am taking the right approach to make sure the env variable is set in the dynamic node containers?

Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

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

This is quite tricky to test. The script looks fine to me.

Have you built the images locally to test it? If you tell me that it works, I'd be happy to merge it and release.

@diemol diemol force-pushed the refine_lang_setting branch from bcd581b to 7619a63 Compare January 30, 2023 10:02
Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

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

Thank you, @jsa34!

@diemol
Copy link
Member

diemol commented Jan 30, 2023

This is quite tricky to test. The script looks fine to me.

Have you built the images locally to test it? If you tell me that it works, I'd be happy to merge it and release.

The PR looks good. However, I am still waiting for your reply on this question, @jsa34.

@jsa34
Copy link
Contributor Author

jsa34 commented Jan 30, 2023 via email

@diemol
Copy link
Member

diemol commented Jan 30, 2023

👍
Please let me know and I'd be happy to do a release after that.

@jsa34
Copy link
Contributor Author

jsa34 commented Jan 31, 2023 via email

@diemol diemol merged commit ed21a2b into SeleniumHQ:trunk Jan 31, 2023
prashanth-volvocars pushed a commit to prashanth-volvocars/docker-selenium that referenced this pull request Jun 29, 2023
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.

[🐛 Bug]: Setting lang attribute doesn't apply to the test containers
2 participants