2
0
mirror of synced 2025-01-12 09:34:40 +00:00

344 Commits

Author SHA1 Message Date
benbierens
5db8be3252
Merge branch 'feature/log-mon'
# Conflicts:
#	Tests/CodexContinuousTests/ContinuousTestRunner.cs
2023-10-04 09:48:21 +02:00
benbierens
ccc4732752
Cleanup 2023-10-04 09:36:59 +02:00
benbierens
562f886e30
Bumps k8s operation timeout for continuous test runner. 2023-10-04 09:26:11 +02:00
benbierens
3f2c789dd5
Fixes issue where boolean arguments can't be set to false. 2023-10-04 09:19:45 +02:00
benbierens
917d715497
Fixes startup of log reconstruction 2023-10-03 16:11:14 +02:00
benbierens
696fb10386
debugging the downloader in the cluster 2023-10-03 15:36:44 +02:00
benbierens
a69bea47af
Debugging downloader in cluster 2023-10-03 15:18:58 +02:00
benbierens
adbd481c7c
Sets elasticsearch downloader for in-cluster running. 2023-10-03 14:32:31 +02:00
benbierens
1bca2bb928
Updates parser for new counter format. 2023-10-03 13:34:39 +02:00
benbierens
6fe9d38eb3
Adds filter option for selecting tests. Adds cleanup option for deleting deployment namespace. 2023-10-03 09:53:02 +02:00
benbierens
6a96bd7639
Implements elastic search log downloader. Requires log-counter codex update! 2023-10-02 14:42:36 +02:00
benbierens
c3ec64f25e
very very WIP for how to download complete log from elastic search 2023-10-02 12:01:49 +02:00
benbierens
3dcbb78204
Prevents multiple continuous tests from running interleaved. 2023-10-02 11:18:27 +02:00
benbierens
73c49b42c6
Fixes incorrect log message when test run gets cancelled. 2023-10-02 09:24:01 +02:00
benbierens
da855b8d0d
Proper log monitoring shutdown 2023-10-01 10:52:05 +02:00
benbierens
b23c66c86e
Working timerange limited log download 2023-10-01 09:57:32 +02:00
benbierens
ac7fa4905d
Adds dockertag description 2023-09-29 10:40:48 +02:00
benbierens
dcdcd110a1
Updates READMEs 2023-09-29 10:19:59 +02:00
benbierens
3e1b361b7b
Fixes cleanup of online codexnodes in Codex test fixture 2023-09-28 15:04:21 +02:00
benbierens
993f2ff813
Fixes issue where autobootstrap node doesn't clear old bootstrap node handles. 2023-09-28 14:23:48 +02:00
benbierens
260294fb35
Fixes marketplace interference check tests. 2023-09-28 14:00:13 +02:00
benbierens
b0f72cf453
Automated local docker build is working. 2023-09-28 12:22:35 +02:00
benbierens
453a1a35a2
Adds status log to continuous tests 2023-09-28 09:39:15 +02:00
benbierens
dabf836838
Makes default run id static. 2023-09-28 08:53:01 +02:00
benbierens
8caa7ab4fa
Adds option to limit continuous test run to set duration. 2023-09-27 11:33:54 +02:00
benbierens
6a2bd11dd5
Adds codex environment variables to startup log of continuous tests. 2023-09-27 09:09:42 +02:00
benbierens
d830ccb48e
Sets timestamp as default runID when environment variable is not set. 2023-09-27 08:49:36 +02:00
benbierens
42b0ab67a0
Logging bytes per millisecond for twoclient upload and download 2023-09-26 15:17:35 +02:00
benbierens
0a2bca9f52
Restores pod labels in deployer. Adds metrics assert for twoclient continuous test. 2023-09-26 14:32:28 +02:00
benbierens
10697f1047
Updates container location support 2023-09-25 08:47:19 +02:00
benbierens
d2854bb905
Cleanup 2023-09-22 07:43:46 +02:00
benbierens
418daf1e3f
Updates the docs 2023-09-21 14:39:41 +02:00
benbierens
01b2ff2181
Merge branch 'master' into plugin-refactor
# Conflicts:
#	DistTestCore/CodexStarter.cs
#	DistTestCore/GethStarter.cs
#	ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs
#	ProjectPlugins/CodexPlugin/CodexSetup.cs
#	ProjectPlugins/CodexPlugin/CodexStartupConfig.cs
2023-09-21 11:07:27 +02:00
benbierens
dbf0ed714c
Restores continuous test runner. 2023-09-21 10:33:09 +02:00
benbierens
5b2557b3f4
Set up loading of plugins. 2023-09-20 13:56:01 +02:00
benbierens
8cde69a483
Restores continuous test runner 2023-09-20 13:33:58 +02:00
benbierens
75369d68f7
Restores CodexNetDeployer 2023-09-20 12:02:32 +02:00
benbierens
bf4c8d8026
Restores project references. 2023-09-20 10:59:52 +02:00
benbierens
09670e00e9
Moves projects into folders 2023-09-20 10:51:47 +02:00
benbierens
5fa4e0ff9f
Sets serialization gate between each deploy and wrap to ensure application lifecycle invariance. 2023-09-20 09:16:57 +02:00
benbierens
cedaf84740
Wires up marketplace access 2023-09-20 08:45:55 +02:00
ThatBen
6cbf363bb1 restores balance asserts. 2023-09-19 16:22:07 +02:00
benbierens
6cf86af3b5
Successful testtoken mint and balance 2023-09-19 13:39:24 +02:00
benbierens
58b1c1e03c
Can send eth 2023-09-19 11:51:59 +02:00
benbierens
a20fc6864b
working out marketplace details 2023-09-19 10:28:02 +02:00
ThatBen
3d4370b154 deploys codex contract 2023-09-15 16:27:08 +02:00
ThatBen
4cc93eba73 Can start Geth 2023-09-15 15:52:02 +02:00
ThatBen
7ef3f615e1 Moves log downloading to core. 2023-09-14 15:26:46 +02:00
benbierens
ec5aebb47b
Restores full-connectivity tests. 2023-09-13 14:24:43 +02:00
benbierens
84dd514517
Restores connectivity test helpers 2023-09-13 12:24:46 +02:00