mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/2583-mqtt-cluster-testing-follow-up'
* origin/topic/awelzel/2583-mqtt-cluster-testing-follow-up: testing/external: Bump cluster testsuite
This commit is contained in:
commit
d38e227a04
6 changed files with 9 additions and 9 deletions
2
CHANGES
2
CHANGES
|
@ -1,4 +1,4 @@
|
|||
5.2.0-dev.389 | 2022-11-30 13:45:24 +0000
|
||||
5.2.0-dev.391 | 2022-11-30 15:37:57 +0000
|
||||
|
||||
* script optimization fixes: (Vern Paxson, Corelight)
|
||||
new initialization model for standalone C++ scripts
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.2.0-dev.389
|
||||
5.2.0-dev.391
|
||||
|
|
4
testing/external/Makefile
vendored
4
testing/external/Makefile
vendored
|
@ -30,10 +30,10 @@ coverage:
|
|||
update-timing:
|
||||
@for repo in $(REPOS); do ( cd $$repo && echo "Updating timing for '$$repo' repo:" && make update-timing ); done
|
||||
|
||||
sync-commits:
|
||||
update-commit-hashes sync-commits:
|
||||
for repo in $(REPOS); do ./scripts/sync-commit $$repo; done
|
||||
|
||||
sync-repos:
|
||||
checkout-repos sync-repos:
|
||||
for repo in $(REPOS); do ./scripts/sync-repo $$repo; done
|
||||
|
||||
.PHONY: all brief init pull push status coverage
|
||||
|
|
6
testing/external/README
vendored
6
testing/external/README
vendored
|
@ -60,9 +60,9 @@ the local Zeek codebase to a particular version of the testsuites. Normally we'd
|
|||
use git submodules, but cloning the testsuites with the rest of the distribution
|
||||
isn't always desirable or feasible. We resort to "manual submodules": a file
|
||||
"commit-hash.<testsuite-name>" in this directory contains the commit hash to use
|
||||
for the respective testsuite. The Makefile target "sync-repos" brings the local
|
||||
repositories in line with commit files, while "sync-commits" updates the commit
|
||||
files for locally available testsuites to their HEAD commits.
|
||||
for the respective testsuite. The Makefile target "checkout-repos" brings the local
|
||||
repositories in line with the commit files, while "update-commit-hashes" updates
|
||||
the commit files for locally available testsuites to their HEAD commits.
|
||||
|
||||
Updating Baseline
|
||||
-----------------
|
||||
|
|
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
176b2db6ce7b151f1ac87ca0766d5910a36a0532
|
||||
12af5c4f227b99a8424e8ef00ae6611b8b767e4c
|
||||
|
|
|
@ -1 +1 @@
|
|||
70917cba506aba0816cddadd06f3d0ef16551dee
|
||||
04b919ed3e29e1b07e21ca4308fae06fe5e976d3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue