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
a2af8a1a
Commit
a2af8a1a
authored
10 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Changed how python versions are specified
parent
0af2a46d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/run_tests/build_python.sh
+1
-1
1 addition, 1 deletion
tools/run_tests/build_python.sh
tools/run_tests/run_python.sh
+17
-17
17 additions, 17 deletions
tools/run_tests/run_python.sh
with
18 additions
and
18 deletions
tools/run_tests/build_python.sh
+
1
−
1
View file @
a2af8a1a
...
@@ -34,7 +34,7 @@ set -ex
...
@@ -34,7 +34,7 @@ set -ex
cd
$(
dirname
$0
)
/../..
cd
$(
dirname
$0
)
/../..
root
=
`
pwd
`
root
=
`
pwd
`
virtualenv 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
echo
$PATH
which pip
which pip
...
...
This diff is collapsed.
Click to expand it.
tools/run_tests/run_python.sh
+
17
−
17
View file @
a2af8a1a
...
@@ -39,24 +39,24 @@ source python2.7_virtual_environment/bin/activate
...
@@ -39,24 +39,24 @@ source python2.7_virtual_environment/bin/activate
echo
$PATH
echo
$PATH
ls
-l
python2.7_virtual_environment
ls
-l
python2.7_virtual_environment
ls
-l
python2.7_virtual_environment/bin
ls
-l
python2.7_virtual_environment/bin
which python
2.7
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
2.7
-B
test
/compiler/python_plugin_test.py
--build_mode
=
opt
python
-B
test
/compiler/python_plugin_test.py
--build_mode
=
opt
python
2.7
-B
-m
grpc._adapter._blocking_invocation_inline_service_test
python
-B
-m
grpc._adapter._blocking_invocation_inline_service_test
python
2.7
-B
-m
grpc._adapter._c_test
python
-B
-m
grpc._adapter._c_test
python
2.7
-B
-m
grpc._adapter._event_invocation_synchronous_event_service_test
python
-B
-m
grpc._adapter._event_invocation_synchronous_event_service_test
python
2.7
-B
-m
grpc._adapter._future_invocation_asynchronous_event_service_test
python
-B
-m
grpc._adapter._future_invocation_asynchronous_event_service_test
python
2.7
-B
-m
grpc._adapter._links_test
python
-B
-m
grpc._adapter._links_test
python
2.7
-B
-m
grpc._adapter._lonely_rear_link_test
python
-B
-m
grpc._adapter._lonely_rear_link_test
python
2.7
-B
-m
grpc._adapter._low_test
python
-B
-m
grpc._adapter._low_test
python
2.7
-B
-m
grpc.early_adopter.implementations_test
python
-B
-m
grpc.early_adopter.implementations_test
python
2.7
-B
-m
grpc.framework.assembly.implementations_test
python
-B
-m
grpc.framework.assembly.implementations_test
python
2.7
-B
-m
grpc.framework.base.packets.implementations_test
python
-B
-m
grpc.framework.base.packets.implementations_test
python
2.7
-B
-m
grpc.framework.face.blocking_invocation_inline_service_test
python
-B
-m
grpc.framework.face.blocking_invocation_inline_service_test
python
2.7
-B
-m
grpc.framework.face.event_invocation_synchronous_event_service_test
python
-B
-m
grpc.framework.face.event_invocation_synchronous_event_service_test
python
2.7
-B
-m
grpc.framework.face.future_invocation_asynchronous_event_service_test
python
-B
-m
grpc.framework.face.future_invocation_asynchronous_event_service_test
python
2.7
-B
-m
grpc.framework.foundation._later_test
python
-B
-m
grpc.framework.foundation._later_test
python
2.7
-B
-m
grpc.framework.foundation._logging_pool_test
python
-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