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

Windows integTest fix for 2.12 with admin:admin security changes #4409

Merged

Conversation

peterzhuamazon
Copy link
Member

Description

Windows integTest fix for 2.12 with admin:admin security changes

Issues Resolved

Closes #4370

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (65ddd1f) 91.35% compared to head (ddb3d79) 91.35%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4409   +/-   ##
=======================================
  Coverage   91.35%   91.35%           
=======================================
  Files         190      190           
  Lines        6197     6197           
=======================================
  Hits         5661     5661           
  Misses        536      536           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@peterzhuamazon
Copy link
Member Author

Note that we are running all the calls in Jenkins as shell for Windows.
Therefore, set is no where to be found and need to be replaced with env.


2024-02-05 22:13:52 WARNING  Removing try count: 3/3 for C:\Users\ContainerAdministrator\tmpty1th9gi
2024-02-05 22:13:52 WARNING  Exception: [WinError 145] The directory is not empty: 'C:\\Users\\ContainerAdministrator\\tmpty1th9gi'
2024-02-05 22:13:52 INFO     | geospatial           | with-security        | PASS  |
2024-02-05 22:13:52 INFO     | geospatial           | without-security     | PASS  |


2024-02-05 23:06:42 INFO     Removing C:\Users\ContainerAdministrator\tmpoeuq11ma
2024-02-05 23:06:42 WARNING  Removing try count: 1/3 for C:\Users\ContainerAdministrator\tmpoeuq11ma\customImportMapDashboards\.git\objects\pack\pack-65109521d5c7dd39845c752b44e575aa3287f2b1.idx
2024-02-05 23:06:42 WARNING  Removing try count: 1/3 for C:\Users\ContainerAdministrator\tmpoeuq11ma\customImportMapDashboards\.git\objects\pack\pack-65109521d5c7dd39845c752b44e575aa3287f2b1.pack
2024-02-05 23:06:42 WARNING  Removing try count: 1/3 for C:\Users\ContainerAdministrator\tmpoeuq11ma\customImportMapDashboards\.git\objects\pack\pack-65109521d5c7dd39845c752b44e575aa3287f2b1.rev
2024-02-05 23:06:42 INFO     | customImportMapDashboards | with-security        | PASS  |
2024-02-05 23:06:42 INFO     | customImportMapDashboards | without-security     | PASS  |


@peterzhuamazon peterzhuamazon merged commit 97dec50 into opensearch-project:main Feb 5, 2024
12 checks passed
@peterzhuamazon peterzhuamazon deleted the win-integtest-2.12 branch February 5, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[Bug]: All integration tests for RPM, Debian and Windows are failing
2 participants