Merged in feature/testquery (pull request #39)

Test Query

* depstextandclean

* startedcleaningresult

* resulttidyup

* roundone

* cleaning

* unsyncedquery

* startedtestsandsimplification

* api

* querytests

* resultprocessortests

* unittests

* cleanup
This commit is contained in:
Michael McGuinness
2025-01-29 11:52:37 +00:00
parent c36b0cdcf8
commit 0ac5ff9e15
109 changed files with 2804 additions and 2100 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ func createContainer(t *testing.T, ctx context.Context, cfg *containerConfig) (t
}
req.ExposedPorts = ports
req.WaitingFor = wait.ForAll(
wait.ForExposedPort(),
wait.ForListeningPort(cfg.ExposedPorts[0]),
// wait.ForExposedPort(),
// wait.ForListeningPort(cfg.ExposedPorts[0]),
wait.ForLog(cfg.WaitForMsg),
)
}