OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Updating tests in workflow should show in the UI

Open pmbrull opened this issue 3 years ago • 1 comments
trafficstars

From https://openmetadata.slack.com/archives/C02B6955S4S/p1653562294488499

  1. configure test
  2. run test
  3. change test definition in workflow
  4. run workflow
  5. mismatching information on the UI

image

Let's tackle this after the backend APIs changes

pmbrull avatar May 26 '22 12:05 pmbrull

should be covered by https://github.com/open-metadata/OpenMetadata/pull/6416 Let's just double check once the new UI is done

pmbrull avatar Aug 04 '22 08:08 pmbrull

This is solved by #6416. Validation steps:

  1. configured a testCase
  2. ran a testCase
  3. Updated testCase conf
  4. Re-ran testCase
  5. Confirmed new configs is taken into account

TeddyCr avatar Aug 26 '22 15:08 TeddyCr