Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unix Stream codec, Split flow from FDK, update integration tests #150

Merged
merged 49 commits into from
Sep 19, 2018
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
dd87c35
http input codec
zootalures Aug 29, 2018
8ab3af4
add jetty-core and UDS deps
zootalures Aug 30, 2018
348792e
PoC jetty core UDS event codec
Sep 3, 2018
d722ebb
revise FDK contract for initial relase, split flow from fn, support n…
zootalures Sep 7, 2018
08d2a4c
First pass of refactor
zootalures Sep 9, 2018
f483f85
added annotations for for features to support flow
zootalures Sep 10, 2018
e1ab94d
moving flow feature to runtime package
zootalures Sep 10, 2018
fc707dd
rename flow testing and add docs, fix race in Stream testing
zootalures Sep 10, 2018
fc9886d
fixing failing tests
zootalures Sep 10, 2018
666cb3f
Update to reflect FN_ID
zootalures Sep 11, 2018
146e83c
more integration test fixing
zootalures Sep 11, 2018
9089035
fix up format name
zootalures Sep 11, 2018
e2a3b90
first stab at home-grown UDS implementation
zootalures Sep 12, 2018
0942c6a
docker build fix
zootalures Sep 13, 2018
f478257
UDS rework, remove old UDS dep and test new one
zootalures Sep 13, 2018
f4abf59
adjust permissions on file on start
zootalures Sep 13, 2018
029f400
new integration tests
zootalures Sep 14, 2018
e5242d7
simlify build and integration tests, add tests for http-stream
zootalures Sep 14, 2018
552d5f2
fix ci
zootalures Sep 15, 2018
c941cdf
typo
zootalures Sep 15, 2018
311d58d
make igntests standalone
zootalures Sep 15, 2018
5b40435
itests run 1.8
zootalures Sep 15, 2018
0fd287d
fix itest result
zootalures Sep 15, 2018
3dbc3ee
env for itests
zootalures Sep 15, 2018
846eeb6
add createDir
zootalures Sep 15, 2018
7ddd360
test failures in circle
zootalures Sep 15, 2018
b3fa77a
fix test interference
zootalures Sep 15, 2018
64f0cbd
Use standard properties in fdk tests, fix versions in itests
zootalures Sep 15, 2018
d878986
hmm no entropy on circle boxes :)
zootalures Sep 15, 2018
561a51a
use consistent properties for versions everywhere
zootalures Sep 15, 2018
de7e460
add waits for start
zootalures Sep 15, 2018
8e2096b
this time with feeling
zootalures Sep 15, 2018
bf7248d
diagnosing timeout
zootalures Sep 16, 2018
16f6802
close input, try more aggressive testing
zootalures Sep 16, 2018
97ffadb
C errors
zootalures Sep 16, 2018
42ea541
fixing up accept and twiddling with integration test start
zootalures Sep 17, 2018
b8abc5c
set DOCKER_LOCALHOST
zootalures Sep 17, 2018
ce96bea
integration test fixing/finessing
zootalures Sep 18, 2018
ff729f2
cludge docker localhost
zootalures Sep 18, 2018
e463adb
no_proxy messing
zootalures Sep 18, 2018
e3f8d1d
set fnserver IP correctly
zootalures Sep 18, 2018
43cf9b5
typo
zootalures Sep 18, 2018
755c69d
nits in C code
zootalures Sep 18, 2018
a4bf3df
review nits
zootalures Sep 18, 2018
78d745a
more C fix nits
zootalures Sep 18, 2018
14d1b46
Make mandatory headers mandatory again
zootalures Sep 18, 2018
e2209d7
minus comment
zootalures Sep 18, 2018
fef06de
remove Content-Length from stripped input
zootalures Sep 18, 2018
df25e51
fix call test
zootalures Sep 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix ci
zootalures committed Sep 15, 2018
commit 552d5f29f519a674b93f0ff42ba10fa2440e9f58
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ jobs:
- run:
name: Install junit-merge
command: npm install -g junit-merge

- run:
name: Set release to latest branch version
command: |
@@ -33,12 +32,12 @@ jobs:
name: Build and Test FDK
command: |
export FN_FDK_VERSION=$(cat ./release.version)
./build.sh
./build.sh
- run:
name: Run integration tests
command: |
export FN_JAVA_FDK_VERSION=$(cat release.version)
./integration-tests/run_tests_ci.sh
./integration-tests/run_tests_ci.sh
timeout: 1200
- run:
name: Login to Docker