Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Components Cluster = ginkgo.Label("c:Cluster") PD = ginkgo.Label("c:PD") TiDB = ginkgo.Label("c:TiDB") TiKV = ginkgo.Label("c:TiKV") TiFlash = ginkgo.Label("c:TiFlash") TiCDC = ginkgo.Label("c:TiCDC") TiProxy = ginkgo.Label("c:TiProxy") // Priority P0 = ginkgo.Label("P0") P1 = ginkgo.Label("P1") P2 = ginkgo.Label("P2") // Operations Update = ginkgo.Label("op:Update") Scale = ginkgo.Label("op:Scale") Suspend = ginkgo.Label("op:Suspend") Delete = ginkgo.Label("op:Delete") // Env MultipleAZ = ginkgo.Label("env:MultipleAZ") // Feature // TODO(liubo02): prefix 'f:' will be used for feature gates, // rename these features labels FeatureTLS = ginkgo.Label("f:TLS") FeatureAuthToken = ginkgo.Label("f:AuthToken") FeatureBootstrapSQL = ginkgo.Label("f:BootstrapSQL") FeatureHotReload = ginkgo.Label("f:HotReload") FeaturePDMS = ginkgo.Label("f:PDMS") // Mode ModeDisaggregatedTiFlash = ginkgo.Label("m:DisaggregatedTiFlash") // Overlay OverlayEphemeralVolume = ginkgo.Label("o:EphemeralVolume") // Kind // // KindExample are tests for example dir KindExample = ginkgo.Label("k:Example") // KindBasic are basic tests KindBasic = ginkgo.Label("k:Basic") // KindBR are tests for br KindBR = ginkgo.Label("k:BR") // KindAvail are tests to test availablity KindAvail = ginkgo.Label("k:Avail") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.