abdullah alamoudi has submitted this change and it was merged. Change subject: ASTERIXDB-1489 Fix Query After Restart Test Case ......................................................................
ASTERIXDB-1489 Fix Query After Restart Test Case Since the adapter's produced data type was modified, the type in the test case had to be updated. Change-Id: I8735bc049ad5a9380a8f770c5ba35d901f194100 Reviewed-on: https://asterix-gerrit.ics.uci.edu/966 Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> --- M asterixdb/asterix-installer/src/test/resources/transactionts/queries/query_after_restart/dataset-with-meta-record/dataset-with-meta-record.2.ddl.aql 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Michael Blow: Looks good to me, approved Jenkins: Looks good to me, but someone else must approve; Verified diff --git a/asterixdb/asterix-installer/src/test/resources/transactionts/queries/query_after_restart/dataset-with-meta-record/dataset-with-meta-record.2.ddl.aql b/asterixdb/asterix-installer/src/test/resources/transactionts/queries/query_after_restart/dataset-with-meta-record/dataset-with-meta-record.2.ddl.aql index 31d6ea8..2c74ac7 100644 --- a/asterixdb/asterix-installer/src/test/resources/transactionts/queries/query_after_restart/dataset-with-meta-record/dataset-with-meta-record.2.ddl.aql +++ b/asterixdb/asterix-installer/src/test/resources/transactionts/queries/query_after_restart/dataset-with-meta-record/dataset-with-meta-record.2.ddl.aql @@ -31,11 +31,9 @@ create type KVMetaType as open{ "key":string, -bucket:string, vbucket:int32, seq:int64, cas:int64, -creationTime:int64, expiration:int32, flags:int32, revSeq:int64, -- To view, visit https://asterix-gerrit.ics.uci.edu/966 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8735bc049ad5a9380a8f770c5ba35d901f194100 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]>
