You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2013/11/26 23:59:19 UTC

[allura:tickets] #6922 GH import freezes on comment with image



---

** [tickets:#6922] GH import freezes on comment with image**

**Status:** open
**Labels:** github import 
**Created:** Tue Nov 26, 2013 10:59 PM UTC by Dave Brondsema
**Last Updated:** Tue Nov 26, 2013 10:59 PM UTC
**Owner:** nobody

Testing `rauhryan/huboard` gets hung up.  Running taskd manually and hitting ctrl-c let me see where it was at that point in time:

~~~~
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool
    mount_point=mount_point, mount_label=mount_label, **kw)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 131, in import_tool
    self.process_comments(extractor, ticket, issue)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 182, in process_comments
    body, attachments = self._get_attachments(comment['body'])
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 256, in _get_attachments
    for i, match in enumerate(found_matches):
  File "/var/local/env-allura/lib/python2.7/site-packages/async-0.6.1-py2.7-linux-x86_64.egg/async/__init__.py", line 20, in thread_interrupt_handler
    prev_handler(signum, frame)
KeyboardInterrupt
~~~~

https://github.com/rauhryan/huboard/issues/48#issuecomment-5396859 is consistently the last comment to be saved to mongo.  So something in the next one?


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #6922 GH import freezes on comment with image

Posted by Igor Bondarenko <je...@users.sf.net>.
Closed #501. `je/42cc_6922`

Fixed that error (and couple of others along the way) on that repo.

Encountered other bug - imported attachments doesn't attach to comments (at least, they're not displayed on UI). Tested in master branch.  I think you need another ticket for that.


---

** [tickets:#6922] GH import freezes on comment with image**

**Status:** code-review
**Labels:** import github 42cc 
**Created:** Tue Nov 26, 2013 10:59 PM UTC by Dave Brondsema
**Last Updated:** Tue Dec 03, 2013 12:23 AM UTC
**Owner:** nobody

Testing `rauhryan/huboard` gets hung up.  Running taskd manually and hitting ctrl-c let me see where it was at that point in time:

~~~~
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool
    mount_point=mount_point, mount_label=mount_label, **kw)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 131, in import_tool
    self.process_comments(extractor, ticket, issue)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 182, in process_comments
    body, attachments = self._get_attachments(comment['body'])
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 256, in _get_attachments
    for i, match in enumerate(found_matches):
  File "/var/local/env-allura/lib/python2.7/site-packages/async-0.6.1-py2.7-linux-x86_64.egg/async/__init__.py", line 20, in thread_interrupt_handler
    prev_handler(signum, frame)
KeyboardInterrupt
~~~~

https://github.com/rauhryan/huboard/issues/48#issuecomment-5396859 is consistently the last comment to be saved to mongo.  So something in the next one?


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #6922 GH import freezes on comment with image

Posted by Igor Bondarenko <je...@users.sf.net>.
- **status**: in-progress --> code-review



---

** [tickets:#6922] GH import freezes on comment with image**

**Status:** code-review
**Labels:** import github 42cc 
**Created:** Tue Nov 26, 2013 10:59 PM UTC by Dave Brondsema
**Last Updated:** Tue Dec 03, 2013 12:23 AM UTC
**Owner:** nobody

Testing `rauhryan/huboard` gets hung up.  Running taskd manually and hitting ctrl-c let me see where it was at that point in time:

~~~~
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool
    mount_point=mount_point, mount_label=mount_label, **kw)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 131, in import_tool
    self.process_comments(extractor, ticket, issue)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 182, in process_comments
    body, attachments = self._get_attachments(comment['body'])
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 256, in _get_attachments
    for i, match in enumerate(found_matches):
  File "/var/local/env-allura/lib/python2.7/site-packages/async-0.6.1-py2.7-linux-x86_64.egg/async/__init__.py", line 20, in thread_interrupt_handler
    prev_handler(signum, frame)
KeyboardInterrupt
~~~~

https://github.com/rauhryan/huboard/issues/48#issuecomment-5396859 is consistently the last comment to be saved to mongo.  So something in the next one?


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #6922 GH import freezes on comment with image

Posted by Cory Johns <ma...@users.sf.net>.
- **status**: code-review --> closed
- **Milestone**: forge-backlog --> forge-dec-13



---

** [tickets:#6922] GH import freezes on comment with image**

**Status:** closed
**Labels:** import github 42cc 
**Created:** Tue Nov 26, 2013 10:59 PM UTC by Dave Brondsema
**Last Updated:** Thu Dec 12, 2013 08:33 PM UTC
**Owner:** nobody

Testing `rauhryan/huboard` gets hung up.  Running taskd manually and hitting ctrl-c let me see where it was at that point in time:

~~~~
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool
    mount_point=mount_point, mount_label=mount_label, **kw)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 131, in import_tool
    self.process_comments(extractor, ticket, issue)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 182, in process_comments
    body, attachments = self._get_attachments(comment['body'])
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 256, in _get_attachments
    for i, match in enumerate(found_matches):
  File "/var/local/env-allura/lib/python2.7/site-packages/async-0.6.1-py2.7-linux-x86_64.egg/async/__init__.py", line 20, in thread_interrupt_handler
    prev_handler(signum, frame)
KeyboardInterrupt
~~~~

https://github.com/rauhryan/huboard/issues/48#issuecomment-5396859 is consistently the last comment to be saved to mongo.  So something in the next one?


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #6922 GH import freezes on comment with image

Posted by Cory Johns <ma...@users.sf.net>.
- **QA**: Cory Johns



---

** [tickets:#6922] GH import freezes on comment with image**

**Status:** code-review
**Labels:** import github 42cc 
**Created:** Tue Nov 26, 2013 10:59 PM UTC by Dave Brondsema
**Last Updated:** Thu Dec 12, 2013 12:21 PM UTC
**Owner:** nobody

Testing `rauhryan/huboard` gets hung up.  Running taskd manually and hitting ctrl-c let me see where it was at that point in time:

~~~~
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool
    mount_point=mount_point, mount_label=mount_label, **kw)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 131, in import_tool
    self.process_comments(extractor, ticket, issue)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 182, in process_comments
    body, attachments = self._get_attachments(comment['body'])
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/github/tracker.py", line 256, in _get_attachments
    for i, match in enumerate(found_matches):
  File "/var/local/env-allura/lib/python2.7/site-packages/async-0.6.1-py2.7-linux-x86_64.egg/async/__init__.py", line 20, in thread_interrupt_handler
    prev_handler(signum, frame)
KeyboardInterrupt
~~~~

https://github.com/rauhryan/huboard/issues/48#issuecomment-5396859 is consistently the last comment to be saved to mongo.  So something in the next one?


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.