You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:33:11 UTC

[buildstream] 21/22: TEMP: no test pickle

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch aevri/win32_minimal_seemstowork_20190829
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 9288cbd76b1995c634225624a28e78df94f94c5e
Author: Angelos Evripiotis <je...@bloomberg.net>
AuthorDate: Tue Jul 9 13:02:22 2019 +0100

    TEMP: no test pickle
---
 src/buildstream/_scheduler/jobs/jobpickler.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/buildstream/_scheduler/jobs/jobpickler.py b/src/buildstream/_scheduler/jobs/jobpickler.py
index 2e0ee5c..fd7162a 100644
--- a/src/buildstream/_scheduler/jobs/jobpickler.py
+++ b/src/buildstream/_scheduler/jobs/jobpickler.py
@@ -140,10 +140,10 @@ def pickle_child_job(child_job, context):
     pickler.dispatch_table[Loader] = _reduce_loader
     pickler.dispatch_table[Messenger] = _reduce_messenger
 
-    import buildstream.testpickle
-    test_pickler = buildstream.testpickle.TestPickler()
-    test_pickler.dispatch_table = pickler.dispatch_table.copy()
-    test_pickler.test_dump(child_job)
+    # import buildstream.testpickle
+    # test_pickler = buildstream.testpickle.TestPickler()
+    # test_pickler.dispatch_table = pickler.dispatch_table.copy()
+    # test_pickler.test_dump(child_job)
 
     pickler.dump(child_job)
     data.seek(0)