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
69f6adfb
Commit
69f6adfb
authored
Aug 01, 2016
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1048 TestMetadata.py test in distro project fails on Windows (jnhagelb via shwethags)
parent
96a11675
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
TestMetadata.py
distro/src/test/python/scripts/TestMetadata.py
+2
-2
release-log.txt
release-log.txt
+1
-0
No files found.
distro/src/test/python/scripts/TestMetadata.py
View file @
69f6adfb
...
...
@@ -64,7 +64,7 @@ class TestMetadata(unittest.TestCase):
self
.
assertTrue
(
configure_hbase_mock
.
called
)
if
IS_WINDOWS
:
calls
=
[
call
([
'atlas_home
\\
hbase
\\
bin
\\
start-hbase.cmd'
,
'--config'
,
'atlas_home
\\
hbase
\\
conf'
,
'start'
,
'master'
],
'atlas_home
\\
logs'
,
False
,
True
),
calls
=
[
call
([
'atlas_home
\\
hbase
\\
bin
\\
start-hbase.cmd'
,
'--config'
,
'atlas_home
\\
hbase
\\
conf'
],
'atlas_home
\\
logs'
,
False
,
True
),
call
([
'atlas_home
\\
solr
\\
bin
\\
solr.cmd'
,
'start'
,
'-z'
,
'localhost:9838'
,
'-p'
,
'9838'
],
'atlas_home
\\
logs'
,
False
,
True
),
call
([
'atlas_home
\\
solr
\\
bin
\\
solr.cmd'
,
'create'
,
'-c'
,
'vertex_index'
,
'-d'
,
'atlas_home
\\
solr
\\
server
\\
solr
\\
configsets
\\
basic_configs
\\
conf'
,
'-shards'
,
'1'
,
'-replicationFactor'
,
'1'
],
'atlas_home
\\
logs'
,
False
,
True
),
call
([
'atlas_home
\\
solr
\\
bin
\\
solr.cmd'
,
'create'
,
'-c'
,
'edge_index'
,
'-d'
,
'atlas_home
\\
solr
\\
server
\\
solr
\\
configsets
\\
basic_configs
\\
conf'
,
'-shards'
,
'1'
,
'-replicationFactor'
,
'1'
],
'atlas_home
\\
logs'
,
False
,
True
),
...
...
@@ -130,7 +130,7 @@ class TestMetadata(unittest.TestCase):
self
.
assertFalse
(
configure_hbase_mock
.
called
)
if
IS_WINDOWS
:
calls
=
[
call
([
'atlas_home
\\
hbase
\\
bin
\\
start-hbase.cmd'
,
'--config'
,
'atlas_home
\\
hbase
\\
conf'
,
'start'
,
'master'
],
'atlas_home
\\
logs'
,
False
,
True
),
calls
=
[
call
([
'atlas_home
\\
hbase
\\
bin
\\
start-hbase.cmd'
,
'--config'
,
'atlas_home
\\
hbase
\\
conf'
],
'atlas_home
\\
logs'
,
False
,
True
),
call
([
'atlas_home
\\
solr
\\
bin
\\
solr.cmd'
,
'start'
,
'-z'
,
'localhost:9838'
,
'-p'
,
'9838'
],
'atlas_home
\\
logs'
,
False
,
True
),
call
([
'atlas_home
\\
solr
\\
bin
\\
solr.cmd'
,
'create'
,
'-c'
,
'vertex_index'
,
'-d'
,
'atlas_home
\\
solr
\\
server
\\
solr
\\
configsets
\\
basic_configs
\\
conf'
,
'-shards'
,
'1'
,
'-replicationFactor'
,
'1'
],
'atlas_home
\\
logs'
,
False
,
True
),
call
([
'atlas_home
\\
solr
\\
bin
\\
solr.cmd'
,
'create'
,
'-c'
,
'edge_index'
,
'-d'
,
'atlas_home
\\
solr
\\
server
\\
solr
\\
configsets
\\
basic_configs
\\
conf'
,
'-shards'
,
'1'
,
'-replicationFactor'
,
'1'
],
'atlas_home
\\
logs'
,
False
,
True
),
...
...
release-log.txt
View file @
69f6adfb
...
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ATLAS-1048 TestMetadata.py test in distro project fails on Windows (jnhagelb via shwethags)
ATLAS-1026 StoreBackedTypeCache issues (dkantor via shwethags)
ATLAS-861 1 table out of 50,000 tables is left unimported throwing exception during deserialization (sumasai via shwethags)
ATLAS-1065 UI: Full text search view same as DSL's (kevalbhat18 via shwethags)
...
...
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