Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
804de951
Commit
804de951
authored
8 years ago
by
David Radley
Committed by
Dave Kantor
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1431 Integration tests added by ATLAS 1311 fail on Eclipse (david_radley via dkantor)
parent
37c8a4d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
TestAtlasStructType.java
.../test/java/org/apache/atlas/type/TestAtlasStructType.java
+1
-0
release-log.txt
release-log.txt
+1
-0
No files found.
intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java
View file @
804de951
...
...
@@ -195,6 +195,7 @@ public class TestAtlasStructType {
fail
(
"invalidStructDef not detected: structDef="
+
invalidStructDef
+
"; structType="
+
invalidStructType
);
}
catch
(
AtlasBaseException
excp
)
{
assertTrue
(
excp
.
getAtlasErrorCode
()
==
AtlasErrorCode
.
INVALID_ATTRIBUTE_TYPE_FOR_CARDINALITY
);
invalidStructDef
.
removeAttribute
(
"invalidAttributeDef"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
804de951
...
...
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES:
ATLAS-1431 Integration tests added by ATLAS 1311 fail on Eclipse (david_radley via dkantor)
ATLAS-1387 Compiled Query Cache (jnhagelberg@us.ibm.com via svimal2106)
ATLAS-1312 Update QuickStart to use the v2 APIs for types and entities creation (sarath.kum4r@gmail.com via mneethiraj)
ATLAS-1498 added unit-tests to validate handling of array/map/struct attributes in entity create/update (sumasai via mneethiraj)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment