Skip to content

Commit fa0b1ae

Browse files
committed
run against iRODS 5.0.2
1 parent aa5dae4 commit fa0b1ae

File tree

5 files changed

+30
-11
lines changed

5 files changed

+30
-11
lines changed

.github/workflows/run-bats-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
working-directory: ./irods/test/harness
1414
strategy:
1515
matrix:
16-
##python: ['3.9','3.13']
17-
#irods_server: ['4.3.4']
18-
##irods_server: ['4.3.4','5.0.1']
1916
python: ['3.9','3.13']
20-
irods_server: ['4.3.4','5.0.1']
17+
irods_server: ['4.3.4','5.0.2']
2118

2219
steps:
2320
- name: Checkout

.github/workflows/run-local-suite.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
working-directory: ./irods/test/harness
1414
strategy:
1515
matrix:
16-
##python: ['3.9','3.13']
17-
#irods_server: ['4.3.4']
18-
##irods_server: ['4.3.4','5.0.1']
1916
python: ['3.9','3.13']
20-
irods_server: ['4.3.4','5.0.1']
17+
irods_server: ['4.3.4','5.0.2']
2118

2219
steps:
2320
- name: Checkout

.github/workflows/run-the-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python: ['3.9','3.13']
17-
#irods_server: ['4.3.4','5.0.1']
18-
irods_server: ['4.3.4','5.0.1']
17+
irods_server: ['4.3.4','5.0.2']
1918

2019
steps:
2120
- name: Checkout
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
3+
4+
5+
6+
irods-catalog
7+
5432
8+
ICAT
9+
irods
10+
y
11+
testpassword
12+
13+
y
14+
demoResc
15+
16+
tempZone
17+
1247
18+
20000
19+
20199
20+
rods
21+
y
22+
TEMPORARY_ZONE_KEY
23+
32_byte_server_negotiation_key__
24+
rods
25+
26+

irods/message/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def ET(xml_type=(), server_version=None):
181181

182182
logger = logging.getLogger(__name__)
183183

184-
IRODS_VERSION = (5, 0, 1, "d")
184+
IRODS_VERSION = (5, 0, 2, "d")
185185

186186
UNICODE = str
187187

0 commit comments

Comments
 (0)