[CDRIVER-4512] Remove legacy shell from test scripts Created: 25/Oct/22 Updated: 22/Jan/24 Resolved: 17/Jan/24 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | Evergreen Tools |
| Affects Version/s: | None |
| Fix Version/s: | 1.26.0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | PM Bot | Assignee: | Kevin Albertson |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||
| Epic Link: | CDRIVER-2733 | ||||||||||||
| Upstream Changes Summary: | DRIVERS-2328: All drivers that require the use of the legacy library are required to define the INSTALL_LEGACY_SHELL environment variable to a non-zero value when running MongoDB installation (either by running run-orchestration.sh or by manually invoking download_and_extract() from download-mongoldb.sh). This variable replaces the current SKIP_LEGACY_SHELL variable which will no longer be respected. The upcoming changes can be tested by using the development branch for this change. In your evergreen functions, locate the git clone command that clones the drivers-evergreen-tools repository and replace it with this command:
This will show which of your build tasks still need the legacy shell, which can be installed using the INSTALL_LEGACY_SHELL environment variable in that specific task. |
||||||||||||
| Description |
|
This ticket was split from DRIVERS-2328, please see that ticket for a detailed description. |
| Comments |
| Comment by Githook User [ 22/Jan/24 ] |
|
Author: {'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}Message:
`aws_setup.sh` runs `aws_tester.py`
|
| Comment by Githook User [ 17/Jan/24 ] |
|
Author: {'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}Message: Resolves insecure error produced by `find` |
| Comment by Githook User [ 17/Jan/24 ] |
|
Author: {'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}Message:
Ignore `aws_setup.sh` since it is in drivers-evergreen-tools
This is intended to help diagnose spurious observed auth failures
|
| Comment by Githook User [ 12/Jan/24 ] |
|
Author: {'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}Message:
`aws_setup.sh` runs `aws_tester.py`
|