Contents:
API Reference:
SharedTestPipeline
TestUDA
enterprise_only()
unique_pipeline_name()
Bases: TestCase
TestCase
Hook method for setting up the test fixture before exercising it.
Hook method for setting up class fixture before running tests in the class.
Hook method for deconstructing the test fixture after testing it.
In CI, multiple tests of different runs can run against the same Feldera instance, we make sure the pipeline names they use are unique by appending the first 5 characters of the commit SHA or ‘local’ if not in CI.