Skip to content

Commit 39ea9c9

Browse files
authored
restore jruby FLE tests to see if they will pass (#2700)
1 parent bd9de56 commit 39ea9c9

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

.evergreen/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,18 +1519,18 @@ buildvariants:
15191519
- name: "test-fle"
15201520

15211521
# https://jira.mongodb.org/browse/RUBY-3217
1522-
#- matrix_name: "fle-jruby"
1523-
# matrix_spec:
1524-
# auth-and-ssl: "noauth-and-nossl"
1525-
# ruby: [jruby-9.2, jruby-9.3]
1526-
# topology: standalone
1527-
# mongodb-version: ['5.0']
1528-
# os: ubuntu1804
1529-
# fle: helper
1530-
# docker-distro: ubuntu1804
1531-
# display_name: "FLE: ${mongodb-version} ${ruby}"
1532-
# tasks:
1533-
# - name: "test-fle-via-docker"
1522+
- matrix_name: "fle-jruby"
1523+
matrix_spec:
1524+
auth-and-ssl: "noauth-and-nossl"
1525+
ruby: [jruby-9.2, jruby-9.3]
1526+
topology: standalone
1527+
mongodb-version: ['5.0']
1528+
os: ubuntu1804
1529+
fle: helper
1530+
docker-distro: ubuntu1804
1531+
display_name: "FLE: ${mongodb-version} ${ruby}"
1532+
tasks:
1533+
- name: "test-fle-via-docker"
15341534

15351535
- matrix_name: aws-auth-regular
15361536
matrix_spec:
@@ -1556,7 +1556,7 @@ buildvariants:
15561556

15571557
# No JRuby due to https://github.com/jruby/jruby-openssl/issues/210
15581558
# TODO Add ruby-3.0: RUBY-2717
1559-
1559+
15601560
- matrix_name: ocsp-verifier - ruby-2.5
15611561
matrix_spec:
15621562
ocsp-verifier: true
@@ -1588,7 +1588,7 @@ buildvariants:
15881588
docker-distro: debian10
15891589
display_name: 'OCSP verifier: ${mongodb-version} ${ruby}'
15901590
tasks: *1
1591-
1591+
15921592

15931593
- matrix_name: ocsp-must-staple
15941594
matrix_spec:

.evergreen/config/standard.yml.erb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -528,18 +528,18 @@ buildvariants:
528528
- name: "test-fle"
529529

530530
# https://jira.mongodb.org/browse/RUBY-3217
531-
#- matrix_name: "fle-jruby"
532-
# matrix_spec:
533-
# auth-and-ssl: "noauth-and-nossl"
534-
# ruby: [jruby-9.2, jruby-9.3]
535-
# topology: standalone
536-
# mongodb-version: ['5.0']
537-
# os: ubuntu1804
538-
# fle: helper
539-
# docker-distro: ubuntu1804
540-
# display_name: "FLE: ${mongodb-version} ${ruby}"
541-
# tasks:
542-
# - name: "test-fle-via-docker"
531+
- matrix_name: "fle-jruby"
532+
matrix_spec:
533+
auth-and-ssl: "noauth-and-nossl"
534+
ruby: [jruby-9.2, jruby-9.3]
535+
topology: standalone
536+
mongodb-version: ['5.0']
537+
os: ubuntu1804
538+
fle: helper
539+
docker-distro: ubuntu1804
540+
display_name: "FLE: ${mongodb-version} ${ruby}"
541+
tasks:
542+
- name: "test-fle-via-docker"
543543

544544
- matrix_name: aws-auth-regular
545545
matrix_spec:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ gem-private_key.pem
2020
nbproject
2121
tmp
2222
sandbox/*
23+
data/*
2324
.byebug_history
2425
gemfiles/*.gemfile.lock
2526
.env.private*

0 commit comments

Comments
 (0)