repo
string
pull_number
string
instance_id
string
issue_numbers
list
base_commit
string
patch
string
test_patch
string
problem_statement
string
hints_text
string
all_hints_text
string
commit_urls
list
created_at
string
commit_url
string
rebuild_cmds
list
test_cmds
list
print_cmds
list
log_parser
string
FAIL_TO_PASS
list
PASS_TO_PASS
list
docker_image
string
samtools/samtools
2235
samtools__samtools-2235
[ "1563" ]
abaa1583614a12cb446e8927b92723fdfde2025c
diff --git a/coverage.c b/coverage.c index 92f497dc8..7fcb34f7e 100644 --- a/coverage.c +++ b/coverage.c @@ -1,7 +1,7 @@ /* coverage.c -- samtools coverage subcommand Copyright (C) 2018,2019 Florian Breitwieser - Portions copyright (C) 2019-2021, 2023-2024 Genome Research Ltd. + Portions copyright (C) 201...
diff --git a/test/coverage/1.expected b/test/coverage/1.expected new file mode 100644 index 000000000..35cd07c2a --- /dev/null +++ b/test/coverage/1.expected @@ -0,0 +1,3 @@ +#rname startpos endpos numreads covbases coverage meandepth meanbaseq meanmapq +T1 1 40 6 19 47.5 0.725 7.62 36.7 +T2 1 40 6 8 20 0.4 7.12 49 dif...
Minimum depth threshold for "samtools coverage"? #### Is your feature request related to a problem? Please specify. I'd like a simple way to calculate the coverage stats for a bam file. The closest out-of-the-box thing I can find is `samtools coverage`. I run the command like so: ``` samtools coverage input.bam ...
Looks like a good idea, we'll consider it. Hi Did you implement it in Samtools? It doesn't look it, but this line is the thing you could manually tweak in a local copy: https://github.com/samtools/samtools/blob/develop/coverage.c#L603 If changed to `>=10` for example it'd need a minimum of 10 deep. However loo...
Looks like a good idea, we'll consider it. Hi Did you implement it in Samtools? It doesn't look it, but this line is the thing you could manually tweak in a local copy: https://github.com/samtools/samtools/blob/develop/coverage.c#L603 If changed to `>=10` for example it'd need a minimum of 10 deep. However loo...
[ "https://github.com/samtools/samtools/commit/3a769cfa9a71df943b00068566a171269e2789d3", "https://github.com/samtools/samtools/commit/6a807af098c28ef534b684aaa2b305e5776145d2" ]
2025-07-10T19:03:03Z
https://github.com/samtools/samtools/tree/abaa1583614a12cb446e8927b92723fdfde2025c
[ "autoheader && autoconf -Wno-syntax ; ./configure --with-htslib=htslib ; make" ]
[ "make test V=1 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: test_name: <command> .. ok / .. failed test_re = re.compile(r'^(?P<name>[^\s].*?):\s*$') status_re = re.compile(r'^\.\. (ok|failed)', re.IGNORECASE) current_test = None for line in log.splitlines(): m...
[ "test_coverage" ]
[ "test_large_positions", "test_merge", "test_collate", "test_reference", "test_split", "test_quickcheck", "test_markdup", "test_bedcov", "test_reheader", "test_addrprg", "test_sort", "test_dict", "test_head", "test_fixmate", "test_stats", "test_idxstat", "test_ampliconclip", "test_i...
starryzhang/sweb.eval.x86_64.samtools_1776_samtools-2235
micropython/micropython
17683
micropython__micropython-17683
[ "17657" ]
554f114f181ee942ee3c74e44cef653604abbaef
diff --git a/ports/webassembly/objpyproxy.js b/ports/webassembly/objpyproxy.js index 0eafd0dec53de..64703d78a5589 100644 --- a/ports/webassembly/objpyproxy.js +++ b/ports/webassembly/objpyproxy.js @@ -165,34 +165,35 @@ const py_proxy_handler = { if (prop === "_ref") { return target._ref; ...
diff --git a/tests/ports/webassembly/py_proxy_get.mjs b/tests/ports/webassembly/py_proxy_get.mjs new file mode 100644 index 0000000000000..825de7cabeb78 --- /dev/null +++ b/tests/ports/webassembly/py_proxy_get.mjs @@ -0,0 +1,14 @@ +// Test `<py-obj> get <attr>` on the JavaScript side, which tests PyProxy.get. + +const ...
webassembly: getting JS symbols implicitly also throws errors ### Port, board and/or hardware webassembly ### MicroPython version MicroPython webassembly latest from *npm* ### Reproduction In here we solved the `in` operation check https://github.com/micropython/micropython/pull/17604 but if any libraries tries to...
thanks @dpgeorge , any chance this can make it to npm too?
[ "https://github.com/micropython/micropython/commit/c72a3e528d7909c212596b52de5f9a5fe0161f17" ]
2025-07-15T08:45:08Z
https://github.com/micropython/micropython/tree/554f114f181ee942ee3c74e44cef653604abbaef
[ "make -C mpy-cross ; make -C ports/unix" ]
[ "make -C ports/unix test 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} for line in log.splitlines(): m = re.match(r'(pass|FAIL|skip)\s+(\S+)', line) if m: status_word, test_name = m.groups() status_word = status_word.lower() if status_word == "pass...
[ "micropython/heapalloc_fail_dict.py", "micropython/heapalloc_int_from_bytes.py", "float/float_divmod.py", "extmod/json_load.py", "extmod/re1.py", "float/cmath_dunder.py", "extmod/vfs_userfs.py", "float/builtin_float_minmax.py", "float/lexer.py", "basics/struct1.py", "basics/try_else.py", "micr...
[ "basics/memoryview1.py", "basics/int_big_rshift.py", "io/file_stdio.py", "extmod/re_sub.py", "basics/bytearray_construct_endian.py", "basics/dict_fromkeys.py", "micropython/viper_binop_arith_uint.py", "misc/non_compliant_lexer.py", "basics/int_big_add.py", "io/file_stdio2.py", "basics/class_dict...
starryzhang/sweb.eval.x86_64.micropython_1776_micropython-17683
timescale/timescaledb
8559
timescale__timescaledb-8559
[ "6902" ]
bbbebbfa978465bfdf6d0bac418ee4d269ad4da8
diff --git a/.unreleased/pr_8559 b/.unreleased/pr_8559 new file mode 100644 index 00000000000..79123483309 --- /dev/null +++ b/.unreleased/pr_8559 @@ -0,0 +1,2 @@ +Fixes: #8559 Fix `timestamp out of range` using `end_offset=NULL` on CAgg refresh policy +Thanks: @nofalx for reporting the error when using `end_offset=NUL...
diff --git a/tsl/test/expected/cagg_policy.out b/tsl/test/expected/cagg_policy.out index aaa6d5b8621..d85f7f4a24c 100644 --- a/tsl/test/expected/cagg_policy.out +++ b/tsl/test/expected/cagg_policy.out @@ -1400,3 +1400,72 @@ SELECT timescaledb_experimental.add_policies('cagg'); f (1 row) +-- Issue #6902 +-- Fix tim...
[Bug]: Continuous aggregates with time_bucket hourly and timezone fail to update ### What type of bug is this? Incorrect result, Unexpected error ### What subsystems and features are affected? Continuous aggregate ### What happened? I have a number of Continuous aggregates that uses hourly buckets ``` time_buck...
Thanks for the script, it reproduces for me. The error is related to the NULL value of the `end_offset`, so probably as a workaround you can set it to something far in the future but not null. @fabriziomello should the end point calculation follow the same logic as `cagg_get_time_min`? Currently the null end point...
Thanks for the script, it reproduces for me. The error is related to the NULL value of the `end_offset`, so probably as a workaround you can set it to something far in the future but not null. @fabriziomello should the end point calculation follow the same logic as `cagg_get_time_min`? Currently the null end point...
[ "https://github.com/timescale/timescaledb/commit/e39f398c62e9d3271ad15179f46aa4985ea54f4a" ]
2025-08-28T23:08:57Z
https://github.com/timescale/timescaledb/tree/bbbebbfa978465bfdf6d0bac418ee4d269ad4da8
[ "cmake --build build --parallel ; make -C build install" ]
[ "PATH=$PATH:/usr/lib/postgresql/17/bin pkill -u postgres postgres || true && rm -rf /tmp/pgdata && chown -R postgres:postgres /testbed/build && su - postgres -c \"PATH=$PATH:/usr/lib/postgresql/17/bin make -C /testbed/build installcheck\" 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} for line in log.splitlines(): m = re.match(r'(ok|not ok)\s+\d+\s+\+?\s*([^\s]+)', line) if m: status_word, test_name = m.groups() status = "pass" if status_word == "ok" else "fail" results[test...
[ "cagg_policy" ]
[ "compression_qualpushdown", "chunk_column_stats", "cagg_deprecated_bucket_ng", "compress_default", "cagg_refresh_using_trigger", "cagg_policy_concurrent", "compression_sorted_merge", "modify_exclusion", "ordered_append-17", "compress_auto_sparse_index", "vector_agg_groupagg", "merge_append_par...
starryzhang/sweb.eval.x86_64.timescale_1776_timescaledb-8559
cilium/tetragon
4069
cilium__tetragon-4069
[ "4056" ]
67530967429bb42b665a7c7e69cdbc200247ccb4
diff --git a/api/v1/README.md b/api/v1/README.md index 6bf750caea6..85596fcf70f 100644 --- a/api/v1/README.md +++ b/api/v1/README.md @@ -919,6 +919,7 @@ found. | ----- | ---- | ----- | ----------- | | namespace | [string](#string) | | Kubernetes namespace of the Pod. | | name | [string](#string) | | Name of the Po...
diff --git a/pkg/process/podinfo_test.go b/pkg/process/podinfo_test.go index 46dba2c18b0..b06ec51faaf 100644 --- a/pkg/process/podinfo_test.go +++ b/pkg/process/podinfo_test.go @@ -57,6 +57,7 @@ func TestK8sWatcher_GetPodInfo(t *testing.T) { Workload: pod.OwnerReferences[0].Name, WorkloadKind: pod.OwnerRefere...
Include pod UID in the log ### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? _No response_ ### Describe the feature you would like Currently the Tetragon log includes IDs like a container ID. In other observability and security tool...
As discussed in Slack, to implement this you can get inspiration from this https://github.com/cilium/tetragon/pull/3527. You wouldn't even need to guard this with a flag in this case as I think it shouldn't grow the event too much.
As discussed in Slack, to implement this you can get inspiration from this https://github.com/cilium/tetragon/pull/3527. You wouldn't even need to guard this with a flag in this case as I think it shouldn't grow the event too much.
[ "https://github.com/cilium/tetragon/commit/3d566e06298cffff24f369932ac92e59f3049878" ]
2025-08-29T05:43:42Z
https://github.com/cilium/tetragon/tree/67530967429bb42b665a7c7e69cdbc200247ccb4
[ "export PATH=/usr/local/go/bin:$PATH ; make vendor ; make tetragon" ]
[ "go test ./... -v 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} pattern = re.compile(r"---\s+(PASS|FAIL|SKIP):\s+([^\s]+)") for line in log.splitlines(): m = pattern.search(line) if m: status_word, test_name = m.groups() status_word = status_word.upper() ...
[ "TestK8sWatcher_GetPodInfo", "TestProcessCache" ]
[ "TestTracepointFieldParsing", "FuzzProtojsonCompatibility/636add9a0930f826", "FuzzProtojsonCompatibility/a5d941eb213bb971", "FuzzProtojsonCompatibility/994473e70f56d980", "TestEqual/Check_if_the_pod_and_podInfo_are_different/Pod_IP_changed", "TestIsMountFS//sys/fs/bpf_empty_directory", "TestBytesMatcher...
starryzhang/sweb.eval.x86_64.cilium_1776_tetragon-4069
quickjs-ng/quickjs
1113
quickjs-ng__quickjs-1113
[ "1112" ]
3d3b58d8815f0eef8122fad142a65f3bd21d273b
diff --git a/quickjs.c b/quickjs.c index 8b9a3b573..01eb10123 100644 --- a/quickjs.c +++ b/quickjs.c @@ -57144,6 +57144,7 @@ void JS_AddIntrinsicTypedArrays(JSContext *ctx) js_typed_array_base_funcs, countof(js_typed_array_base_funcs)); JS_SetConstruc...
diff --git a/tests/test_builtin.js b/tests/test_builtin.js index 3c37f5930..2e86cb4a2 100644 --- a/tests/test_builtin.js +++ b/tests/test_builtin.js @@ -569,6 +569,16 @@ function test_typed_array() assert(a.buffer, b.buffer); assert(a.toString(), "0,0,0,255"); assert(b.toString(), "0,0,255,255"); + + ...
Cannot extend TypedArray This should work: ```js var TypedArray = Object.getPrototypeOf(Uint8Array) var MyClass = class extends TypedArray {} // throws "TypeError: parent class must be constructor" ``` `TypedArray` is not expected to be instantiable (it's abstract) but it should be extendable. Upcoming test262 tests de...
[ "https://github.com/quickjs-ng/quickjs/commit/c5e673abf837fced6d324174d653dae7a8584814" ]
2025-06-24T20:23:51Z
https://github.com/quickjs-ng/quickjs/tree/3d3b58d8815f0eef8122fad142a65f3bd21d273b
[ "git submodule update --init --checkout --depth 1 ; make" ]
[ "./build/run-test262 -vv -m -a -c test262.conf -c test262-fast.conf test262 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines that indicate a test was run run_re = re.compile(r'^(test262/\S+)\s+\(\d+\s+ms\)') for line in log.splitlines(): m = run_re.match(line.strip()) if m: testname = m.group(1) ...
[ "test262/test/language/expressions/class/dstr/async-gen-meth-dflt-ary-init-iter-get-err.js", "test262/test/language/statements/continue/S12.7_A8_T1.js", "test262/test/language/statements/async-generator/dstr/ary-ptrn-elem-obj-val-undef.js", "test262/test/language/statements/for-of/dstr/array-rest-nested-array...
[ "test262/test/built-ins/Array/fromAsync/this-constructor-with-unsettable-element-closes-sync-iterator.js", "test262/test/language/statements/for-of/dstr/const-ary-ptrn-elem-obj-val-undef.js", "test262/test/built-ins/Map/prototype/set/append-new-values-return-map.js", "test262/test/language/expressions/class/e...
starryzhang/sweb.eval.x86_64.quickjs-ng_1776_quickjs-1113
fluent/fluent-bit
10563
fluent__fluent-bit-10563
[ "10560" ]
c872957b57b2a8704e3b8cbc7f3994b430f96140
diff --git a/plugins/out_loki/loki.c b/plugins/out_loki/loki.c index 2bdcaba3539..ee7a4313a89 100644 --- a/plugins/out_loki/loki.c +++ b/plugins/out_loki/loki.c @@ -44,10 +44,16 @@ pthread_once_t initialization_guard = PTHREAD_ONCE_INIT; FLB_TLS_DEFINE(struct flb_loki_dynamic_tenant_id_entry, thread_...
diff --git a/tests/runtime/out_loki.c b/tests/runtime/out_loki.c index a440fc0b692..e177b01e675 100644 --- a/tests/runtime/out_loki.c +++ b/tests/runtime/out_loki.c @@ -644,6 +644,52 @@ void flb_test_remove_keys() flb_destroy(ctx); } +void flb_test_remove_keys_workers() +{ + int ret; + int i; + int siz...
Inconsistent `Remove_Keys` behavior when running Loki output with multiple workers / threads ## Bug Report **Describe the bug** Apparently there's some sort of race condition in Loki output, where the keys in `Remove_Keys` are not always removed (sometimes they are partially removed, at random) when running the Loki ...
Wow, that was fast! Thanks!
[ "https://github.com/fluent/fluent-bit/commit/f54cd8193712aed8eb64af38928ed76ef76e619f", "https://github.com/fluent/fluent-bit/commit/882a6f6133c4307c0cff51dfc3bb5a61b681139c" ]
2025-07-09T04:16:04Z
https://github.com/fluent/fluent-bit/tree/c872957b57b2a8704e3b8cbc7f3994b430f96140
[ "cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DFLB_DEV=On -DFLB_TESTS_RUNTIME=On -DFLB_TESTS_INTERNAL=On ; cmake --build build --parallel" ]
[ "ctest --test-dir build --output-on-failure | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines like: "Test #19: flb-rt-in_http ...................................***Failed" test_line_re = re.compile(r"Test\s+#\d+:\s+(\S+).*?(Passed|\*\*\*Failed)", re.IGNORECASE) for line in log.splitlines(): ...
[ "flb-rt-out_stackdriver" ]
[ "flb-rt-out_null", "flb-rt-out_stdout", "flb-rt-core_accept_timeout", "flb-rt-custom_calyptia_input_test", "flb-rt-core_chunk_trace", "flb-rt-filter_sysinfo", "flb-rt-out_splunk", "flb-rt-filter_expect", "flb-rt-filter_kubernetes", "flb-rt-out_counter", "flb-rt-in_dummy", "flb-rt-filter_checkl...
starryzhang/sweb.eval.x86_64.fluent_1776_fluent-bit-10563
php/php-src
19478
php__php-src-19478
[ "19476" ]
9c754baa99c795a65f40b94e4183150889895218
diff --git a/NEWS b/NEWS index 77c1e32ff3a82..0180f5b3478a6 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP NEWS - Core: . Fixed bug GH-18850 (Repeated inclusion of file with __halt_compiler() triggers "Constant already defined" warning). ...
diff --git a/Zend/tests/pipe_operator_reference_context.phpt b/Zend/tests/pipe_operator_reference_context.phpt new file mode 100644 index 0000000000000..7d7572e2b2e59 --- /dev/null +++ b/Zend/tests/pipe_operator_reference_context.phpt @@ -0,0 +1,26 @@ +--TEST-- +Fix GH-19476: Pipe operator with function returning by re...
pipe operator (`|>`) fails to correctly handle returning by reference ### Description There appears to be a bug in how the new pipe operator (`|>`) handles functions that return by reference. An expression using the pipe operator is not behaving identically to its equivalent standard function call, specifically when a...
[ "https://github.com/php/php-src/commit/784755f5defdcaee7b7265bbf5c2d2c1ec3d2e42" ]
2025-08-14T11:24:49Z
https://github.com/php/php-src/tree/9c754baa99c795a65f40b94e4183150889895218
[ "apt-get install -y pkg-config build-essential autoconf bison re2c libxml2-dev libsqlite3-dev ; ./configure --enable-debug ; make -j$(nproc)" ]
[ "make test 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: TEST 1/16118 [tests/foo/bar.phpt]PASS description... test_re = re.compile(r"TEST\s+\d+/\d+\s+\[([^\]]+)\](PASS|FAIL|SKIP|WARN)", re.IGNORECASE) for line in log.splitlines(): m = test_re.search(line) if...
[ "Zend/tests/pipe_operator_reference_context.phpt" ]
[ "Zend/tests/dynamic_prop_deprecation_002.phpt", "ext/standard/tests/strings/utf8.phpt", "tests/lang/bug24499.phpt", "ext/reflection/tests/ReflectionParameter_ctor_cast.phpt", "ext/standard/tests/file/bug43522.phpt", "Zend/tests/backtrace/bug_debug_backtrace.phpt", "Zend/tests/in-de-crement/oss-fuzz-6186...
starryzhang/sweb.eval.x86_64.php_1776_php-src-19478
varnishcache/varnish-cache
4370
varnishcache__varnish-cache-4370
[ "4329" ]
c3b45a3140d340b2ed1a529b41253c2eb4ba70ae
diff --git a/bin/varnishd/cache/cache_req_fsm.c b/bin/varnishd/cache/cache_req_fsm.c index 803810210e..a8fa68be92 100644 --- a/bin/varnishd/cache/cache_req_fsm.c +++ b/bin/varnishd/cache/cache_req_fsm.c @@ -1007,6 +1007,7 @@ cnt_recv(struct worker *wrk, struct req *req) /* Attempts to cache req.body may fail */ if ...
diff --git a/bin/varnishtest/tests/c00055.vtc b/bin/varnishtest/tests/c00055.vtc index 0484219671..a84f61f902 100644 --- a/bin/varnishtest/tests/c00055.vtc +++ b/bin/varnishtest/tests/c00055.vtc @@ -72,5 +72,6 @@ client c4 { # req body overflow client c5 { txreq -req POST -hdr "Content-Length: 1025" - expect_close ...
Bad chunked encoding should cause 400 error, not 503 ### Expected Behavior Bad chunked encoding should cause a 400 error. ### Current Behavior The [test for VSV16](https://github.com/varnishcache/varnish-cache/blob/7d6cfa384d7296646e73c80e572fbe182274d701/bin/varnishtest/tests/f00016.vtc) shows that malformed chunke...
bugwash agrees.
bugwash agrees.
[ "https://github.com/varnishcache/varnish-cache/commit/dbdf05e0b7ec5cb7d4f7f8e991ebc670e011c257", "https://github.com/varnishcache/varnish-cache/commit/ab3d6d7aad509cd85b106c20ac8f5d22ac476192" ]
2025-07-21T12:26:30Z
https://github.com/varnishcache/varnish-cache/tree/c3b45a3140d340b2ed1a529b41253c2eb4ba70ae
[ "./configure ; make -j$(nproc)" ]
[ "make check VERBOSE=1 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} for line in log.splitlines(): m = re.search(r'(PASS|FAIL|SKIP):\s+(\S+)', line) if m: status, test = m.groups() status = status.upper() if status == "PASS": results[test] = "pas...
[ "tests/r02722.vtc", "tests/f00001.vtc", "tests/c00067.vtc", "tests/f00016.vtc", "tests/c00055.vtc" ]
[ "vtest2/tests/a00002.vtc", "vtest2/tests/a02016.vtc", "tests/b00073.vtc", "tests/r00502.vtc", "tests/r00722.vtc", "tests/b00092.vtc", "tests/r01847.vtc", "tests/r00425.vtc", "tests/c00062.vtc", "tests/r00445.vtc", "tests/r02035.vtc", "tests/c00063.vtc", "tests/b00049.vtc", "tests/d00033.vt...
starryzhang/sweb.eval.x86_64.varnishcache_1776_varnish-cache-4370
rsyslog/rsyslog
6047
rsyslog__rsyslog-6047
[ "2424" ]
4b3ce60b76362c16f0bece97bafc57fe4aaa3922
diff --git a/grammar/rainerscript.c b/grammar/rainerscript.c index 82638305f4..b435b393f3 100644 --- a/grammar/rainerscript.c +++ b/grammar/rainerscript.c @@ -1994,6 +1994,9 @@ static void ATTR_NONNULL() doFunct_RandomGen(struct cnffunc *__restrict__ const "rainerscript: desired random-number range [0 - %l...
diff --git a/tests/rscript_random_warning.sh b/tests/rscript_random_warning.sh new file mode 100755 index 0000000000..02eeae58d0 --- /dev/null +++ b/tests/rscript_random_warning.sh @@ -0,0 +1,33 @@ +#!/bin/bash +## rscript_random_warning.sh +## Verify that random() warns when max exceeds platform limit +. ${srcdir:=.}/...
rainerscript: random() function does not provide user-visible warning when passed an unsupported value ### Expected behavior 1. Call `random()` function a value larger than what the underlying platform supports 1. A warning is emitted to debug and "normal" output ### Actual behavior 1. Call `random()` functio...
[ "https://github.com/rsyslog/rsyslog/commit/2f62e6e76b961ae755d4103d60c010af42eedd7b" ]
2025-08-28T10:26:55Z
https://github.com/rsyslog/rsyslog/tree/4b3ce60b76362c16f0bece97bafc57fe4aaa3922
[ "autoreconf -fvi ; ./configure --enable-imfile --enable-mysql --enable-usertools --enable-pgsql --enable-libdbi --enable-snmp --enable-elasticsearch --enable-gnutls --enable-mail --enable-imdiag --enable-mmjsonparse --enable-mmaudit --enable-mmanon --enable-mmrm1stspace --enable-mmutf8fix --enable-mmcount --enable-...
[ "./configure --enable-testbench --enable-imdiag --enable-omstdout && make -j$(nproc) && make check -j4 VERBOSE=1 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} for line in log.splitlines(): m = re.match(r'(PASS|FAIL|SKIP):\s+(\S+)', line) if m: status, name = m.groups() status = status.upper() if status == "PASS": results[name] = "pass...
[ "omfwd-lb-1target-retry-full_buf.sh" ]
[ "rscript_substring.sh", "rscript_set_modify.sh", "imuxsock_logger_err.sh", "func-substring-invld-startpos.sh", "pipe_noreader.sh", "sparse_array_lookup_table-vg.sh", "lookup_table_rscript_reload_without_stub.sh", "key_dereference_on_uninitialized_variable_space.sh", "sndrcv_gzip.sh", "suspend-via-...
starryzhang/sweb.eval.x86_64.rsyslog_1776_rsyslog-6047
aws/s2n-tls
5481
aws__s2n-tls-5481
[ "5477" ]
795f4dc65335b56dfb356d6eaac9429fbae5b75b
diff --git a/tls/s2n_auth_selection.c b/tls/s2n_auth_selection.c index 5678f4ae82a..6971f9495e3 100644 --- a/tls/s2n_auth_selection.c +++ b/tls/s2n_auth_selection.c @@ -207,11 +207,17 @@ int s2n_is_cert_type_valid_for_auth(struct s2n_connection *conn, s2n_pkey_type c int s2n_select_certs_for_server_auth(struct s2n_con...
diff --git a/tests/integrationv2/common.py b/tests/integrationv2/common.py index 5b526a27fbd..26671136e91 100644 --- a/tests/integrationv2/common.py +++ b/tests/integrationv2/common.py @@ -634,6 +634,7 @@ def __str__(self): class Signatures(object): + NONE = Signature("None+None", max_protocol=Protocols.TLS13) ...
s2n-tls server reports signature scheme with RSA kex ### Security issue notifications If you discover a potential security issue in s2n we ask that you notify AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue. #...
[ "https://github.com/aws/s2n-tls/commit/4f5133dc6c56030fd2b9691f75fd5e7f6259df09", "https://github.com/aws/s2n-tls/commit/c18f03252d5ca057699b297d2ef4d9de46a15f80" ]
2025-08-25T16:58:39Z
https://github.com/aws/s2n-tls/tree/795f4dc65335b56dfb356d6eaac9429fbae5b75b
[ "apt-get install -y libssl-dev ; cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release ; cmake --build build --parallel" ]
[ "ctest --test-dir build --verbose 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines like: "Test #1: s2n_3des_test .................................... Passed 4.02 sec" pattern = re.compile(r"Test\s+#\d+:\s+(\S+).*?\b(Passed|Failed|Skipped)\b", re.IGNORECASE) for line in log.splitlines...
[ "s2n_signature_algorithms_test", "s2n_handshake_test" ]
[ "s2n_client_signature_algorithms_extension_test", "s2n_tls13_server_cert_test", "s2n_client_session_ticket_extension_test", "s2n_encrypted_extensions_test", "s2n_mem_usage_test", "s2n_rc4_test", "s2n_pkey_signing_test", "s2n_quic_transport_params_extension_test", "s2n_client_hello_request_test", "...
starryzhang/sweb.eval.x86_64.aws_1776_s2n-tls-5481
php/php-src
19316
php__php-src-19316
[ "19304" ]
6600d0e00fc874071b578e41b8cd2c6e0ab82ac2
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 19252c26f862e..e66389bc7ee5b 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1393,7 +1393,6 @@ static zend_string *resolve_class_name(zend_string *name, zend_class_entry *scop * null byte here, to avoid larger parts of the type being omitted...
diff --git a/Zend/tests/gh19304.phpt b/Zend/tests/gh19304.phpt new file mode 100644 index 0000000000000..c77fc2d6facc2 --- /dev/null +++ b/Zend/tests/gh19304.phpt @@ -0,0 +1,18 @@ +--TEST-- +GH-19304: Incorrect anonymous class type name assertion +--FILE-- +<?php + +$foo = new class { + public self $v; +}; + +try { ...
Assertion failure in `zend_compile.c` found by `php-fuzz-execute` ### Description ### Description The following code: ```php <?php $foo = new class { public self $v; }; $foo->v= 0; ``` Resulted in this output: ``` php-fuzz-execute: /src/php-src/Zend/zend_compile.c:1396: zend_string *resolve_class_name(zend_stri...
[ "https://github.com/php/php-src/commit/11f7790449e312c11494075e6b133f9e39816b8a" ]
2025-07-30T15:45:04Z
https://github.com/php/php-src/tree/6600d0e00fc874071b578e41b8cd2c6e0ab82ac2
[ "./buildconf ; ./configure --enable-debug ; make -j$(nproc)" ]
[ "make test TEST_PHP_ARGS=-q | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: [path/to/test.phpt]PASS or SKIP or FAIL or WARN pattern = re.compile(r'\[([^\]]+\.phpt)\](PASS|FAIL|SKIP|WARN)', re.IGNORECASE) for line in log.splitlines(): m = pattern.search(line) if m: ...
[ "Zend/tests/gh19304.phpt" ]
[ "Zend/tests/dynamic_prop_deprecation_002.phpt", "ext/standard/tests/strings/utf8.phpt", "tests/lang/bug24499.phpt", "ext/reflection/tests/ReflectionParameter_ctor_cast.phpt", "ext/standard/tests/file/bug43522.phpt", "Zend/tests/backtrace/bug_debug_backtrace.phpt", "Zend/tests/in-de-crement/oss-fuzz-6186...
starryzhang/sweb.eval.x86_64.php_1776_php-src-19316
php/php-src
19154
php__php-src-19154
[ "19153" ]
5f8d648af6ef4e29a3c7f2b2029d08466c12bc6f
diff --git a/NEWS b/NEWS index 03711eb0a4691..fa0a98a01c6d9 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,8 @@ PHP NEWS . The socket_set_timeout() alias function has been deprecated. (timwolla) . Passing null to to readdir(), rewinddir(), and clos...
diff --git a/Zend/tests/attributes/Attribute/Attribute_on_abstract.phpt b/Zend/tests/attributes/Attribute/Attribute_on_abstract.phpt new file mode 100644 index 0000000000000..547946c4e1300 --- /dev/null +++ b/Zend/tests/attributes/Attribute/Attribute_on_abstract.phpt @@ -0,0 +1,12 @@ +--TEST-- +#[Attribute] on an abstr...
#[\Attribute] validation should error on trait/interface/enum/abstract class ### Description See https://3v4l.org/99PhY ```php <?php #[Attribute] enum DemoEnum {} #[Attribute] trait DemoTrait {} #[Attribute] abstract class DemoAbstract {} #[Attribute] interface DemoInterface {} #[DemoEnum] #[DemoTrait] #[DemoAbst...
Cross link #15731 which had similar reasoning
Cross link #15731 which had similar reasoning
[ "https://github.com/php/php-src/commit/a4989bf355fd0bac3c5213778fec446623f763b9", "https://github.com/php/php-src/commit/ce3a6597e0418d3e1541d909f98948d3e35ec05e" ]
2025-07-17T00:37:49Z
https://github.com/php/php-src/tree/5f8d648af6ef4e29a3c7f2b2029d08466c12bc6f
[ "make -j$(nproc)" ]
[ "make TEST_PHP_ARGS=-q test 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: TEST 1/16083 [tests/run-test/extensions-shared.phpt]SKIP ... test_line_re = re.compile(r"TEST\s+\d+/\d+\s+\[([^\]]+)\](PASS|FAIL|SKIP|WARN)", re.IGNORECASE) for line in log.splitlines(): m = test_line_re.searc...
[ "Zend/tests/attributes/Attribute/Attribute_on_interface.phpt", "Zend/tests/attributes/Attribute/Attribute_on_enum.phpt", "Zend/tests/attributes/Attribute/Attribute_on_trait.phpt", "Zend/tests/attributes/Attribute/Attribute_on_abstract.phpt" ]
[ "Zend/tests/dynamic_prop_deprecation_002.phpt", "ext/standard/tests/strings/utf8.phpt", "tests/lang/bug24499.phpt", "ext/reflection/tests/ReflectionParameter_ctor_cast.phpt", "ext/standard/tests/file/bug43522.phpt", "Zend/tests/backtrace/bug_debug_backtrace.phpt", "Zend/tests/in-de-crement/oss-fuzz-6186...
starryzhang/sweb.eval.x86_64.php_1776_php-src-19154
DynamoRIO/dynamorio
7583
DynamoRIO__dynamorio-7583
[ "7582" ]
47d207c62cb24dad1fc1f12b4cc6bf947fcdbcbc
diff --git a/clients/drcachesim/CMakeLists.txt b/clients/drcachesim/CMakeLists.txt index 8a9a0c66f10..c9ef3436871 100644 --- a/clients/drcachesim/CMakeLists.txt +++ b/clients/drcachesim/CMakeLists.txt @@ -1275,6 +1275,15 @@ if (BUILD_TESTS) endif () add_win32_flags(tool.drcacheoff.burst_futex ON) u...
diff --git a/clients/drcachesim/tests/burst_sleep.cpp b/clients/drcachesim/tests/burst_sleep.cpp new file mode 100644 index 00000000000..04fb6f62e25 --- /dev/null +++ b/clients/drcachesim/tests/burst_sleep.cpp @@ -0,0 +1,309 @@ +/* ********************************************************** + * Copyright (c) 2019-2025 G...
Non-alarm signals can accumulate and cause lock problems For #7504 in my memtrace sleep test I have one thread in a sleep loop and another thread in a busy loop where it sends SIGUSR1 to the sleep thread to test EINTR. In some runs I see a rank order violaton: ``` Run 24 <rank order violation dynamo_areas(readwrite)@...
[ "https://github.com/DynamoRIO/dynamorio/commit/244c3e88b2af9d56e7a67032adc3a6b8a278a5f7", "https://github.com/DynamoRIO/dynamorio/commit/747d59af1afa6412f10cfe1a5d8a87d59c8e3b72", "https://github.com/DynamoRIO/dynamorio/commit/e1cd5d972a388b5b1e833f8ca705edf5f5c8bf5c", "https://github.com/DynamoRIO/dynamorio/...
2025-07-29T20:32:59Z
https://github.com/DynamoRIO/dynamorio/tree/47d207c62cb24dad1fc1f12b4cc6bf947fcdbcbc
[ "cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 ; cmake --build build --parallel" ]
[ "DISABLE_FORMAT_CHECKS=yes ./suite/runsuite_wrapper.pl automated_ci 64_only 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: Test #320: name .........***Failed or Passed pattern = re.compile(r"Test\s+#\d+:\s+(\S.*?)\s+(?:\.+\s*)?(?:\*\*\*(Failed|Skipped)|Passed)") for line in log.splitlines(): m = pattern.search(line) if m: ...
[ "code_api|client.annotation-concurrency", "code_api|client.annotation-concurrency.full-decode", "code_api|sample.callstack", "code_api|client.annotation-detection.full-decode", "code_api,satisfy_w_xor_x|tool.drcacheoff.simple", "code_api|client.drsyms-test", "code_api|client.vg-annot-opt.full-decode.tin...
[ "code_api|linux.signal1011", "code_api|security-common.selfmod-big", "code_api|linux.sigaction_nosignals", "code_api|tool.drpt2trace.sideband", "code_api|tool.drcacheoff.legacy-int-offs", "code_api|client.gonative", "code_api|api.detach_state", "code_api|sample.wrap", "code_api|client.annotation-det...
starryzhang/sweb.eval.x86_64.dynamorio_1776_dynamorio-7583
php/php-src
19611
php__php-src-19611
[ "19610" ]
dee0042502c0b9535bb58688be3d1cf2c92a12d2
diff --git a/NEWS b/NEWS index c5a7aba53d2e1..84f7de878cd58 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ PHP NEWS - Session: . Fix RC violation of session SID constant deprecation attribute. (ilutov) +- Standard: + . Fix GH-19610 (Deprecatio...
diff --git a/ext/standard/tests/http/http_response_header_deprecated_parameter.phpt b/ext/standard/tests/http/http_response_header_deprecated_parameter.phpt new file mode 100644 index 0000000000000..1dd032a30527e --- /dev/null +++ b/ext/standard/tests/http/http_response_header_deprecated_parameter.phpt @@ -0,0 +1,14 @@...
Deprecation warnings in functions taking $http_response_header as argument There seems to be an issue here @Girgias if you have a function taking $http_response_header as argument it warns about every usage.. See https://github.com/composer/composer/actions/runs/17278161064/job/49040109053 for the failures: ``` ...
[ "https://github.com/php/php-src/commit/18f80fb5ced6019979c5d7d391f66a9313702ded" ]
2025-08-27T22:52:09Z
https://github.com/php/php-src/tree/dee0042502c0b9535bb58688be3d1cf2c92a12d2
[ "apt-get install -y pkg-config build-essential autoconf bison re2c libxml2-dev libsqlite3-dev ; ./buildconf ; ./configure --enable-debug ; make -j$(nproc)" ]
[ "make TEST_PHP_ARGS=-q test | tee run-tests.log" ]
[ "cat run-tests.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: [tests/...phpt]PASS or SKIP or FAIL or WARN pattern = re.compile(r'\[([^\]]+\.phpt)\](PASS|FAIL|SKIP|WARN)', re.IGNORECASE) for line in log.splitlines(): m = pattern.search(line) if m: test...
[ "ext/standard/tests/http/http_response_header_deprecated_parameter.phpt" ]
[ "Zend/tests/dynamic_prop_deprecation_002.phpt", "ext/standard/tests/strings/utf8.phpt", "tests/lang/bug24499.phpt", "ext/reflection/tests/ReflectionParameter_ctor_cast.phpt", "ext/standard/tests/file/bug43522.phpt", "Zend/tests/backtrace/bug_debug_backtrace.phpt", "Zend/tests/in-de-crement/oss-fuzz-6186...
starryzhang/sweb.eval.x86_64.php_1776_php-src-19611
php/php-src
19297
php__php-src-19297
[ "17927" ]
c1b129bd182991515c78835249c1514b480cfbea
diff --git a/NEWS b/NEWS index 61c39295db5bd..190c10fbba893 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.5.0beta1 +- Reflection: + . Fix...
diff --git a/Zend/tests/lazy_objects/skipLazyInitialization.phpt b/Zend/tests/lazy_objects/skipLazyInitialization.phpt index d4d564d9c6532..4fc47b13db671 100644 --- a/Zend/tests/lazy_objects/skipLazyInitialization.phpt +++ b/Zend/tests/lazy_objects/skipLazyInitialization.phpt @@ -227,7 +227,7 @@ getValue(): NULL setRa...
Reflection: have some indication of property hooks in `_property_string()` ### Description The following code (https://3v4l.org/1fUfI) ```php <?php interface IHookedDemo { public mixed $prop1 { get; } public mixed $prop2 { set; } public mixed $prop3 { get; set; } } abstract class HookedDemo { abstrac...
CC @iluuu1994 I figured before sending a patch it might be worth discussing how things should be shown - I propose something like ``` Property [ public mixed $prop1 { get; } ] Property [ public mixed $prop2 { set; }] Property [ public mixed $prop3 { get; set; } ] Property [ public mixed $prop1 { final get; } ] Proper...
CC @iluuu1994 I figured before sending a patch it might be worth discussing how things should be shown - I propose something like ``` Property [ public mixed $prop1 { get; } ] Property [ public mixed $prop2 { set; }] Property [ public mixed $prop3 { get; set; } ] Property [ public mixed $prop1 { final get; } ] Proper...
[ "https://github.com/php/php-src/commit/99d80180b4afe79f33c849ae1b2620488e839f12", "https://github.com/php/php-src/commit/69b343138a013b969ee1b3763fce448b6de961ab", "https://github.com/php/php-src/commit/d3d37ffe7e81d0fb416fa8c3e08b7b5c05cc71e9" ]
2025-07-30T02:37:39Z
https://github.com/php/php-src/tree/c1b129bd182991515c78835249c1514b480cfbea
[ "./buildconf ; ./configure ; make -j$(nproc)" ]
[ "make TEST_PHP_ARGS=\"-j$(nproc) -v\" test 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines like: PASS description [path] or SKIP description [path] or FAIL description [path] pattern = re.compile(r'^(PASS|FAIL|SKIP)\s+.*\[(.+?)\]', re.MULTILINE) for match in pattern.finditer(log): status_w...
[ "ext/phar/tests/bug73035.phpt", "ext/fileinfo/tests/finfo_buffer_basic.phpt", "ext/phar/tests/mounteddir.phpt", "ext/reflection/tests/gh12908.phpt", "ext/phar/tests/cache_list/copyonwrite12.phar.phpt", "ext/opcache/tests/bug70237.phpt", "ext/simplexml/tests/bug72971.phpt", "ext/phar/tests/zip/phar_com...
[ "Zend/tests/dynamic_prop_deprecation_002.phpt", "tests/lang/bug24499.phpt", "Zend/tests/backtrace/bug_debug_backtrace.phpt", "Zend/tests/in-de-crement/oss-fuzz-61865_binop_declared_property_unset_error_handler.phpt", "ext/date/tests/gh10218.phpt", "ext/filter/tests/filter_input_array_001.phpt", "ext/jso...
starryzhang/sweb.eval.x86_64.php_1776_php-src-19297
Mbed-TLS/mbedtls
10361
Mbed-TLS__mbedtls-10361
[ "10308" ]
265e98da4568335522c086a56e0f2070db63c6bc
diff --git a/ChangeLog.d/runtime-version-interface.txt b/ChangeLog.d/runtime-version-interface.txt new file mode 100644 index 000000000000..1cf42665ca99 --- /dev/null +++ b/ChangeLog.d/runtime-version-interface.txt @@ -0,0 +1,9 @@ +API changes + * Change the signature of the runtime version information methods that t...
diff --git a/programs/test/cmake_package/cmake_package.c b/programs/test/cmake_package/cmake_package.c index f7d5230f4610..cd050e97bc18 100644 --- a/programs/test/cmake_package/cmake_package.c +++ b/programs/test/cmake_package/cmake_package.c @@ -18,10 +18,7 @@ * linkage works, but that is all. */ int main() { - ...
Simplify get-version string interface Ever since PolarSSL in 3ac1b2d952ea200e66187c40e58729ebc84d8f11, the interface to get the PolarSSL then Mbed TLS version string has been: ``` /** * Get the version string ("x.y.z"). * * \param string The string that will receive the value. * (Should be at l...
[ "https://github.com/Mbed-TLS/mbedtls/commit/b2ba9fa68b64afeed108dd41f94060edb614f3f2", "https://github.com/Mbed-TLS/mbedtls/commit/783d8adb15a8559c02ef99029775fa0096778b7c", "https://github.com/Mbed-TLS/mbedtls/commit/0e5fe877cc880e19a892c807170edd7af08d0913" ]
2025-08-18T09:48:19Z
https://github.com/Mbed-TLS/mbedtls/tree/265e98da4568335522c086a56e0f2070db63c6bc
[ "pip3 install -r scripts/basic.requirements.txt ; cmake --build build --parallel" ]
[ "make check V=1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} for line in log.splitlines(): m = re.match(r'(\S+)\s+\.+\s+(PASS|FAIL|SKIP)', line) if m: name, status = m.groups() status = status.upper() if status == "PASS": ...
[ "test_suite_pkcs1_v15", "test_suite_cipher.misc", "test_suite_block_cipher.psa", "test_suite_pem", "test_suite_psa_crypto_persistent_key", "test_suite_ccm", "test_suite_gcm.aes256_en", "test_suite_poly1305", "test_suite_platform", "test_suite_config.mbedtls_boolean", "test_suite_cipher.camellia"...
[]
starryzhang/sweb.eval.x86_64.mbed-tls_1776_mbedtls-10361
cc65/cc65
2791
cc65__cc65-2791
[ "2789" ]
5fc300b987defe50f087ab2e4293ca90715b161d
diff --git a/src/ca65/pseudo.c b/src/ca65/pseudo.c index 5ce4e8c6e9..88f609e25b 100644 --- a/src/ca65/pseudo.c +++ b/src/ca65/pseudo.c @@ -642,7 +642,7 @@ static void DoCharMap (void) /* Read the index as numerical value */ Index = ConstExpression (); - if (IsByteRange (Index)) { + if (!IsByteRange (I...
diff --git a/test/asm/val/charmap.s b/test/asm/val/charmap.s new file mode 100644 index 0000000000..0a908ef139 --- /dev/null +++ b/test/asm/val/charmap.s @@ -0,0 +1,43 @@ + .setcpu "6502" + + .import _exit + .export _main + + .charmap $41, 0 + .charmap $42, 1 + .charmap $43, 2 +mapped: + .byte "ABC...
ca65: .charmap regression after evaluation changes **Compiler and OS** ca65 V2.19 - Git 5fc300b98 Gentoo Linux **Describe the bug** The `.charmap` directive emits evaluation errors when using `.include "ascii_charmap.inc"`, as well as when trying to use it directly at all. **To Reproduce** Should exit without output,...
fix (and related regression test) coming up :) Thanks for reporting!
fix (and related regression test) coming up :) Thanks for reporting! Oops - my fault. Sorry and thanks for the fix!
[ "https://github.com/cc65/cc65/commit/907d8b26c584b8a46af0adc5b46d98562d10d347", "https://github.com/cc65/cc65/commit/c13f7dbdadb4cb52e7c29a939f6af567486f2bc2" ]
2025-07-11T16:46:24Z
https://github.com/cc65/cc65/tree/5fc300b987defe50f087ab2e4293ca90715b161d
[ "apt-get update && apt-get install -y linuxdoc-tools-info gcc-mingw-w64-x86-64 ; make -j2 bin QUIET=1 ; make -j2 util QUIET=1 ; make -j2 lib QUIET=1" ]
[ "make -j2 test QUIET=0 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} for line in log.splitlines(): m = re.search(r'^(?:asm|misc|val|todo)/[^\s]+', line) if m: test_name = m.group(0) if 'FIXME' in line or 'Error:' in line: results[test_name] = 'fail' ...
[ "val/lib_common_strrchr.Osir.6502.prg", "val/postinc-8-16.Os.65c02.prg", "val/bug895.O.65c02.prg", "val/pr1461.Oir.65c02.prg", "val/nullptr.Oi.65c02.prg", "val/bug2461.Osir.6502.prg", "val/cq715.Osir.6502.prg", "val/bug1374.Osr.6502.prg", "val/bug975.Osr.6502.prg", "val/cq714.Osr.6502.prg", "val...
[ "asm/106-hibytes.bin", "asm/103-dbyt.bin", "asm/6502-cpudetect.bin", "asm/m740-opcodes.bin", "asm/138-errormsg.bin", "asm/107-lobytes.bin", "asm/070-include-repeat.bin", "asm/020-asciiz.bin", "asm/050-case-off-4.bin", "asm/034-assert-lderror7.bin", "asm/101-byt.bin", "asm/141-errormsg.bin", ...
starryzhang/sweb.eval.x86_64.cc65_1776_cc65-2791
redis/redis
14274
redis__redis-14274
[ "14267" ]
eac48279ad21b8612038953fefa0dcf926773efc
diff --git a/src/replication.c b/src/replication.c index 486d94a5dc1..767b3473d2b 100644 --- a/src/replication.c +++ b/src/replication.c @@ -1949,7 +1949,17 @@ static void rdbLoadEmptyDbFunc(void) { serverLog(LL_NOTICE, "MASTER <-> REPLICA sync: Flushing old data"); int empty_db_flags = server.repl_slave_lazy...
diff --git a/tests/unit/memefficiency.tcl b/tests/unit/memefficiency.tcl index 68c44c6b484..062bff09233 100644 --- a/tests/unit/memefficiency.tcl +++ b/tests/unit/memefficiency.tcl @@ -67,6 +67,14 @@ run_solo {defrag} { } } + proc discard_replies_every {rd count frequency discard_num} { + if {...
[CRASH] Redis 8.0.2 slave keep crashing when it startup. Notice! - If a Redis module was involved, please open an issue in the module's repo instead! - If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM! **Crash report** Paste the complete crash log between the quotes be...
@onghongyao thx, can you backup this RDB file of the replica. it seems that this RDB was corrupted, please try to delete this RDB file(after backup) and restart it again. if it no longer crashes, then it's possible that the RDB was corrupted. It shouldn't be RDB file corrupted. Based on chatgpt suggestion, I try to ch...
@onghongyao thx, can you backup this RDB file of the replica. it seems that this RDB was corrupted, please try to delete this RDB file(after backup) and restart it again. if it no longer crashes, then it's possible that the RDB was corrupted. It shouldn't be RDB file corrupted. Based on chatgpt suggestion, I try to ch...
[ "https://github.com/redis/redis/commit/c9c093c1b637c8341015dc5a11ecd5b460aadf2e", "https://github.com/redis/redis/commit/7185f4385e4403bcee17047408ea9e58c7a91fb0", "https://github.com/redis/redis/commit/f35db2661ae140d4c670f6dfa2e33ed785c99687", "https://github.com/redis/redis/commit/41d094c8da770986cfd90e77c...
2025-08-13T15:59:44Z
https://github.com/redis/redis/tree/eac48279ad21b8612038953fefa0dcf926773efc
[ "apt-get install -y tcl8.6 tclx ; make REDIS_CFLAGS='-Werror'" ]
[ "./runtest --accurate --verbose --dump-logs 2>&1 | tee test-output.log && CFLAGS='-Werror' ./runtest-moduleapi --verbose --dump-logs 2>&1 | tee -a test-output.log && ./runtest-sentinel 2>&1 | tee -a test-output.log && ./runtest-cluster 2>&1 | tee -a test-output.log && ./src/redis-server test all --accurate 2>&1 | t...
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines like: [ok]: TEST NAME ... for line in log.splitlines(): m_pass = re.match(r"\[ok\]:\s+(.*)", line) if m_pass: test_name = m_pass.group(1).strip() results[test_name] = "pas...
[ "ZRANGE BYLEX (0 ms)", "Number conversion precision test (issue #1118) (1 ms)", "Test listpack object encoding (1 ms)", "LINSERT raise error on bad syntax (1 ms)", "SELECT an out of range DB (1 ms)", "RENAME where source and dest key are the same (existing) (0 ms)", "RENAMENX against already existing ke...
[ "LCS indexes with match len (1 ms)", "GEORADIUS simple (sorted) (0 ms)", "LIBRARIES - malicious access test (1 ms)", "DUMP / RESTORE are able to serialize / unserialize a hash (3 ms)", "CLIENT SETNAME can assign a name to this connection (0 ms)", "EVAL - Lua status code reply -> Redis protocol type conver...
starryzhang/sweb.eval.x86_64.redis_1776_redis-14274
valkey-io/valkey
2370
valkey-io__valkey-2370
[ "2363" ]
663dac97a15449265c56c51f790b746317ea6e03
diff --git a/src/cluster_legacy.c b/src/cluster_legacy.c index ed2c4c3596..2fee695460 100644 --- a/src/cluster_legacy.c +++ b/src/cluster_legacy.c @@ -72,7 +72,7 @@ int clusterNodeAddReplica(clusterNode *primary, clusterNode *replica); int clusterAddSlot(clusterNode *n, int slot); int clusterDelSlot(int slot); int c...
diff --git a/tests/support/cluster_util.tcl b/tests/support/cluster_util.tcl index 960259e4fd..d69a195409 100644 --- a/tests/support/cluster_util.tcl +++ b/tests/support/cluster_util.tcl @@ -433,3 +433,21 @@ proc check_cluster_node_mark {flag ref_node_index instance_id_to_check} { proc get_slot_field {slot_output shar...
[test-failure] Slot-migration related ``` *** Migration source is auto-updated after failover in source shard in tests/unit/cluster/slot-migration.tcl *** Replica redirects key access in migrating slots in tests/unit/cluster/slot-migration.tcl *** Replica of migrating node returns ASK redirect after READONLY in tests/u...
@enjoy-binbin can you please take a look? oh, i did not realize it affect the slot migration, i will take a look when i have time (maybe this weekend) I think its a timing issue on `test-ubuntu-lttng` and `test-ubuntu-jemalloc-fortify` Seems like increasing the wait just enough solved for `fortify` however now for `l...
@enjoy-binbin can you please take a look? oh, i did not realize it affect the slot migration, i will take a look when i have time (maybe this weekend) I think its a timing issue on `test-ubuntu-lttng` and `test-ubuntu-jemalloc-fortify` Seems like increasing the wait just enough solved for `fortify` however now for `l...
[ "https://github.com/valkey-io/valkey/commit/55797c503b2dec7e72a13a12e424c147cfc7b2e1", "https://github.com/valkey-io/valkey/commit/fa2468d9e1072216b8740a0c4d00de95c712ae5e", "https://github.com/valkey-io/valkey/commit/abb328cb018980a125a0501d9dc44a528bc3ee47", "https://github.com/valkey-io/valkey/commit/e5137...
2025-07-21T12:37:47Z
https://github.com/valkey-io/valkey/tree/663dac97a15449265c56c51f790b746317ea6e03
[ "apt-get install -y tcl8.6 tclx ; make -j$(nproc) all-with-unit-tests" ]
[ "./runtest --verbose --dump-logs | tee test-output.log && ./runtest-moduleapi --verbose --dump-logs | tee -a test-output.log && ./runtest-sentinel --verbose --dump-logs | tee -a test-output.log && ./runtest-cluster --verbose --dump-logs | tee -a test-output.log && ./src/valkey-unit-tests --accurate | tee -a test-ou...
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match integration test lines: [ok]: description for m in re.finditer(r'\[(ok|err|fail|skip)\]:\s+(.+)', log, re.IGNORECASE): status, name = m.groups() status = status.lower() if status == "ok": results[n...
[ "test silent open key (1003 ms)", "By default, only default user is able to publish to any channel (2 ms)", "RESP3: RM_ReplyWithSet: an set reply (0 ms)", "CLIENT TRACKINGINFO provides reasonable results when tracking optout (1 ms)", "It is possible to create new users (0 ms)", "GEORADIUS simple (sorted) ...
[ "Unload the module - basics (0 ms)", "Test print are not available (0 ms)", "RESP3: RM_ReplyWithVerbatimString: a string reply (0 ms)", "KEYS to get all keys (0 ms)", "ZREMRANGEBYSCORE with non-value min or max - skiplist (1 ms)", "test detached thread safe cnotext (3 ms)", "EVAL - is Lua able to call R...
starryzhang/sweb.eval.x86_64.valkey-io_1776_valkey-2370
php/php-src
19215
php__php-src-19215
[ "15258" ]
702d18de99875a67d694058d4b345a3606f08632
diff --git a/NEWS b/NEWS index fa8db03972bdb..03711eb0a4691 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ PHP NEWS been deprecated. (Girgias) . The $exclude_disabled parameter of the get_defined_functions() function has been deprecated, ...
diff --git a/ext/opcache/tests/issue0057.phpt b/ext/opcache/tests/issue0057.phpt index 20c2f2a10558a..ac73859b0d36e 100644 --- a/ext/opcache/tests/issue0057.phpt +++ b/ext/opcache/tests/issue0057.phpt @@ -15,9 +15,9 @@ class ZException extends Exception { function dummy($query) { try { switch ($query) { ...
Deprecate semicolons after case in switch statement ### Description Hello everyone :wave: Did you know that... > It's possible to use a semicolon instead of a colon after a case like: ```php <?php switch($beer) { case 'tuborg'; case 'carlsberg'; case 'heineken'; echo 'Good choice';...
This syntax can be used when using plain PHP templates, e.g. https://3v4l.org/7mKS8. While I would not recommend to use switch statements in such templates, some code might still rely on that, so I think dropping support for semicolons after case requires an RFC. There has not been any recent activity in this featu...
This syntax can be used when using plain PHP templates, e.g. https://3v4l.org/7mKS8. While I would not recommend to use switch statements in such templates, some code might still rely on that, so I think dropping support for semicolons after case requires an RFC. There has not been any recent activity in this featu...
[ "https://github.com/php/php-src/commit/27d889651c976a169f8ae752bf96e46946c6f8fe", "https://github.com/php/php-src/commit/21e7bd1bc02c23642af6bda379c6278fc92e12dd", "https://github.com/php/php-src/commit/dd5276a1f2410b8d4875530a7b67b59be9399d97", "https://github.com/php/php-src/commit/d19d10e6b00b83dfb9e236b7d...
2025-07-22T16:54:33Z
https://github.com/php/php-src/tree/702d18de99875a67d694058d4b345a3606f08632
[ "./buildconf ; ./configure ; make -j$(nproc)" ]
[ "sapi/cli/php run-tests.php -j4 -v tests > test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines like: PASS description [path/to/test.phpt] pattern = re.compile(r'^(PASS|FAIL|SKIP|XFAIL|XPASS)\s+.*\[(.+?\.phpt)\]', re.MULTILINE) for match in pattern.finditer(log): status_raw, test_name = match.g...
[ "tests/lang/033.phpt" ]
[ "tests/run-test/test001.phpt", "tests/lang/foreachLoopIteratorAggregate.001.phpt", "tests/lang/passByReference_002.phpt", "tests/classes/autoload_009.phpt", "tests/classes/iterators_006.phpt", "tests/lang/bug24499.phpt", "tests/lang/005.phpt", "tests/classes/array_access_006.phpt", "tests/output/ob_...
starryzhang/sweb.eval.x86_64.php_1776_php-src-19215
redis/redis
14243
redis__redis-14243
[ "14208" ]
c55e33a99fa2efd5a9583964c45425ef0855182b
diff --git a/src/module.c b/src/module.c index 216030809aa..e1f40555dd4 100644 --- a/src/module.c +++ b/src/module.c @@ -14176,6 +14176,7 @@ int *RM_GetCommandKeysWithFlags(RedisModuleCtx *ctx, RedisModuleString **argv, i (*out_flags)[i] = moduleConvertKeySpecsFlags(result.keys[i].flags, 0); } + ...
diff --git a/tests/unit/moduleapi/getkeys.tcl b/tests/unit/moduleapi/getkeys.tcl index b84bb0f739c..48f97ddf430 100644 --- a/tests/unit/moduleapi/getkeys.tcl +++ b/tests/unit/moduleapi/getkeys.tcl @@ -58,6 +58,15 @@ start_server {tags {"modules"}} { set _ $e } {*EINVAL*} + test "introspect with > MAX...
[BUG] module.c RM_GetCommandKeysWithFlags should free keysResult **Describe the bug** redis module RM_GetCommandKeysWithFlags should always free keys result
do you mean there is a memory leak? yes, When the keys returned by cmd exceed the MAX_KEYS_BUFFER, getKeysResult.keys will be call zmalloc, but there will be not call free @brevin-yoke thx, feel free to make a PR to fix it and also create a test for it. @brevin-yoke It's been two weeks since this issue was created. ...
do you mean there is a memory leak? yes, When the keys returned by cmd exceed the MAX_KEYS_BUFFER, getKeysResult.keys will be call zmalloc, but there will be not call free @brevin-yoke thx, feel free to make a PR to fix it and also create a test for it. @brevin-yoke It's been two weeks since this issue was created. ...
[ "https://github.com/redis/redis/commit/2e3958f1b7abfe715850f71908dc361af79d0643", "https://github.com/redis/redis/commit/bbc4069709ec11825998ff491eadd30e55fb05ae" ]
2025-08-01T03:09:13Z
https://github.com/redis/redis/tree/c55e33a99fa2efd5a9583964c45425ef0855182b
[ "make REDIS_CFLAGS='-Werror' BUILD_TLS=yes" ]
[ "./runtest --accurate --verbose --dump-logs 2>&1 | tee test-output.log && CFLAGS='-Werror' ./runtest-moduleapi --verbose --dump-logs 2>&1 | tee -a test-output.log && ./runtest-sentinel 2>&1 | tee -a test-output.log && ./runtest-cluster 2>&1 | tee -a test-output.log && ./src/redis-server test all --accurate 2>&1 | t...
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines like: [ok]: test name ... or [err]: test name ... pattern = re.compile(r'\[(ok|err)\]:\s+(.*)') for line in log.splitlines(): m = pattern.search(line) if m: status_raw, name = m.g...
[ "Diskless load swapdb (different replid): old database is exposed after replication fails rdbchannel=no (0 ms)", "LPOP/RPOP against non existing key in RESP3 (1 ms)", "Is a ziplist encoded Hash promoted on big payload? (1 ms)", "SLOWLOG - RESET subcommand works (0 ms)", "SORT with STORE returns zero if resu...
[ "Test print are not available (0 ms)", "SORT extracts STORE correctly (0 ms)", "BITOP NOT (empty string) (1 ms)", "RENAME where source and dest key are the same (existing) (1 ms)", "PSYNC2: --- CYCLE 3 --- (0 ms)", "XADD auto-generated sequence can't be smaller than last ID (1 ms)", "Test BITFIELD with ...
starryzhang/sweb.eval.x86_64.redis_1776_redis-14243
capstone-engine/capstone
2743
capstone-engine__capstone-2743
[ "2741" ]
56db8c2b690eb6372c91f8d76621f43a33c4dbe4
diff --git a/arch/SystemZ/SystemZMapping.c b/arch/SystemZ/SystemZMapping.c index fd90c65d36..a677436afe 100644 --- a/arch/SystemZ/SystemZMapping.c +++ b/arch/SystemZ/SystemZMapping.c @@ -321,6 +321,21 @@ void SystemZ_set_detail_op_reg(MCInst *MI, unsigned op_num, systemz_reg Reg) if (!detail_is_set(MI)) return; ...
diff --git a/tests/issues/issues.yaml b/tests/issues/issues.yaml index 749cdac918..f27bbe34da 100644 --- a/tests/issues/issues.yaml +++ b/tests/issues/issues.yaml @@ -6262,4 +6262,22 @@ test_cases: expected: insns: - - asm_text: "c.srli a4, 5" \ No newline at end of file + asm_tex...
s390x incorrect disassembly `exrl` inst since capstone 6.0.0a4 found during: https://github.com/pwndbg/pwndbg/issues/3088 Capstone6: ``` [nix-shell:/persist/capstone]# ./build/cstool -version cstool for Capstone Disassembler, v6.0.0 Capstone build: x86=1 arm=1 aarch64=1 mips=1 ppc=1 sparc=1 systemz=1 xcore=1 m68k=1 tm...
Possibly related to https://github.com/llvm/llvm-project/issues/44437 This should be `r0` I guess? Turns out they just never implemented it in the disassembler. See https://github.com/capstone-engine/capstone/blob/a25d4980b02d506f25d43c3f83f0c93f0973c722/arch/SystemZ/SystemZDisassembler.c#L82-L84 @patryk4815 Is r0 an ...
Possibly related to https://github.com/llvm/llvm-project/issues/44437 This should be `r0` I guess? Turns out they just never implemented it in the disassembler. See https://github.com/capstone-engine/capstone/blob/a25d4980b02d506f25d43c3f83f0c93f0973c722/arch/SystemZ/SystemZDisassembler.c#L82-L84 @patryk4815 Is r0 an ...
[ "https://github.com/capstone-engine/capstone/commit/04cce2a275309b3f041b80d4750fd986d04c67d0" ]
2025-06-25T08:07:11Z
https://github.com/capstone-engine/capstone/tree/56db8c2b690eb6372c91f8d76621f43a33c4dbe4
[ "cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_CSTEST=ON ; cmake --build build --parallel" ]
[ "ctest --test-dir build --output-on-failure | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} for line in log.splitlines(): m = re.match(r"\s*\d+/\d+\s+Test\s+#?\d+:\s+(\S+)\s+\.+\s+(Passed|Failed|Skipped)", line, re.IGNORECASE) if m: name, status = m.groups() status = status.lower(...
[ "IssueTests" ]
[ "legacy_test_customized_mnem", "legacy_test_skipdata", "unit_sstream", "DetailTests", "legacy_test_iter", "integration_compat_headers", "integration_test_litbase", "unit_utils", "FeaturesTests", "integration_cstest", "MCTests", "unit_cstest" ]
starryzhang/sweb.eval.x86_64.capstone-engine_1776_capstone-2743
valkey-io/valkey
2287
valkey-io__valkey-2287
[ "2106" ]
d37dc527d0b4865cf38ef9939551bd2b5cc16c72
diff --git a/src/acl.c b/src/acl.c index c33b5d1ed7..87a86724cf 100644 --- a/src/acl.c +++ b/src/acl.c @@ -1439,7 +1439,12 @@ int ACLCheckUserCredentials(robj *username, robj *password) { /* If `err` is provided, this is added as an error reply to the client. * Otherwise, the standard Auth error is added as a reply....
diff --git a/tests/unit/multi.tcl b/tests/unit/multi.tcl index 3a279840b7..f54ec5e837 100644 --- a/tests/unit/multi.tcl +++ b/tests/unit/multi.tcl @@ -955,6 +955,12 @@ start_server {tags {"multi"}} { $rd close } + test "AUTH errored inside MULTI will add the reply" { + r config set requirepass...
[BUG] missing response when AUTH is errored inside a transaction When we introduced module based authentication, we provided a way for the module to own the authentication and fail it in case needed. for this we do not write error reply in case the auth identify there are existing replies in the client reply list: ```...
so module auth can add reply in its callback, or not add reply and just return an err robj in its callback? And we have to figure a way to determine whether it has added a reply? > so module auth can add reply in its callback, or not add reply and just return an err robj in its callback? And we have to figure a way to ...
so module auth can add reply in its callback, or not add reply and just return an err robj in its callback? And we have to figure a way to determine whether it has added a reply? > so module auth can add reply in its callback, or not add reply and just return an err robj in its callback? And we have to figure a way to ...
[ "https://github.com/valkey-io/valkey/commit/671e834d348d4f73d338917f2332f7d10df4fa0c", "https://github.com/valkey-io/valkey/commit/5b29c2c3ef80b06467eed59cd45c9dd5237ad7e9" ]
2025-06-30T08:46:07Z
https://github.com/valkey-io/valkey/tree/d37dc527d0b4865cf38ef9939551bd2b5cc16c72
[ "apt-get update && apt-get install -y tcl8.6 tclx ; make -B all-with-unit-tests SERVER_CFLAGS='-Werror'" ]
[ "(./runtest --verbose --dump-logs && ./runtest-moduleapi --verbose --dump-logs && ./runtest-sentinel && ./runtest-cluster && ./src/valkey-unit-tests) 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: [ok]: TEST NAME ... for line in log.splitlines(): m = re.match(r"\[ok\]:\s+(.*)", line) if m: test_name = m.group(1).strip() results[test_name] = "pass" m = re.match(r"\[err...
[ "ACL load and save with restricted channels (2 ms)", "It is possible to UNWATCH (1 ms)", "Consumer group last ID propagation to slave (NOACK=1) (106 ms)", "ZINCRBY - can create a new sorted set - skiplist (1 ms)", "Invalid keys should not be tracked for scripts in NOLOOP mode (1 ms)", "RESP3 Client gets t...
[ "Test print are not available (0 ms)", "blocked command gets rejected when reprocessed after permission change (3 ms)", "test RESP2/2 malformed big number protocol parsing (1 ms)", "SORT extracts STORE correctly (0 ms)", "LPOP/RPOP against non existing key in RESP3 (1 ms)", "Is a ziplist encoded Hash prom...
starryzhang/sweb.eval.x86_64.valkey-io_1776_valkey-2287
fluent/fluent-bit
10767
fluent__fluent-bit-10767
[ "10750" ]
d725599d3dd41dda4567549c553b2fc1e081384c
diff --git a/src/opentelemetry/flb_opentelemetry_logs.c b/src/opentelemetry/flb_opentelemetry_logs.c index 8e7fde45aff..2c009f0c8ad 100644 --- a/src/opentelemetry/flb_opentelemetry_logs.c +++ b/src/opentelemetry/flb_opentelemetry_logs.c @@ -293,18 +293,18 @@ static int process_json_payload_log_records_entry( r...
diff --git a/tests/internal/opentelemetry.c b/tests/internal/opentelemetry.c index 5464d3ce1f5..28a70f90b43 100644 --- a/tests/internal/opentelemetry.c +++ b/tests/internal/opentelemetry.c @@ -22,6 +22,8 @@ #include <fluent-bit/flb_pack.h> #include <fluent-bit/flb_sds.h> #include <fluent-bit/flb_mem.h> +#include <fl...
OTEL traceId and spanId sent via HTTP/JSON are doubled in size and malformed ## Bug Report **Describe the bug** TraceId and spanId provided with OpenTelemetry logs are doubled in size and malformed. The first part looks correct, but the second part contains garbage data. **To Reproduce** Let’s use two Fluent Bit inst...
thanks for the report! fixed in v4.0.8: https://fluentbit.io/announcements/v4.0.8/
[ "https://github.com/fluent/fluent-bit/commit/7b64ee5ccba1cdb40a436fa24e916d9886677176", "https://github.com/fluent/fluent-bit/commit/665a6e935a08bcb5ad5b4c5511c192c9ea8ec447" ]
2025-08-21T00:29:16Z
https://github.com/fluent/fluent-bit/tree/d725599d3dd41dda4567549c553b2fc1e081384c
[ "cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DFLB_DEV=On -DFLB_TESTS_RUNTIME=On -DFLB_TESTS_INTERNAL=On ; cmake --build build --parallel" ]
[ "ctest --test-dir build --output-on-failure -V | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match lines like: Test get_config_test... [ OK ] inline_re = re.compile(r"Test\s+([^\.\n]+)\.\.\.\s+\[\s*(OK|FAILED|SKIPPED)\s*\]", re.IGNORECASE) # Match summary lines like: Test #1: flb-rt-cu...
[ "mkdir", "template", "delimiter_ltsv", "flb-rt-out_stackdriver", "path_file", "flb-rt-out_kinesis", "flb-rt-out_firehose", "flb-rt-out_cloudwatch", "path" ]
[ "kube_annotations_parser_stderr_text_stderr", "flb-rt-custom_calyptia_input_test", "set_fleet_input_properties", "kube_annotations_parser_multiple_2_container_1_stdout", "kube_annotations_exclude_multiple_1_container_3_stderr", "in_tail_dockermode_splitted_line", "syslog_tcp_source_address", "flb-rt-o...
starryzhang/sweb.eval.x86_64.fluent_1776_fluent-bit-10767
valkey-io/valkey
2277
valkey-io__valkey-2277
[ "2139" ]
a739531106ec54681b2b31a272b91d4875b436c2
diff --git a/src/cluster_legacy.c b/src/cluster_legacy.c index bb5376283f..c541f8475d 100644 --- a/src/cluster_legacy.c +++ b/src/cluster_legacy.c @@ -1671,48 +1671,91 @@ clusterNode *createClusterNode(char *nodename, int flags) { node->tcp_port = 0; node->cport = 0; node->tls_port = 0; - node->fail_r...
diff --git a/tests/unit/cluster/failure-marking.tcl b/tests/unit/cluster/failure-marking.tcl index 787713b9fa..0ec85e9549 100644 --- a/tests/unit/cluster/failure-marking.tcl +++ b/tests/unit/cluster/failure-marking.tcl @@ -111,6 +111,16 @@ tags {external:skip tls:skip cluster singledb} { } r...
[NEW] Performance bottleneck in clusterNodeCleanupFailureReports under heavy failure load The current implementation of `clusterNodeCleanupFailureReports` walks the entire fail reports in the list on every invocation and performs a listDelNode() for each expired or non‑voting entry. When a cluster node has accumulated ...
Thanks @sungming2 for filing the issue. We had seen this as one of the major bottleneck during the failure of large number of nodes. > Use a priority queue with expiration time, so expired nodes can be removed in O(RlogN) rather than scanned in full. (R is # of actually expired reports) There will be cost associated w...
Thanks @sungming2 for filing the issue. We had seen this as one of the major bottleneck during the failure of large number of nodes. > Use a priority queue with expiration time, so expired nodes can be removed in O(RlogN) rather than scanned in full. (R is # of actually expired reports) There will be cost associated w...
[ "https://github.com/valkey-io/valkey/commit/040b3412b16c1a28c8bce416fcfde6399ad900a2", "https://github.com/valkey-io/valkey/commit/d7f8ca24465c3ec3e47bda5c8e394f9b2175ffe4", "https://github.com/valkey-io/valkey/commit/45a67fa83efe6ae2f025ec981737efbcf894d60a", "https://github.com/valkey-io/valkey/commit/0fa9b...
2025-06-26T09:31:15Z
https://github.com/valkey-io/valkey/tree/a739531106ec54681b2b31a272b91d4875b436c2
[ "apt-get update && apt-get install -y tcl8.6 tclx libssl-dev ; make distclean ; make -j$(nproc) BUILD_TLS=yes BUILD_UNIT_TESTS=yes" ]
[ "./runtest --verbose --tags -slow --dump-logs ; ./runtest-moduleapi --verbose --dump-logs ; ./runtest-sentinel ; ./runtest-cluster 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} for line in log.splitlines(): line = line.strip() # Match [ok]: or [ignore]: patterns m = re.search(r"\[(ok|ignore)\]:\s*(.+?)(?:\s*\(\d+\s*ms\))?$", line, re.IGNORECASE) if m: status_word, name = m.gr...
[ "Restarting node #3", "Wait failover by #8 with old epoch 4", "Instance #5 is now a slave", "Wait for slave of #3 to sync", "Terminating node #5", "Terminating node #3", "Instance #3 is now a slave", "Restarting node #5" ]
[ "Cluster nodes hard reset", "Restarting node #0", "Cluster is writable again", "Verify 50000 keys after the restart", "Wait failover by #9 with old epoch 5", "Instance #4 is now a slave", "Wait failover by #5 with old epoch 1", "Each master should have two replicas attached", "Restarting node #4", ...
starryzhang/sweb.eval.x86_64.valkey-io_1776_valkey-2277
DynamoRIO/dynamorio
7561
DynamoRIO__dynamorio-7561
[ "7560" ]
976263ffce16acccb207a20481761405a951d4fd
diff --git a/clients/drcachesim/CMakeLists.txt b/clients/drcachesim/CMakeLists.txt index cf0fbf9396b..724998839ff 100644 --- a/clients/drcachesim/CMakeLists.txt +++ b/clients/drcachesim/CMakeLists.txt @@ -581,7 +581,8 @@ macro(add_drmemtrace name type static_DR no_main) target_link_libraries(${name} atomic) end...
diff --git a/clients/drcachesim/tests/CMakeLists.txt b/clients/drcachesim/tests/CMakeLists.txt index d68413bb0af..86bf232ba58 100644 --- a/clients/drcachesim/tests/CMakeLists.txt +++ b/clients/drcachesim/tests/CMakeLists.txt @@ -56,3 +56,11 @@ use_DynamoRIO_extension(analyzer_separate droption) # for droption.h use_Dy...
drmemtrace tracer libraries not exported The analyzer libraries are all exported, and we have a test of that. But the drmemtrace{,_static} libraries are not exported. This was hit by a user: https://groups.google.com/g/dynamorio-users/c/kZHTGiIUn8Y/m/rSurDOWeAQAJ Adding to our build-and-test test reproduces: ``` $ ctes...
I had to remove this from DynamoRIOConfig.cmake.in: ``` # Not really an extension, just for including drmemtrace.h # via use_DynamoRIO_extension(target, drmemtrace_static) set(DynamoRIO_EXT_drmemtrace_static_NOLIB ON) ``` Should use_DynamoRIO_drmemtrace_tracer() instead so I think that's no longer needed. I had to als...
I had to remove this from DynamoRIOConfig.cmake.in: ``` # Not really an extension, just for including drmemtrace.h # via use_DynamoRIO_extension(target, drmemtrace_static) set(DynamoRIO_EXT_drmemtrace_static_NOLIB ON) ``` Should use_DynamoRIO_drmemtrace_tracer() instead so I think that's no longer needed. I had to als...
[ "https://github.com/DynamoRIO/dynamorio/commit/755624500d2471e34e24a0cfe758aeadb7f5e3f5", "https://github.com/DynamoRIO/dynamorio/commit/4f4e7e665b98e1d134440a3582d46d09e75d9c50", "https://github.com/DynamoRIO/dynamorio/commit/023f02aa6638b0d6f32f8c10f1466f1d60860616", "https://github.com/DynamoRIO/dynamorio/...
2025-07-22T01:40:04Z
https://github.com/DynamoRIO/dynamorio/tree/976263ffce16acccb207a20481761405a951d4fd
[ "git submodule update --init --recursive ; DYNAMORIO_CROSS_AARCHXX_LINUX_ONLY=no DYNAMORIO_CROSS_ANDROID_ONLY=no DYNAMORIO_A64_ON_X86_ONLY=no ./suite/runsuite_wrapper.pl automated_ci 64_only nontest_only" ]
[ "./suite/runsuite_wrapper.pl automated_ci 64_only 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: Test #436: code_api|tool.drcacheoff.allasm-dyn-inject-view .................... Passed 34.90 sec test_line_re = re.compile(r"Test\s+#\d+:\s+(\S+)\s+.*?\s+(Passed|Failed|Skipped|\*\*\*Timeout)", re.IGNORECASE) for ...
[ "code_api,satisfy_w_xor_x|tool.drcacheoff.simple", "code_api|tool.drcacheoff.allasm-repstr-basic-counts", "code_api|tool.drpt2trace.sideband", "code_api|tool.drcacheoff.legacy-int-offs", "code_api|api.detach_state", "code_api,thread_private|client.events", "code_api|api.static_startstop", "code_api|to...
[ "code_api|linux.signal1011", "code_api|linux.sigsuspend", "code_api|client.crashmsg", "code_api|security-common.selfmod-big", "tool.drcacheoff.flexible_queue_tests", "code_api|linux.signal1110", "code_api|client.drbbdup-analysis-test", "tool.drcacheoff.record_filter_unit_tests", "code_api|linux.siga...
starryzhang/sweb.eval.x86_64.dynamorio_1776_dynamorio-7561
valkey-io/valkey
2431
valkey-io__valkey-2431
[ "2423" ]
8131c2b07bcff0dd62c79f8495e45563eacadec1
diff --git a/src/cluster_legacy.c b/src/cluster_legacy.c index 9aa001edbc..a24c7d25f3 100644 --- a/src/cluster_legacy.c +++ b/src/cluster_legacy.c @@ -3798,8 +3798,8 @@ int clusterProcessPacket(clusterLink *link) { /* This packet is stale so we avoid processing it anymore. Otherwise ...
diff --git a/tests/unit/cluster/manual-failover.tcl b/tests/unit/cluster/manual-failover.tcl index 2f1370cfff..3bfce58b4b 100644 --- a/tests/unit/cluster/manual-failover.tcl +++ b/tests/unit/cluster/manual-failover.tcl @@ -583,3 +583,196 @@ start_cluster 3 2 {tags {external:skip cluster}} { assert_equal [dict ...
[test-failure] AddressSanitizer test failure in cluster https://github.com/valkey-io/valkey/actions/runs/16720515261/job/47323708440 https://github.com/valkey-io/valkey/actions/runs/16699138137/job/47267407010 Observed a flaky crash during CI runs with the following AddressSanitizer error: ``` [err]: Sanitizer error:...
[ "https://github.com/valkey-io/valkey/commit/19a3ccb650823cecbd3c7d9a85c3c837afd090e4", "https://github.com/valkey-io/valkey/commit/739358fa1c6ab515977e84826470ebec30fafa54", "https://github.com/valkey-io/valkey/commit/c051d2e64da71f21278477fbb8523e24cf3ecc16", "https://github.com/valkey-io/valkey/commit/8d838...
2025-08-05T15:29:19Z
https://github.com/valkey-io/valkey/tree/8131c2b07bcff0dd62c79f8495e45563eacadec1
[ "apt-get update && apt-get install -y tcl8.6 tclx ; make -j$(nproc) all-with-unit-tests" ]
[ "./runtest --verbose --dump-logs | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines like: [ok]: testname ... or *** [err]: testname ... ok_pattern = re.compile(r"\[ok\]:\s+(.*)") err_pattern = re.compile(r"\*\*\*\s+\[err\]:\s+(.*)") # Also match summary lines like: [\d+/\d+ done]: testname done_pat...
[ "incrby operation should update encoding from raw to int (2 ms)", "ZRANGE BYLEX (0 ms)", "FUNCTION - function test no name (0 ms)", "EXEC fail on lazy expired WATCHed key (104 ms)", "GEORADIUS simple (sorted) (0 ms)", "MOVE against key existing in the target DB (0 ms)", "HSETEX KEEPTTL - preserves exist...
[ "LINSERT against non existing key (0 ms)", "unit/keyspace", "It is possible to create new users (0 ms)", "Test print are not available (0 ms)", "test RESP2/2 malformed big number protocol parsing (1 ms)", "unit/scan", "Able to redirect to a RESP3 client (2 ms)", "ZREMRANGEBYSCORE with non-value min or...
starryzhang/sweb.eval.x86_64.valkey-io_1776_valkey-2431
valkey-io/valkey
2458
valkey-io__valkey-2458
[ "2439" ]
bddc9db087a4540d577049871eb1c37b334994e5
diff --git a/src/cluster.c b/src/cluster.c index dd83a33244..33882b0b0a 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -1594,6 +1594,10 @@ void resetClusterStats(void) { if (!server.cluster_enabled) return; clusterSlotStatResetAll(); + + memset(server.cluster->stats_bus_messages_sent, 0, sizeof(server...
diff --git a/tests/unit/cluster/info.tcl b/tests/unit/cluster/info.tcl index 6c8f77b25b..43a2b7498e 100644 --- a/tests/unit/cluster/info.tcl +++ b/tests/unit/cluster/info.tcl @@ -63,6 +63,28 @@ start_cluster 3 0 {tags {external:skip cluster} overrides {cluster-node-timeout resume_process [srv -1 pid] ...
Make CONFIG RESETSTATS reset all cluster stats. Currently CONFIG RESET STATS only resets the slot statistics. I think we should also include: stats_bus_messages_sent stats_bus_messages_received
why we need to reset stats_pfail_nodes, we will reset it in clusterCron and re-calc it anyway I assigned it to myself for now since someone from my team want to make some contributions > we need to reset stats_pfail_nodes, we will reset it in clusterCron and re-calc it anyway I agree. I added it without lots of though...
why we need to reset stats_pfail_nodes, we will reset it in clusterCron and re-calc it anyway I assigned it to myself for now since someone from my team want to make some contributions > we need to reset stats_pfail_nodes, we will reset it in clusterCron and re-calc it anyway I agree. I added it without lots of though...
[ "https://github.com/valkey-io/valkey/commit/d307383a778e86b5cd9ba5863aa66e3551ca488a" ]
2025-08-08T10:52:32Z
https://github.com/valkey-io/valkey/tree/bddc9db087a4540d577049871eb1c37b334994e5
[ "apt-get install -y tcl8.6 tclx ; make all-with-unit-tests SERVER_CFLAGS='-Werror'" ]
[ "./runtest --verbose --dump-logs 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} for line in log.splitlines(): m_ok = re.match(r"\[ok\]:\s*(.+)", line) m_err = re.match(r"\*\*\*\s*\[err\]:\s*(.+)", line) m_skip = re.match(r"\[skip\]:\s*(.+)", line) if m_ok: test_nam...
[ "MOVE basic usage (2 ms)", "LUA redis.status_reply API (1 ms)", "New users start disabled (0 ms)", "Can read from replica after READONLY (1 ms)", "RENAME where source and dest key are the same (existing) (0 ms)", "SORT with STORE returns zero if result is empty (github issue 224) (0 ms)", "Calling clust...
[ "Test print are not available (0 ms)", "test RESP2/2 malformed big number protocol parsing (1 ms)", "test RESP3/3 big number protocol parsing (1 ms)", "KEYS to get all keys (0 ms)", "EXPIRE with LT option on a key with higher ttl (1 ms)", "PSYNC2: --- CYCLE 3 --- (0 ms)", "EVAL - Lua string -> Redis pro...
starryzhang/sweb.eval.x86_64.valkey-io_1776_valkey-2458
cc65/cc65
2761
cc65__cc65-2761
[ "2231" ]
4899b6dc0cdee9cf4e94f985fa775225340a80da
diff --git a/src/cc65/pragma.c b/src/cc65/pragma.c index 49754fbe8d..51f7f3007f 100644 --- a/src/cc65/pragma.c +++ b/src/cc65/pragma.c @@ -48,6 +48,7 @@ #include "error.h" #include "global.h" #include "litpool.h" +#include "preproc.h" #include "scanner.h" #include "scanstrbuf.h" #include "symtab.h" @@ -866,24 +86...
diff --git a/test/val/bug2231.c b/test/val/bug2231.c new file mode 100644 index 0000000000..96a856a8dc --- /dev/null +++ b/test/val/bug2231.c @@ -0,0 +1,10 @@ +_Pragma("message/*Comment1*/ ( /*Comment2*/\"test message\" /*Comment3*/)") +/* We have no pragma without parenthesis but if there would be one, the +** followi...
cc65: Comments within _Pragma aren't accepted This should work, but doesn't: ```C _Pragma("warn(remap-zero, /* Comment */ on)") ``` Admittedly, this is rather obscure and may not be worth a fix, but it's a standard violation anyway.
Wow this IS obscure... how do you even find such things? :) I reread the relevant parts of the standard when looking at PR #2226 and found that this must work. Checked with gcc/clang and they both accept it. Fun fact: gcc 9.4.0 gets the location wrong, so it's not only cc65 that has problems with obscure stuff like ...
Wow this IS obscure... how do you even find such things? :) I reread the relevant parts of the standard when looking at PR #2226 and found that this must work. Checked with gcc/clang and they both accept it. Fun fact: gcc 9.4.0 gets the location wrong, so it's not only cc65 that has problems with obscure stuff like ...
[ "https://github.com/cc65/cc65/commit/64d35b6a8697531b7af92ba4b677a7561aa3f9d9" ]
2025-07-01T15:26:01Z
https://github.com/cc65/cc65/tree/4899b6dc0cdee9cf4e94f985fa775225340a80da
[ "apt-get update && apt-get install -y linuxdoc-tools-info gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 ; make -j2 bin USER_CFLAGS=-Werror QUIET=1 ; make -j2 util QUIET=1 ; make -j2 lib QUIET=1" ]
[ "make -j2 test QUIET=1 VERBOSE=1 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} # Match lines with test file names, optionally prefixed by FIXME and path file_re = re.compile(r'^(?:FIXME:\s+)?\s*(?:\.\./\.\./testwrk/)?([^\s]+)$') for line in log.splitlines(): m = file_re.match(line.strip()) if m: ...
[ "val/lib_common_strrchr.Osir.6502.prg", "val/postinc-8-16.Os.65c02.prg", "ref/macro.Osr.65c02.prg", "val/bug895.O.65c02.prg", "val/pr1461.Oir.65c02.prg", "val/nullptr.Oi.65c02.prg", "val/bug2461.Osir.6502.prg", "val/cq715.Osir.6502.prg", "val/bug1374.Osr.6502.prg", "val/bug975.Osr.6502.prg", "va...
[ "dasm/6502-reass.bin", "asm/106-hibytes.bin", "val/bug1108.g.6502.prg", "val/bitfield-union.g.6502.prg", "asm/103-dbyt.bin", "asm/err/jmp-indirect-6502-error.s", "val/and2.g.6502.prg", "val/bug1244.g.6502.prg", "val/bitfield-packing-char.g.6502.prg", "val/bug1652-optimizer.g.6502.prg", "val/add2...
starryzhang/sweb.eval.x86_64.cc65_1776_cc65-2761
zmkfirmware/zmk
2942
zmkfirmware__zmk-2942
[ "2921" ]
cef7af4408cc44c20fab93a0b2e20b3429d0a98e
diff --git a/app/src/behaviors/behavior_macro.c b/app/src/behaviors/behavior_macro.c index c16fb69a9e9..3e4d17321fa 100644 --- a/app/src/behaviors/behavior_macro.c +++ b/app/src/behaviors/behavior_macro.c @@ -129,7 +129,9 @@ static int behavior_macro_init(const struct device *dev) { LOG_DBG("Release will r...
diff --git a/app/tests/macros/param-then-no-param/events.patterns b/app/tests/macros/param-then-no-param/events.patterns new file mode 100644 index 00000000000..a23e05630c9 --- /dev/null +++ b/app/tests/macros/param-then-no-param/events.patterns @@ -0,0 +1,2 @@ +s/.*hid_listener_keycode/kp/p +s/.*mo_keymap_binding/mo/p...
[bug] parameterized macros do not function properly with layers hi, some members and i figured this out today in the discord server if you use a parameterized macro which contains any form of layer interaction, the value of the last used (we only tested with 1) parameter gets passed to the layer interaction instead of...
Here is a test that reproduces it and fails: https://github.com/caksoylar/zmk/commit/ce66de1e75437e9daef414cbfac37cce5668ba95 Also shows the wrong layer index for the macro release in logs: ```diff --- tests/macros/param-then-no-param/keycode_events.snapshot 2025-04-27 17:23:07.032002780 -0700 +++ ./build/tests/mac...
Here is a test that reproduces it and fails: https://github.com/caksoylar/zmk/commit/ce66de1e75437e9daef414cbfac37cce5668ba95 Also shows the wrong layer index for the macro release in logs: ```diff --- tests/macros/param-then-no-param/keycode_events.snapshot 2025-04-27 17:23:07.032002780 -0700 +++ ./build/tests/mac...
[ "https://github.com/zmkfirmware/zmk/commit/5edaaf56aaaa23bc2e1a65e120f8902f048f1167", "https://github.com/zmkfirmware/zmk/commit/9779b2cf24430d2aa9ab8826c67ab25446da01d1" ]
2025-05-15T06:32:15Z
https://github.com/zmkfirmware/zmk/tree/cef7af4408cc44c20fab93a0b2e20b3429d0a98e
[ "west update ; cd app && west build" ]
[ "west test 2>&1 | tee test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results = {} for line in log.splitlines(): m = re.match(r'PASS:\s+(.+)', line) if m: results[m.group(1).strip()] = "pass" continue m = re.match(r'FAILED:\s+(.+?)\s+did not build', line) if m: ...
[ "hold-tap/balanced/3c-kcdn-dn-kcup-up", "hold-tap/balanced/7-positional/2-dn-timer-up", "hold-tap/balanced/4a-dn-htdn-timer-htup-up", "hold-tap/balanced/4d-dn-kcdn-timer-up-kcup", "pointing/mouse-move/processors/move_diagonal_xy_swap", "hold-tap/balanced/4c-dn-kcdn-kcup-up", "backlight/config-brt", "p...
[ "hold-tap/tap-preferred/7-positional/2-dn-timer-up", "caps-word/deactivate-by-second-press", "hold-tap/hold-preferred/3d-kcdn-dn-kcup-timer-up", "macros/basic", "combo/press-release-long-combo-incomplete", "hold-tap/tap-unless-interrupted/1-dn-up", "sticky-keys/12-same-position-mods", "hold-tap/tap-un...
starryzhang/sweb.eval.x86_64.zmkfirmware_1776_zmk-2942
valkey-io/valkey
2553
valkey-io__valkey-2553
[ "2444" ]
1ba622bad5369ece4e88946e7a9b1d65541bc8db
diff --git a/src/defrag.c b/src/defrag.c index 5228143bbb..79a8b473d2 100644 --- a/src/defrag.c +++ b/src/defrag.c @@ -822,7 +822,7 @@ static doneStatus defragLaterStep(monotime endtime, void *privdata) { defragKeysCtx *ctx = privdata; unsigned int iterations = 0; - unsigned long long prev_defragged = se...
diff --git a/tests/unit/memefficiency.tcl b/tests/unit/memefficiency.tcl index 00508a4656..f7e353a133 100644 --- a/tests/unit/memefficiency.tcl +++ b/tests/unit/memefficiency.tcl @@ -183,7 +183,7 @@ run_solo {defrag} { proc perform_defrag_test {name args} { # This value should be 5 ms, but it was flaky in...
[Flaky test] High latency in active defrag tests Active defragmention should only run on the order of about 1ms, but we observed cases in tests where the latency metric was reporting single digit ms. We implemented a temporary fix in https://github.com/valkey-io/valkey/pull/2421/files, but we should investigate how to ...
big hash ``` [err]: Active Defrag big hash: standalone in tests/unit/memefficiency.tcl Expected 12 <= 5 (context: type proc line 18 cmd {assert {$max_latency <= $limit_ms}} proc ::validate_latency level 1) (Fast fail: test will exit now) [err]: Active Defrag big hash: standalone in tests/unit/memefficiency.tcl Expected...
big hash ``` [err]: Active Defrag big hash: standalone in tests/unit/memefficiency.tcl Expected 12 <= 5 (context: type proc line 18 cmd {assert {$max_latency <= $limit_ms}} proc ::validate_latency level 1) (Fast fail: test will exit now) [err]: Active Defrag big hash: standalone in tests/unit/memefficiency.tcl Expected...
[ "https://github.com/valkey-io/valkey/commit/bf034b7796144df772b46f78dbed5234154cafa8", "https://github.com/valkey-io/valkey/commit/f54c6af9477f6a1ab77509e3318decdf04530120", "https://github.com/valkey-io/valkey/commit/858e1dea67bd48e65fa73376de60ca5556aad9be", "https://github.com/valkey-io/valkey/commit/7263a...
2025-08-27T02:40:43Z
https://github.com/valkey-io/valkey/tree/1ba622bad5369ece4e88946e7a9b1d65541bc8db
[ "make all-with-unit-tests SERVER_CFLAGS='-Werror'" ]
[ "./runtest --verbose --dump-logs 2>&1 | tee test-output.log && ./runtest-moduleapi --verbose --dump-logs 2>&1 | tee -a test-output.log && ./src/valkey-unit-tests 2>&1 | tee -a test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Match integration test lines: [ok]: testname or [err]: testname for m in re.finditer(r"\[(ok|err)\]:\s+(.+?)(?:\s+\(|$)", log): status, name = m.groups() results[name.strip()] = "pass" if status == "ok" else...
[ "PSYNC2: Set #3 to replicate from #0", "TTL Persistence in AOF aof-use-rdb-preamble yes", "PSYNC2: [NEW LAYOUT] Set #0 as master" ]
[ "Test RO scripts are not blocked by pause RO", "EVAL - cmsgpack can pack double?", "HGETEX EXAT with multiple fields generates single notification", "SET with IFEQ conditional - with xx", "test RESP2/3 null protocol parsing", "Generated sets must be encoded correctly - intset", "{standalone} SCAN COUNT"...
starryzhang/sweb.eval.x86_64.valkey-io_1776_valkey-2553