status-go/_assets/scripts
Igor Sirotin cc722359b5
chore_: run tests concurrently (#5731)
* chore_: fake flaky tests

* chore_: run tests in parallel (wip)

* chore_: test-with-coverage-old

* chore_: lint-fix fake flaky tests

* chore_: cleanup

* chore_:

* chore_: lint-fix fake flaky tests

* chore_: enable running some tests sequentially

* chore_: enable back all tests

* chore_: no sequential packages

* chore_: cleanup

* chore_: remove fake flaky packages

* chore_: cleanup

* chore_: attempt UNIT_TEST_COUNT as test count

* chore_: spawn multiple processes

* fix_: don't spawn multiple processes

* chore_: revert redirect_stdout changes

* fix_: update Jenkinsfile

* fix_: use env variables

* fix_: typo
2024-08-26 10:03:26 +01:00
..
README.md chore_: Add script for extracting logs 2024-06-24 11:56:57 +01:00
canary_test_mailservers.sh fix: drop unnecessary wrappers, fix shebangs 2023-11-07 18:02:06 +01:00
colors.sh ci: hide `go test` output to the file on CI 2023-09-13 10:53:38 +02:00
commit_check.sh Set BASE_BRANCH to develop if not defined 2024-08-14 19:55:09 +01:00
extract_logs.go chore_: Add script for extracting logs 2024-06-24 11:56:57 +01:00
gen_config.sh feat: allow passing variables to docker-compose and fix var name (#2821) 2022-09-15 15:41:00 -04:00
get_enode.sh get_enode.sh: --retry-connrefused instead --retry-all-errors 2021-08-30 14:24:29 +02:00
migration_check.sh Extend migration check 2024-03-06 23:37:06 +00:00
rpc.sh rcp.sh: curl wrapper for easier RPC calls 2021-08-24 11:23:25 +02:00
run_unit_tests.sh chore_: run tests concurrently (#5731) 2024-08-26 10:03:26 +01:00
tag_version.sh chore_: change patch version to 0 when incrementing minor (#5719) 2024-08-15 18:36:52 +01:00
test-with-coverage.sh chore_: run tests concurrently (#5731) 2024-08-26 10:03:26 +01:00
test_stats.py chore: run nightly tests one by one 2024-02-28 22:00:26 +01:00
update-fleet-config.sh chore_: remove `status.test` fleet (#5702) 2024-08-16 14:26:35 -04:00
version.sh fix_: pass proper version to params (#5735) 2024-08-19 16:47:11 +01:00

README.md

Scripts

extract_logs.go

This script analyzes geth.log files in a specific format and extracts information related to "sent-message" actions. It then prints relevant details such as timestamp, recipients, message ID, message type, and hashes to the console.

Usage

go run extract_logs.go <filename>

It will output in tab separated values (TSV)