This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch test/replication in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit 473a07054a45d5f20c36fb8f787c4c7ab10140cc Author: Hongtao Gao <[email protected]> AuthorDate: Mon Mar 23 02:55:12 2026 +0000 feat(trace): add trace query QL input file for replication tests --- test/cases/trace/data/input/all.ql | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/test/cases/trace/data/input/all.ql b/test/cases/trace/data/input/all.ql new file mode 100644 index 000000000..347d3cbed --- /dev/null +++ b/test/cases/trace/data/input/all.ql @@ -0,0 +1,22 @@ +# Licensed to Apache Software Foundation (ASF) under one or more contributor +# license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright +# ownership. Apache Software Foundation (ASF) licenses this file to you under +# the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + + +SELECT () FROM TRACE sw IN test-trace-group +TIME > '-15m' +ORDER BY timestamp DESC +LIMIT 100
