question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Inconsistent results for same user/org

See original GitHub issue

I have seen several instances of inconsistent behavior when cloning the same user or org. I observed this while iterating on the API rate limit exceeded and the incomplete repository issues.

Here is the cycle I am using to test iterations:

cd
rm -rf "${HOME}/gitclone-test-"* "${HOME}/.mrconfig"
"${HOME}/code/GithubCloner/githubcloner.py" --user mazen160 -o "${HOME}/gitclone-test-$(date +%s)/"
find "${HOME}/gitclone-test"* -maxdepth 1 -mindepth 1 -type d | xargs -n1 mr register
mr status

I chose mazen160 for this example because it is a public data set within the author’s control, but I have observed it with both organizations and other users.

When iterating with the above 7 times, I observed these results:

5  https://github.com/mazen160/Firefox-Security-Toolkit.git
5  https://github.com/mazen160/SecLists.git
5  https://github.com/mazen160/bfac.git
5  https://github.com/mazen160/ct-monitor.git
5  https://github.com/mazen160/struts-pwn_CVE-2017-9805.git
6  https://github.com/mazen160/Ubuntu-Desktop-Malware-Vector-Demo.git
6  https://github.com/mazen160/dirsearch.git
6  https://github.com/mazen160/dnsrecon.git
6  https://github.com/mazen160/public.git
6  https://github.com/mazen160/server-status_PWN.git
7  https://github.com/mazen160/GithubCloner.git
7  https://github.com/mazen160/ptf.git
7  https://github.com/mazen160/struts-pwn.git

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
mazen160commented, Jun 11, 2018

Hi @danielhoherd

As discussed on https://github.com/mazen160/GithubCloner/issues/9, the issue is occuring because of git. It’s not githubcloner related, probably the best fix it to slow down cloning to 1 thread at github cloner + to report the issue to git devs.

0reactions
danielhoherdcommented, Mar 1, 2019

Closing issue because the above answer is sufficient.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Distinct records from multiple databases - Transact-SQL - SQLTeam ...
Example: username - userorg - createddate user1 - org1 - 2018-04-13 user2 - org1 ... get inconsistent results if you have users in...
Read more >
Elastic Search returns inconsistent results on running the ...
Elastic Search returns inconsistent results on running the same query ... We are facing this issue in a cluster where only one node...
Read more >
*Url response properties are inconsistent · Issue #1582 · octokit ...
So far, 43 classes have at least one property named or suffixed with Url that are ... that the caller can new Uri()...
Read more >
How to fix inconsistent results in your business - LinkedIn
If you're having trouble getting consistent results in your business, I'm going to show you how you can fix this right now.
Read more >
Web service error codes (Microsoft Dataverse) - Power Apps
Fix this inconsistency, and then import this data map again. 0x8004F508 -2147158776, Name: AttributeNotSecured. Message: One or more fields ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found