branch: commits 「№20356」
Commited by: Andreas Petrides
GitHub Pull Request link: 「№6549」
Merge: 「ee98812c8」「35db58060」  code diff
Scheduled at: 2024-08-19 13:45:57.681069
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6549 RosettaCommons/main/interactive/develop ← RosettaCommons/main/interactive/petrides/mac_build_fix Merge: ee98812c8c2a500eeab7d757eb0a30eacb73ce67←35db5806051e8d00974e4e3b797c9723a5747604 [Foldit] Update to XCode Project to Work with More Recent Apple Clang Versions ---------------- Merge commit message: changes i had to add to get mac to build from interactive/develop

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20355」
Commited by: petridecus
GitHub Pull Request link: 「№6547」
Merge: 「166a64d78」「b4f93d51f」  code diff
Scheduled at: 2024-08-07 12:26:37.660035
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6547 RosettaCommons/main/interactive/develop ← RosettaCommons/main/interactive/petrides/fix_rephase_for_tracks Merge: 166a64d78b6dc9d35fc9b69f6445ef5afbc0305d←b4f93d51ffbbfee3654e66d2069c1ffb1adc3013 [Foldit] Fix Crash For Set Track in Density Refinement Puzzles ---------------- Merge commit message: deleted lingering cout

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20354」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6545」
Merge: 「f85b24d5c」「857a237b3」  code diff
Scheduled at: 2024-07-25 14:09:20.345014
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6545 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/fix_autoupload Merge: f85b24d5cf84088582b384390fc818c73c699692←857a237b3daca1e3b6f9ab1d7e7e7fc785635631 [Foldit] Address race condition in auto solution upload. ---------------- Merge commit message: [Foldit] Address race condition in auto solution upload. We're currently getting disk usage errors with the auto solution upload. It looks like the cause is a race condition where the main thread is adding to the same data structure that the solution thread is uploading from, which results in fresh solutions being immediately uploaded, rather than waiting for the next upload window. We can move the to-upload data to a local data structure to avoid the race condition. (We just need to make sure to copy the not-yet-uploaded data back if we encounter a server error.)

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20353」
Commited by: petridecus
GitHub Pull Request link: 「№6530」
Merge: 「c9fc6287e」「b5ace6598」  code diff
Scheduled at: 2024-07-09 10:53:58.869136
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6530 RosettaCommons/main/interactive/develop ← RosettaCommons/main/interactive/petrides/density_optimizations Merge: c9fc6287ed4767ddb2d5854d6b2f2220604227d7←b5ace659825ba014f5a39075a1043fa33c22ec3d [Foldit] Optimizations to Density Refinement For Large Puzzles ---------------- Merge commit message: runtime assert

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


branch: commits 「№20352」
Commited by: petridecus
GitHub Pull Request link: 「№6543」
Merge: 「7bad3604c」「745f8624d」  code diff
Scheduled at: 2024-07-09 09:45:47.639901
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6543 RosettaCommons/main/interactive/develop ← RosettaCommons/main/interactive/petrides/trim_untrim_lua_tweak Merge: 7bad3604cacf301d76508e0c1e8507638c7b52ef←745f8624de604b1108ce3dbcc9fd2e87fa0bf744 [Foldit] Fix Method Used to Error on Bad Conditions for Trim and Untrim in Lua ---------------- Merge commit message: working

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20351」
Commited by: petridecus
GitHub Pull Request link: 「№6530」
Merge: 「c9fc6287e」「aca65f8ae」  code diff
Scheduled at: 2024-07-09 09:34:14.675810
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6530 RosettaCommons/main/interactive/develop ← RosettaCommons/main/interactive/petrides/density_optimizations Merge: c9fc6287ed4767ddb2d5854d6b2f2220604227d7←aca65f8aed05a56a2672204841cf1481ccc685b8 [Foldit] Optimizations to Density Refinement For Large Puzzles ---------------- Merge commit message: fixes based on PR feedback

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


branch: commits 「№20350」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6539」
Merge: 「d7a834818」「038368eeb」  code diff
Scheduled at: 2024-06-19 18:54:24.430428
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6539 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/solutions_dialog Merge: d7a834818f06ce4480d2758106fff49770c44e6f←038368eebcb5eba1712ea896c285039bd619e8e7 [Foldit] Add download dialog for solution list. ---------------- Merge commit message: [Foldit] Add download dialog for solution list. Player are complaining about not being able to fetch the list of shared solutions. This converts the solution list fetching to be behind the recently added Downloader dialog popup.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20349」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6537」
Merge: 「ca646d3af」「d54f4b579」  code diff
Scheduled at: 2024-06-18 19:03:56.323747
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6537 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccmoretti/network_popup Merge: ca646d3afc7b461eb707a6a23da205b6f10ccf01←d54f4b57974335b6b62e8b17e175a94cd241945a [Foldit] Add loading/progress dialog popup for puzzle and solution loading. ---------------- Merge commit message: Annotate checked function wrapper better.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20348」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6537」
Merge: 「ca646d3af」「67bb96e8c」  code diff
Scheduled at: 2024-06-18 18:33:53.520476
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6537 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccmoretti/network_popup Merge: ca646d3afc7b461eb707a6a23da205b6f10ccf01←67bb96e8c350ddfd86254b650dd2a937e6f3dda7 [Foldit] Add loading/progress dialog popup for puzzle and solution loading. ---------------- Merge commit message: Add soft crash in the cases where we can't upload the solution results.

