This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new 6508ba4 [NO-ISSUE][TEST] Removing tests from only_sqlpp file
6508ba4 is described below
commit 6508ba464d3a8f4defb955bd23733414e8021730
Author: Glenn <[email protected]>
AuthorDate: Mon Oct 5 12:39:28 2020 -0700
[NO-ISSUE][TEST] Removing tests from only_sqlpp file
- user model changes: no
- storage format changes: no
- interface changes: no
Looks like some extra tests made it into master, this file should be
empty.
Change-Id: Iff1e5bcf948258fb0aa0299a4ff893fd2932d6c5
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/8263
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
Tested-by: Jenkins <[email protected]>
---
.../asterix-app/src/test/resources/runtimets/only_sqlpp.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
b/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
index f521dd9..334dd52 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
@@ -19,15 +19,5 @@
!-->
<test-suite xmlns="urn:xml.testframework.asterix.apache.org"
ResultOffsetPath="results" QueryOffsetPath="queries_sqlpp"
QueryFileExtension=".sqlpp">
<test-group name="failed">
- <test-case FilePath="limit">
- <compilation-unit name="push-limit-to-primary-scan">
- <output-dir compare="Text">push-limit-to-primary-scan</output-dir>
- </compilation-unit>
- </test-case>
- <test-case FilePath="limit">
- <compilation-unit name="push-limit-to-primary-scan-select">
- <output-dir
compare="Text">push-limit-to-primary-scan-select</output-dir>
- </compilation-unit>
- </test-case>
</test-group>
</test-suite>