You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#48019 changed transforms to return an error if they are run in a mixed cluster with a node of version less than 7.4.0. However, UpgradeClusterClientYamlTestSuiteIT can occasionally pick versions older than this to run rolling upgrade tests, in which case mixed_cluster/80_data_frame_jobs_crud/Test put batch data frame transforms on mixed cluster will fail.
The text was updated successfully, but these errors were encountered:
… testing (#48239)
remove mixed cluster tests that test transform BWC due to #48019: upgrade of 7.2/3 to 7.4 suspends re-assignment of transforms and retrieval of transforms and transform stats is not reliable in mixed clusters.
fixes#48236
#48019 changed transforms to return an error if they are run in a mixed cluster with a node of version less than 7.4.0. However,
UpgradeClusterClientYamlTestSuiteIT
can occasionally pick versions older than this to run rolling upgrade tests, in which casemixed_cluster/80_data_frame_jobs_crud/Test put batch data frame transforms on mixed cluster
will fail.The text was updated successfully, but these errors were encountered: