Skip to content

Commit deaa4b8

Browse files
committed
Skip testing JDBC 442 in compatibility tests
This driver version was incorrectly shaded and is lacking some of the OpenTelemetry semconv classes.
1 parent 9385535 commit deaa4b8

File tree

1 file changed

+2
-2
lines changed
  • testing/trino-test-jdbc-compatibility-old-driver/bin

1 file changed

+2
-2
lines changed

testing/trino-test-jdbc-compatibility-old-driver/bin/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ echo "Current version: ${current_version}"
1818
echo "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

2424
if (( (previous_released_version - first_tested_version) % version_step != 0 )); then
2525
tested_versions="${tested_versions} ${previous_released_version}"

0 commit comments

Comments
 (0)