@@ -1366,7 +1366,7 @@ describe('MongoBinaryDownloadUrl', () => {
13661366
13671367 describe ( 'for rhel' , ( ) => {
13681368 // These tests are made based on how the current implementation is, no actual rhel testing was done, so the data might be inaccurate
1369- it ( 'rhel 8 & 4.2.0 x86_64 ' , async ( ) => {
1369+ it ( 'rhel 8.2 (x86_64) & 4.2.0' , async ( ) => {
13701370 const du = new MongoBinaryDownloadUrl ( {
13711371 platform : 'linux' ,
13721372 arch : 'x64' ,
@@ -1382,7 +1382,7 @@ describe('MongoBinaryDownloadUrl', () => {
13821382 ) ;
13831383 } ) ;
13841384
1385- it ( 'rhel 8 & 5.0.0 x86_64 ' , async ( ) => {
1385+ it ( 'rhel 8.2 (x86_64) & 5.0.0' , async ( ) => {
13861386 const du = new MongoBinaryDownloadUrl ( {
13871387 platform : 'linux' ,
13881388 arch : 'x64' ,
@@ -1399,7 +1399,7 @@ describe('MongoBinaryDownloadUrl', () => {
13991399 } ) ;
14001400
14011401 describe ( 'rhel 8 download name change (JIRA SERVER-92375)' , ( ) => {
1402- it ( 'rhel 8 & 5.0.29 x86_64 ' , async ( ) => {
1402+ it ( 'rhel 8.2 (x86_64) & 5.0.29' , async ( ) => {
14031403 const du = new MongoBinaryDownloadUrl ( {
14041404 platform : 'linux' ,
14051405 arch : 'x64' ,
@@ -1415,7 +1415,7 @@ describe('MongoBinaryDownloadUrl', () => {
14151415 ) ;
14161416 } ) ;
14171417
1418- it ( 'rhel 8 & 6.0.17 x86_64 ' , async ( ) => {
1418+ it ( 'rhel 8.2 (x86_64) & 6.0.17' , async ( ) => {
14191419 const du = new MongoBinaryDownloadUrl ( {
14201420 platform : 'linux' ,
14211421 arch : 'x64' ,
@@ -1431,7 +1431,7 @@ describe('MongoBinaryDownloadUrl', () => {
14311431 ) ;
14321432 } ) ;
14331433
1434- it ( 'rhel 8 & 7.0.13 x86_64 ' , async ( ) => {
1434+ it ( 'rhel 8.2 (x86_64) & 7.0.13' , async ( ) => {
14351435 const du = new MongoBinaryDownloadUrl ( {
14361436 platform : 'linux' ,
14371437 arch : 'x64' ,
@@ -1447,7 +1447,7 @@ describe('MongoBinaryDownloadUrl', () => {
14471447 ) ;
14481448 } ) ;
14491449
1450- it ( 'rhel 8 & 8.0.0 x86_64 ' , async ( ) => {
1450+ it ( 'rhel 8.2 (x86_64) & 8.0.0' , async ( ) => {
14511451 const du = new MongoBinaryDownloadUrl ( {
14521452 platform : 'linux' ,
14531453 arch : 'x64' ,
@@ -1463,7 +1463,7 @@ describe('MongoBinaryDownloadUrl', () => {
14631463 ) ;
14641464 } ) ;
14651465
1466- it ( 'rhel 8.2 & 5.0.29 arm64 ' , async ( ) => {
1466+ it ( 'rhel 8.2 (arm64) & 5.0.29' , async ( ) => {
14671467 const du = new MongoBinaryDownloadUrl ( {
14681468 platform : 'linux' ,
14691469 arch : 'arm64' ,
@@ -1479,7 +1479,7 @@ describe('MongoBinaryDownloadUrl', () => {
14791479 ) ;
14801480 } ) ;
14811481
1482- it ( 'rhel 8.2 & 6.0.17 arm64 ' , async ( ) => {
1482+ it ( 'rhel 8.2 (arm64) & 6.0.17' , async ( ) => {
14831483 const du = new MongoBinaryDownloadUrl ( {
14841484 platform : 'linux' ,
14851485 arch : 'arm64' ,
@@ -1495,7 +1495,7 @@ describe('MongoBinaryDownloadUrl', () => {
14951495 ) ;
14961496 } ) ;
14971497
1498- it ( 'rhel 8.2 & 7.0.13 arm64 ' , async ( ) => {
1498+ it ( 'rhel 8.2 (arm64) & 7.0.13' , async ( ) => {
14991499 const du = new MongoBinaryDownloadUrl ( {
15001500 platform : 'linux' ,
15011501 arch : 'arm64' ,
@@ -1511,7 +1511,7 @@ describe('MongoBinaryDownloadUrl', () => {
15111511 ) ;
15121512 } ) ;
15131513
1514- it ( 'rhel 8.2 & 8.0.0 arm64 ' , async ( ) => {
1514+ it ( 'rhel 8.2 (arm64) & 8.0.0' , async ( ) => {
15151515 const du = new MongoBinaryDownloadUrl ( {
15161516 platform : 'linux' ,
15171517 arch : 'arm64' ,
@@ -1528,7 +1528,7 @@ describe('MongoBinaryDownloadUrl', () => {
15281528 } ) ;
15291529 } ) ;
15301530
1531- it ( 'rhel 8.2 & 4.4.2 arm64 ' , async ( ) => {
1531+ it ( 'rhel 8.2 (arm64) & 4.4.2' , async ( ) => {
15321532 const du = new MongoBinaryDownloadUrl ( {
15331533 platform : 'linux' ,
15341534 arch : 'arm64' ,
@@ -1544,7 +1544,7 @@ describe('MongoBinaryDownloadUrl', () => {
15441544 ) ;
15451545 } ) ;
15461546
1547- it ( 'rhel 8.2 & 5.0.0 arm64 ' , async ( ) => {
1547+ it ( 'rhel 8.2 (arm64) & 5.0.0' , async ( ) => {
15481548 const du = new MongoBinaryDownloadUrl ( {
15491549 platform : 'linux' ,
15501550 arch : 'arm64' ,
@@ -1560,7 +1560,7 @@ describe('MongoBinaryDownloadUrl', () => {
15601560 ) ;
15611561 } ) ;
15621562
1563- it ( 'rhel 8.2 & 6.0.10 arm64 ' , async ( ) => {
1563+ it ( 'rhel 8.2 (arm64) & 6.0.10' , async ( ) => {
15641564 const du = new MongoBinaryDownloadUrl ( {
15651565 platform : 'linux' ,
15661566 arch : 'arm64' ,
@@ -1576,7 +1576,7 @@ describe('MongoBinaryDownloadUrl', () => {
15761576 ) ;
15771577 } ) ;
15781578
1579- it ( 'rhel 8.2 & 7.0.0 arm64 ' , async ( ) => {
1579+ it ( 'rhel 8.2 (arm64) & 7.0.0' , async ( ) => {
15801580 const du = new MongoBinaryDownloadUrl ( {
15811581 platform : 'linux' ,
15821582 arch : 'arm64' ,
@@ -1592,7 +1592,7 @@ describe('MongoBinaryDownloadUrl', () => {
15921592 ) ;
15931593 } ) ;
15941594
1595- it ( 'rhel 9 & 6.0.4 x86_64 ' , async ( ) => {
1595+ it ( 'rhel 9 (x86_64) & 6.0.4' , async ( ) => {
15961596 // lowest rhel 9 x64 supported version is 6.0.4
15971597 const du = new MongoBinaryDownloadUrl ( {
15981598 platform : 'linux' ,
@@ -1609,7 +1609,7 @@ describe('MongoBinaryDownloadUrl', () => {
16091609 ) ;
16101610 } ) ;
16111611
1612- it ( 'rhel 9 & 7.0.0 x86_64 ' , async ( ) => {
1612+ it ( 'rhel 9 (x86_64) & 7.0.0' , async ( ) => {
16131613 const du = new MongoBinaryDownloadUrl ( {
16141614 platform : 'linux' ,
16151615 arch : 'x64' ,
@@ -1625,7 +1625,7 @@ describe('MongoBinaryDownloadUrl', () => {
16251625 ) ;
16261626 } ) ;
16271627
1628- it ( 'rhel 9 & 6.0.7 arm64 ' , async ( ) => {
1628+ it ( 'rhel 9 (arm64) & 6.0.7' , async ( ) => {
16291629 // lowest rhel 9 arm64 supported version is 6.0.7
16301630 const du = new MongoBinaryDownloadUrl ( {
16311631 platform : 'linux' ,
@@ -1642,7 +1642,7 @@ describe('MongoBinaryDownloadUrl', () => {
16421642 ) ;
16431643 } ) ;
16441644
1645- it ( 'rhel 9 & 7.0.0 arm64 ' , async ( ) => {
1645+ it ( 'rhel 9 (arm64) & 7.0.0' , async ( ) => {
16461646 const du = new MongoBinaryDownloadUrl ( {
16471647 platform : 'linux' ,
16481648 arch : 'arm64' ,
@@ -1658,7 +1658,7 @@ describe('MongoBinaryDownloadUrl', () => {
16581658 ) ;
16591659 } ) ;
16601660
1661- it ( 'should allow v5.0-latest' , async ( ) => {
1661+ it ( 'rhel 8 (x86_64) & v5.0-latest' , async ( ) => {
16621662 const du = new MongoBinaryDownloadUrl ( {
16631663 platform : 'linux' ,
16641664 arch : 'x64' ,
@@ -1674,7 +1674,7 @@ describe('MongoBinaryDownloadUrl', () => {
16741674 ) ;
16751675 } ) ;
16761676
1677- it ( 'rocky linux 9.2 & 6.0.4 x86_64 ' , async ( ) => {
1677+ it ( 'rocky linux 9.2 (x86_64) & 6.0.4 (using rhel90) ' , async ( ) => {
16781678 // lowest rhel 9 x64 supported version is 6.0.4
16791679 const du = new MongoBinaryDownloadUrl ( {
16801680 platform : 'linux' ,
@@ -1692,7 +1692,7 @@ describe('MongoBinaryDownloadUrl', () => {
16921692 ) ;
16931693 } ) ;
16941694
1695- it ( 'rocky linux 9.2 & 6.0.7 arm64 ' , async ( ) => {
1695+ it ( 'rocky linux 9.2 (arm64) & 6.0.7 (using rhel90) ' , async ( ) => {
16961696 // lowest rhel 9 arm64 supported version is 6.0.7
16971697 const du = new MongoBinaryDownloadUrl ( {
16981698 platform : 'linux' ,
0 commit comments