-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Backport Requested:v4.2
-
Steps To Reproduce:
-
Sprint:Security 2019-12-30, Security 2019-01-13
-
Linked BF Score:50
SERVER-44620 introduced an isDebian10 function to ssl_helpers.js that verifies Debian version from the file /etc/debian_version. This was under the assumption that this file only exists on Debian systems, and not derivatives. On Ubuntu 18.04, the file exists and contains "buster/sid", which causes ssl_alert_reporting.js to attempt the test with TLS 1.3, which is not supported on Ubuntu 18.04. This causes a test failure.
- is caused by
-
SERVER-44620 Fix sslProviderSupports helpers on Debian 10
-
- Closed
-