Rosetta Benchmark 7 months
Tests for this revision was automatically canceled because newer set of tests for pull-request №6537 was submitted!
...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20347」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6537」
Merge: 「ca646d3af」「8a5dfc625」  code diff
Scheduled at: 2024-06-18 17:05:56.339116
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6537 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccmoretti/network_popup Merge: ca646d3afc7b461eb707a6a23da205b6f10ccf01←8a5dfc625b39dd561c352160922e54259c36106b [Foldit] Add loading/progress dialog popup for puzzle and solution loading. ---------------- Merge commit message: Update the clock imaged for the loading dialog.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


branch: commits 「№20346」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6535」
Merge: 「c9fc6287e」「3d2488d50」  code diff
Scheduled at: 2024-06-11 10:14:08.623449
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6535 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/server_timeout_adjust Merge: c9fc6287ed4767ddb2d5854d6b2f2220604227d7←3d2488d50ff4079dd687f6252304a23f03aac533 [Foldit] Update solution/puzzle timeout to be longer. ---------------- Merge commit message: [Foldit] Update solution/puzzle timeout to be longer. This extends the server timeout for puzzle and solution interaction with the server to 10s. Hopefully this should be a band-aid to address some of the issues players are seeing. (If it doesn't, we likely need to also change how the UI works.)

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


branch: commits 「№20345」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6533」
Merge: 「a44f5aacc」「305d8d7b5」  code diff
Scheduled at: 2024-06-07 15:18:46.568723
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6533 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccmoretti/server_unavailable Merge: a44f5aacc9eac414632ee7b1ee9083ff218814fe←305d8d7b561b41759e91b476816ac4892b4e6d69 [Foldit] Add timeout for server communication ---------------- Merge commit message: Spilling

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: commits 「№20344」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6533」
Merge: 「a44f5aacc」「535e132ae」  code diff
Scheduled at: 2024-06-07 15:02:23.143209
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6533 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccmoretti/server_unavailable Merge: a44f5aacc9eac414632ee7b1ee9083ff218814fe←535e132ae07ed69e69abd7a6924ece194cc3be38 [Foldit] Add timeout for server communication ---------------- Merge commit message: Centralize login timing, update standard timeout to 3s

Rosetta Benchmark 8 months
Tests for this revision was automatically canceled because newer set of tests for pull-request №6533 was submitted!
...


branch: commits 「№20343」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6533」
Merge: 「a44f5aacc」「5f7a00f3d」  code diff
Scheduled at: 2024-06-07 14:19:45.194804
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6533 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccmoretti/server_unavailable Merge: a44f5aacc9eac414632ee7b1ee9083ff218814fe←5f7a00f3d6fc1b2c240ae53c30ec7c660a3f60dd [Foldit] Add timeout for server communication ---------------- Merge commit message: Add a timeout for login as well. With a zombie server, we need to give players feedback when logging in.

Rosetta Benchmark 8 months
Tests for this revision was automatically canceled because newer set of tests for pull-request №6533 was submitted!
...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
interactive:FilterTests


branch: commits 「№20342」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№6532」
Merge: 「a44f5aacc」「e1b92325a」  code diff
Scheduled at: 2024-06-05 18:14:48.346262
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6532 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/queue_play_events Merge: a44f5aacc9eac414632ee7b1ee9083ff218814fe←e1b92325a21257758ec0cb581c3ac644cbc20ffe [Foldit] Convert play event logging to use a deferred queue ---------------- Merge commit message: Fix test compilation

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:ServerTests
Test: ubuntu-20.04.clang.foldit.unit.release

Failed sub-tests (click for more details):
game:ServerTests


branch: commits 「№20341」
Commited by: petridecus
GitHub Pull Request link: 「№6530」
Merge: 「a44f5aacc」「f9a320a2f」  code diff
Scheduled at: 2024-06-03 20:56:54.008591
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Pull Request №6530 RosettaCommons/main/interactive/develop ← RosettaCommons/main/interactive/petrides/density_optimizations Merge: a44f5aacc9eac414632ee7b1ee9083ff218814fe←f9a320a2f0e6c719eaa5ffc88fdc490d3aa3b187 [Foldit] Optimizations to Density Refinement For Large Puzzles ---------------- Merge commit message: cleaning up unwanted couts

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


1 2 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled