testexecution

package
v0.0.0-...-9c90d3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleCreate

func HandleCreate(
	testStore core.TestStore,
	testSuiteStore core.TestSuiteStore,
	testExecutionStore core.TestExecutionStore,
	testSuiteExecutionStore core.TestSuiteExecutionStore,
	testExecutionService core.TestExecutionService,
	executionStore core.ExecutionStore,
	buildStore core.BuildStore,
	taskStore core.TaskStore,
	flakyExecutionStore core.FlakyExecutionStore,
	flakyConfigStore core.FlakyConfigStore,
	commentService core.CommentService,
	logger lumber.Logger) gin.HandlerFunc

HandleCreate inserts test execution report data in table

func HandleExecMetricsBlob

func HandleExecMetricsBlob(
	testExecutionService core.TestExecutionService,
	logger lumber.Logger) gin.HandlerFunc

HandleExecMetricsBlob returns details of test metrics for a repo

func HandleFailureLogs

func HandleFailureLogs(
	testExecutionService core.TestExecutionService,
	logger lumber.Logger) gin.HandlerFunc

nolint:dupl HandleFailureLogs returns details of test failure logs for a given test execution id

func HandleList

func HandleList(
	testExecutionStore core.TestExecutionStore,
	logger lumber.Logger) gin.HandlerFunc

HandleList return tests executed for a repo paginated

func HandleStatusData

func HandleStatusData(
	testExecutionStore core.TestExecutionStore,
	logger lumber.Logger) gin.HandlerFunc

HandleStatusData returns status details of tests for a repo

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL