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

tools: EvalDelta and ConsensusParams x-repo type checks #5381

Merged
merged 42 commits into from
Jun 5, 2023
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
832aa47
EvalDelta type check
May 12, 2023
a24001f
Update tools/x-repo-types/xrt_test.go
tzaffi May 12, 2023
0ba6555
pin go-algorand-sdk EvalDelta test to develop
May 15, 2023
94895b0
Update tools/x-repo-types/xrt_test.go
tzaffi May 19, 2023
193be88
Merge remote-tracking branch 'algorand/master' into 23may-indexer-imp…
May 26, 2023
07934cd
fail intentionally as a sanity check that running in CI
May 26, 2023
2aaf0b1
Merge branch 'master' into 23may-indexer-import-types
May 26, 2023
85e6c03
run tests in all modules, not just top-level
May 26, 2023
2c9986e
Update Makefile
tzaffi May 26, 2023
e48e5a7
spacing
May 26, 2023
4b4313b
add sub-module unit tests into UNIT_TEST_SOURCES variable
May 27, 2023
db0e508
run the extra unit tests in CI as well
May 27, 2023
16a74ab
try to iterate over packages in circle and separate out submod instru…
May 27, 2023
120d033
iterate over modules not over packages
May 30, 2023
1e7ee75
missing "
May 30, 2023
8058431
don't intentional fail
May 30, 2023
7eb8a54
skip testing `cmd/partitiontest_linter`
May 30, 2023
ad0a6a0
spacing/commentary
May 30, 2023
e9caa41
Merge remote-tracking branch 'algorand/master' into 23may-indexer-imp…
May 30, 2023
8bb78c4
extrad the dirname in the find itself
May 30, 2023
2493ed7
SUBMODULE_TESTER Makefile template
May 31, 2023
003b05d
ConsensusParams x-repo checker
May 31, 2023
99588c0
recursive mod tidy
May 31, 2023
ad75a06
cleanup
May 31, 2023
7806239
codegen_verification.sh environment doesn't have push/popd
May 31, 2023
6efd32c
codegen_verification.sh environment doesn't have push/popd
May 31, 2023
75f60e0
Update Makefile
tzaffi May 31, 2023
6e1efb4
test: skip flaky test `TestVotersReloadFromDiskPassRecoveryPeriod` (#…
ahangsu May 31, 2023
df92be9
AVM: Increase coverage by deleting a dead function and adding limit t…
jannotti May 31, 2023
12e0bc8
Testing: Get rapid into the codebase (#5437)
jannotti Jun 1, 2023
a926e7f
lint: enable govet shadow linter and resolve linter warnings (#5261)
cce Jun 1, 2023
edf2b7b
Algod: Simulation PC exposure for App approval/clear-state transactio…
ahangsu Jun 1, 2023
fedfca8
make tidy
Jun 1, 2023
35e504e
Merge remote-tracking branch 'algorand/master' into 23may-indexer-imp…
Jun 2, 2023
4380fc8
reviewdog fix
Jun 2, 2023
74bca50
sort the sub-module traversal
Jun 2, 2023
662e8c2
simplify
cce Jun 5, 2023
45a6e6f
Merge pull request #17 from cce/add-gha-tools
tzaffi Jun 5, 2023
2c4235a
Merge remote-tracking branch 'algorand/master' into 23may-indexer-imp…
Jun 5, 2023
3558808
revert
Jun 5, 2023
d1f5f28
make tidy
Jun 5, 2023
65351c4
pin go version using `./scritps/get_golang_version.sh`
Jun 5, 2023
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
fail intentionally as a sanity check that running in CI
  • Loading branch information
Zeph Grunschlag committed May 26, 2023
commit 07934cdda923e455f2ed2c57bf459bec32fc5426
5 changes: 5 additions & 0 deletions tools/x-repo-types/xrt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,8 @@ func TestCrossRepoTypes(t *testing.T) {
})
}
}


func TestFailIntentionally(t *testing.T) {
t.Fail()
}