foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

Rust

Open sears opened this issue 3 years ago • 2 comments

Experimental prototype of a Rust implementation of Flow transport. This is unlikely to be merged any time soon.

Code-Reviewer Section

The general guidelines can be found here.

Please check each of the following things and check all boxes before accepting a PR.

  • [ ] The PR has a description, explaining both the problem and the solution.
  • [ ] The description mentions which forms of testing were done and the testing seems reasonable.
  • [ ] Every function/class/actor that was touched is reasonably well documented.

For Release-Branches

If this PR is made against a release-branch, please also check the following:

  • [ ] This change/bugfix is a cherry-pick from the next younger branch (younger release-branch or main if this is the youngest branch)
  • [ ] There is a good reason why this PR needs to go into a release branch and this reason is documented (either in the description above or in a linked GitHub issue)

sears avatar Jul 28 '22 15:07 sears

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

  • Commit ID: a9cc28450f00d13f0cc30f7c50c75135b8bb8b40
  • Duration 0:04:55
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; exit 1; fi. Reason: exit status 1
  • Build Logs (available for 30 days)

foundationdb-ci avatar Jul 28 '22 15:07 foundationdb-ci

Result of foundationdb-pr on Linux CentOS 7

  • Commit ID: a9cc28450f00d13f0cc30f7c50c75135b8bb8b40
  • Duration 0:04:56
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; exit 1; fi. Reason: exit status 1
  • Build Logs (available for 30 days)

foundationdb-ci avatar Jul 28 '22 15:07 foundationdb-ci