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
f234ed1d
Commit
f234ed1d
authored
6 years ago
by
Sarath Subramanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3150: Fix flaky integrations test in HiveHookIT - testAlterTableLocation()
parent
3def7682
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
HiveITBase.java
...ridge/src/test/java/org/apache/atlas/hive/HiveITBase.java
+1
-1
HiveHookIT.java
.../src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java
+1
-1
No files found.
addons/hive-bridge/src/test/java/org/apache/atlas/hive/HiveITBase.java
View file @
f234ed1d
...
...
@@ -82,7 +82,7 @@ public class HiveITBase {
protected
static
final
String
DGI_URL
=
"http://localhost:21000/"
;
protected
static
final
String
CLUSTER_NAME
=
"primary"
;
protected
static
final
String
PART_FILE
=
"2015-01-01"
;
protected
static
final
String
INPUTS
=
"inputs"
;
;
protected
static
final
String
INPUTS
=
"inputs"
;
protected
static
final
String
OUTPUTS
=
"outputs"
;
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java
View file @
f234ed1d
...
...
@@ -1388,7 +1388,7 @@ public class HiveHookIT extends HiveITBase {
String
testPath
=
createTestDFSPath
(
"testBaseDir"
);
String
query
=
"alter table "
+
tableName
+
" set location '"
+
testPath
+
"'"
;
runCommand
(
query
);
runCommand
WithDelay
(
query
,
5000
);
assertTableIsRegistered
(
DEFAULT_DB
,
tableName
,
new
AssertPredicate
()
{
@Override
...
...
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