File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1942,25 +1942,10 @@ function validate_ccloud_connector_up() {
1942
1942
trap ' rm -rf $tmp_dir_validate' EXIT
1943
1943
1944
1944
set +e
1945
-
1946
- log " 1"
1947
-
1948
- playground --output-level ERROR connector show-config --connector " $1 " --no-clipboard | grep -v " kafka.api.secret"
1949
-
1950
- log " 2"
1951
- cat " /tmp/config-$1 " | grep -v " kafka.api.secret"
1952
-
1953
- log " 3"
1954
- cat " /tmp/config-$1 " | jq -S . | sed ' s/\$/\\$/g' | grep -v " kafka.api.secret"
1955
-
1956
-
1957
-
1958
1945
playground --output-level ERROR connector show-config --connector " $1 " --no-clipboard > " $tmp_dir_validate /update-connector-config.sh"
1959
1946
if [ $? -ne 1 ]
1960
1947
then
1961
1948
first_line=$( head -n 1 " $tmp_dir_validate /update-connector-config.sh" )
1962
-
1963
- cat " $tmp_dir_validate /update-connector-config.sh" | grep -v " kafka.api.secret"
1964
1949
if [[ $first_line == * " playground" * ]]
1965
1950
then
1966
1951
bash " $tmp_dir_validate /update-connector-config.sh" > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments