Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
cedab130
Commit
cedab130
authored
10 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Put tests back in a useful state
parent
a2af8a1a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+6
-0
6 additions, 0 deletions
.travis.yml
tools/run_tests/build_python.sh
+0
-2
0 additions, 2 deletions
tools/run_tests/build_python.sh
tools/run_tests/run_python.sh
+16
-20
16 additions, 20 deletions
tools/run_tests/run_python.sh
with
22 additions
and
22 deletions
.travis.yml
+
6
−
0
View file @
cedab130
...
@@ -7,6 +7,12 @@ env:
...
@@ -7,6 +7,12 @@ env:
global
:
global
:
-
RUBY_VERSION=2.1
-
RUBY_VERSION=2.1
matrix
:
matrix
:
-
CONFIG=dbg TEST=c
-
CONFIG=dbg TEST=c++
-
CONFIG=opt TEST=c
-
CONFIG=opt TEST=c++
-
CONFIG=opt TEST=node
-
CONFIG=opt TEST=ruby
-
CONFIG=opt TEST=python
-
CONFIG=opt TEST=python
script
:
script
:
-
rvm use $RUBY_VERSION
-
rvm use $RUBY_VERSION
...
...
This diff is collapsed.
Click to expand it.
tools/run_tests/build_python.sh
+
0
−
2
View file @
cedab130
...
@@ -36,7 +36,5 @@ cd $(dirname $0)/../..
...
@@ -36,7 +36,5 @@ cd $(dirname $0)/../..
root
=
`
pwd
`
root
=
`
pwd
`
virtualenv
-p
/usr/bin/python2.7 python2.7_virtual_environment
virtualenv
-p
/usr/bin/python2.7 python2.7_virtual_environment
source
python2.7_virtual_environment/bin/activate
source
python2.7_virtual_environment/bin/activate
echo
$PATH
which pip
pip
install
enum34
==
1.0.4
futures
==
2.2.0
protobuf
==
3.0.0-alpha-1
pip
install
enum34
==
1.0.4
futures
==
2.2.0
protobuf
==
3.0.0-alpha-1
CFLAGS
=
-I
$root
/include
LDFLAGS
=
-L
$root
/libs/opt pip
install
src/python/src
CFLAGS
=
-I
$root
/include
LDFLAGS
=
-L
$root
/libs/opt pip
install
src/python/src
This diff is collapsed.
Click to expand it.
tools/run_tests/run_python.sh
+
16
−
20
View file @
cedab130
...
@@ -36,27 +36,23 @@ cd $(dirname $0)/../..
...
@@ -36,27 +36,23 @@ cd $(dirname $0)/../..
root
=
`
pwd
`
root
=
`
pwd
`
export
LD_LIBRARY_PATH
=
$root
/libs/opt
export
LD_LIBRARY_PATH
=
$root
/libs/opt
source
python2.7_virtual_environment/bin/activate
source
python2.7_virtual_environment/bin/activate
echo
$PATH
ls
-l
python2.7_virtual_environment
ls
-l
python2.7_virtual_environment/bin
which python
# TODO(issue 215): Properly itemize these in run_tests.py so that they can be parallelized.
# TODO(issue 215): Properly itemize these in run_tests.py so that they can be parallelized.
# TODO(atash): Enable dynamic unused port discovery for this test.
# TODO(atash): Enable dynamic unused port discovery for this test.
python
-B
test
/compiler/python_plugin_test.py
--build_mode
=
opt
#
python
2.7
-B test/compiler/python_plugin_test.py --build_mode=opt
python
-B
-m
grpc._adapter._blocking_invocation_inline_service_test
python
2.7
-B
-m
grpc._adapter._blocking_invocation_inline_service_test
python
-B
-m
grpc._adapter._c_test
python
2.7
-B
-m
grpc._adapter._c_test
python
-B
-m
grpc._adapter._event_invocation_synchronous_event_service_test
python
2.7
-B
-m
grpc._adapter._event_invocation_synchronous_event_service_test
python
-B
-m
grpc._adapter._future_invocation_asynchronous_event_service_test
python
2.7
-B
-m
grpc._adapter._future_invocation_asynchronous_event_service_test
python
-B
-m
grpc._adapter._links_test
python
2.7
-B
-m
grpc._adapter._links_test
python
-B
-m
grpc._adapter._lonely_rear_link_test
python
2.7
-B
-m
grpc._adapter._lonely_rear_link_test
python
-B
-m
grpc._adapter._low_test
python
2.7
-B
-m
grpc._adapter._low_test
python
-B
-m
grpc.early_adopter.implementations_test
python
2.7
-B
-m
grpc.early_adopter.implementations_test
python
-B
-m
grpc.framework.assembly.implementations_test
python
2.7
-B
-m
grpc.framework.assembly.implementations_test
python
-B
-m
grpc.framework.base.packets.implementations_test
python
2.7
-B
-m
grpc.framework.base.packets.implementations_test
python
-B
-m
grpc.framework.face.blocking_invocation_inline_service_test
python
2.7
-B
-m
grpc.framework.face.blocking_invocation_inline_service_test
python
-B
-m
grpc.framework.face.event_invocation_synchronous_event_service_test
python
2.7
-B
-m
grpc.framework.face.event_invocation_synchronous_event_service_test
python
-B
-m
grpc.framework.face.future_invocation_asynchronous_event_service_test
python
2.7
-B
-m
grpc.framework.face.future_invocation_asynchronous_event_service_test
python
-B
-m
grpc.framework.foundation._later_test
python
2.7
-B
-m
grpc.framework.foundation._later_test
python
-B
-m
grpc.framework.foundation._logging_pool_test
python
2.7
-B
-m
grpc.framework.foundation._logging_pool_test
# TODO(nathaniel): Get tests working under 3.4 (requires 3.X-friendly protobuf)
# TODO(nathaniel): Get tests working under 3.4 (requires 3.X-friendly protobuf)
# python3.4 -B -m unittest discover -s src/python -p '*.py'
# python3.4 -B -m unittest discover -s src/python -p '*.py'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment