File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
testing/trino-test-jdbc-compatibility-old-driver/bin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ echo "Current version: ${current_version}"
1818echo " Testing every ${version_step} . version between ${first_tested_version} and ${previous_released_version} "
1919
2020# 404 was skipped
21- # 422-424 depend on the incompatible version of the open-telemetry semantic conventions used while invoking tests
22- tested_versions=$( seq " ${first_tested_version} " ${version_step} " ${previous_released_version} " | grep -vx ' 404\|42[234]' )
21+ # 422-424 and 442 depend on the incompatible version of the open-telemetry semantic conventions used while invoking tests
22+ tested_versions=$( seq " ${first_tested_version} " ${version_step} " ${previous_released_version} " | grep -vx ' 404\|42[234]\|442 ' )
2323
2424if (( (previous_released_version - first_tested_version) % version_step != 0 )) ; then
2525 tested_versions=" ${tested_versions} ${previous_released_version} "
You can’t perform that action at this time.
0 commit comments